Starez uses Codeyard's Subversion-service for it's revision control.
Note: Next stable branch for the client will be available soon!
If you want (relativly) stable programs you might wanna checkout a tag. For example, if you want to do a checkout from the Starez-server 1.0.1:
svn checkout https://cvs.codeyard.net/svn/StoomBoot/tags/server/1.0.1 starez-server
Or if you want to do a checkout of Starez-client 1.0.1:
svn checkout https://cvs.codeyard.net/svn/StoomBoot/tags/client/1.0.1 starez-client
If you would like to have a more bleeding edge(and thus less stable) version of the code you can do an anonymous checkout of Starez(this includes documentation):
svn checkout https://svn.codeyard.net/svn/StoomBoot starez
If you only want the client or the server, then try this:
svn checkout https://svn.codeyard.net/svn/StoomBoot/src/client starez_client
svn checkout https://svn.codeyard.net/svn/StoomBoot/src/server starez_server