Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Getting Subversion

We use Subversion for version control. We recommend using the command line tools which can be obtained from tigris.org. 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. You can get subversion here:

Also note that several IDEs are now supporting subversion as well so check with your IDE vendor if you can check out from within your development environment.

Checking out the trunk

The trunk can be checked out using the following subversion commands on *NIX:

With readonly access:

No Format
svn co http://svn.apache.org/repos/asf/directory/triplesec/trunk-with-dependencies/ triplesec-trunk

With read/write access (for committers only):

No Format
svn co https://svn.apache.org/repos/asf/directory/triplesec/trunk-with-dependencies/ triplesec-trunk

Checking out tagged versions (recommended)

The source has recently been moved from safehaus to svn.apache.org but the older tags are still available at safehaus:

No Format
svn co https://svn.safehaus.org/repos/triplesec/releases/0.7 triplesec-0.7