|
||||||||||||
|
||||||||||||
OverviewDocumentationMiscRelated ProjectsFeeds
|
Viewing the Subversion RepositoryMany would like to look at the source or the activity on the project. Even committers like to include the log summary link from the web interface within the JIRA for a fix and vice versa.
Sometimes direct https access to subversion is desired without using a fancy web interface. You can do this by simply using a browser with the subversion URL used for checking out the project.
Checking out from SubversionAs you may have suspected by now we use Subversion for version control. We recommend using the command line tools which can be obtained from tigris.org if you intend to contribute to HausKeys. These work on all modern operating systems. Also for Windows on can use the Tortoise SVN client as a graphical tool in addition to the command line clients. Tortoise uses a explorer shell extension to allow users to update or check out projects.
Checking out the trunkThe trunk for HausKeys can be checked out using the following subversion commands on *NIX:
svn co https://svn.safehaus.org/repos/hauskeys/trunk hauskeys-currentChecking out tagged versionsThe source for specific tagged versions of the application can be accessed from subversion from within the tags directory like so:
svn co https://svn.safehaus.org/repos/hauskeys/tags/release-0.6 hauskeys-0.6or
svn co https://svn.safehaus.org/repos/hauskeys/tags/release-0.7 hauskeys-0.7 |
|||||||||||
| ||||||||||||