The Coalevo Site - Source Repositories
Overview
The projects sources are kept in SVN repositories. For clients you should visit Subversion Packages. For more information about SVN itself we recommend the book Version Control with SVN that is available online.
Browsing the Repostiories
We are evaluating Fisheye for browse access to the repositories. Visit and enjoy it here.
Anonymous Access to the Repositories
Anonymous access to the repositories is available via the following generic SVN URL:
http://www.coalevo.net/svn/<repository name>
You can check out the sources anonymously from the repository specific URL using an svn client.
Developer Access to the Repositories
Developer access to the repositories is available via the following generic SVN URL:
svn+ssh://<username>@www.coalevo.net/var/svn/<repository name>
You can work with the repository using the specific URL and an svn client. We recommend using private key authentication (you will need to place your public key on the host).

