|
Documentation for Subversion (sometimes referred to as "SVN") is available here. Anonymous Subversion Access This project's SVN repository can be checked out through anonymous access with the following command(s). svn checkout http://rubygraphs.rubyforge.org/svn/ or svn checkout svn://rubyforge.org/var/svn/rubygraphs
Developer Subversion Access via SSH Only project developers can access the SVN tree via this method. SSH must be installed on your client machine. Substitute developername with the proper values. You'll need a public key in place to authenticate. svn checkout svn+ssh://developername@rubyforge.org/var/svn/rubygraphs |