Skip navigation
Toggle Sidebar

Source Code

Web Access to Subversion

If you just want to browse the source code, you can use the web interface to Subversion. This is current at all times.

Normal Subversion Access

Anyone can check code out of Subversion. You only need to specify a username and password in order to update the Subversion repository, and only Convergence committers have the permissions to do that. We run Subversion over standard HTTP, so hopefully you won't have problems with intervening firewalls.

Check out from Subversion

Again, anyone can do this. Use a command like:

svn checkout ttp://www.openspaces.org/svn/cvg/trunk convergence

Commit Changes to Subversion

Any Convergence committer should have an account on openspaces.org. Before you can commit, you'll need to Join Project and be approved by Captain.

Once your password is set, you can use a command like this to commit:

svn commit

If Subversion can't figure out your username, you can tell it explicitly:

svn --username you commit

Subversion will prompt you for a password, and once you enter it once, it will remember it for you. Note this is the password you are logging in to openspaces.org.

Building Convergence from Source

Refer to the wiki for the build procedure.

Adaptavist Theme Builder Powered by Atlassian Confluence