Dashboard > Development > Development > Subversion
Subversion Log In View a printable version of the current page.

Added by Christiaan Fluit , last edited by Christiaan Fluit on 2008-02-27  (view change) show comment
Labels: 
(None)

We use Subversion as our Versioning Control System. As much as possible, we will provide instructions for the command-line svn client.

For those more comfortable using a GUI front-end, we recommend TortoiseSVN (Windows only) or RapidSVN. Most IDEs provide built-in or plug-in SVN clients that can be used as well.

Repository URLs

All Aduna Open Source projects are located in the same SVN repository. Each project may give you more specific information about what needs to be checked out for development.

Anonymous access: http://repo.aduna-software.org/svn/

Developers access (for those with commit rights): https://repo.aduna-software.org/svn/

Basic commands

Checkout a directory structure from a repository:
svn checkout <subversion URL>

Update an existing directory:
svn update

Commit changes:
svn commit

Powered by a free Atlassian Confluence Open Source Project License granted to Aduna Open Source. Evaluate Confluence today.
Powered by Atlassian Confluence 2.7, the Enterprise Wiki. Bug/feature request - Atlassian news - Contact administrators