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