TR_Subversion
Subversion (svn) Repository for Tree Reconciliation Working Group
In software development, '''Apache Subversion''' (formerly called '''Subversion''', command name '''svn''') is a revision control system founded and sponsored in 2000 by CollabNet Inc. Developers use Subversion to maintain current and historical versions of files such as source code, web pages, and documentation. Its goal is to be a mostly-compatible successor to the widely used Concurrent Versions System (CVS).
Web access
- Anonymous we access (read-only) to the repository is provided at http://svn.iplantcollaborative.org/iptol/tree_reconciliation.
- Secure (read/write) access is provided for authenticated users at https://svn.iplantcollaborative.org/iptol/tree_reconciliation.
The current web access is very spartan but the iPlant core services group will be installing a rich web interface in the near future.
Command-line access
- Access to the repositories is provided to registered uses on votan.iplantcollaborative.org, where they may check out a working copy, make revisions, commits, etc.
For an authenticated user on an iplant server, the command line incantation to check out a working copy of the repository is:
$ svn checkout https://svn.iplantcollaborative.org/iptol/tree_reconciliation tree_reconciliation
The repository can also be checked out on non-iplant servers for authenticated iplant users. In this case, select (p) to permanently accept the security certificate prior to entering your password.