SubversionServer

Code is kept in our [WWW] Subversion server.

Our SVN server is kindly hosted by [WWW] 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!

  1. [WWW] Register as a new BerliOS user,

  2. Tell Lion in our IrcChannel, or leave a note here. He'll give you project access.

  3. Wait 24 hours.

  4. Log in once: ssh onebigsoup.berlios.de -l (your username here)

    • use the password you use on the website

  5. Set your SVN_SSH variable in your .bashrc or .tcshrc file.

Pulling data out

Put your [WWW] 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: [OneBigSoupSVN]src/

last edited 2008-04-11 11:47:05 by 82