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:
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:
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.