Code is kept in our
Subversion server.
Our SVN server is kindly hosted by
BerliOs.
Anonymous Access (General Public, read only)
svn checkout svn://svn.berlios.de/onebigsoup
Developers Access (read/write)
Signing Up
Feel free! We encourage you to do so!
Tell Lion in our IrcChannel, or leave a note here. He'll give you project access.
Wait 24 hours.
Log in once: ssh onebigsoup.berlios.de -l (your username here)
use the password you use on the website
Set your SVN_SSH variable in your .bashrc or .tcshrc file.
Pulling data out
Put your
BerliOS user name in place of "lionkimbro" below. Give the password you gave BerliOs.
export SVN_SSH="ssh -l lionkimbro" svn checkout svn+ssh://svn.berlios.de/svnroot/repos/onebigsoup
(in tcsh, it's setenv SVN_SSH "ssh -l lionkimbro")
Once you're "in"
svn update svn commit -m "comments for this commit" svn add myfile.c
More Berlios SVN info:
WikiSyntax Note
In this wiki, you can write something like- OneBigSoupSVN:src/ -to get a link into our subversion repository.
That link appears like this:
src/