Viewing the Subversion Repository
Many 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.
| WebSVN for HausKeys Take a look into the HausKeys Repository |
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.
| Direct https access to HausKeys Repository Take a direct look into the HausKeys Repository |
Checking out from Subversion
As 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.
| Get Subversion and Tortoisesvn! |
Checking out the trunk
The trunk for HausKeys can be checked out using the following subversion commands on *NIX:
svn co https://svn.safehaus.org/repos/hauskeys/trunk hauskeys-current
Checking out tagged versions
The 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.6
or
svn co https://svn.safehaus.org/repos/hauskeys/tags/release-0.7 hauskeys-0.7