close
The Wayback Machine - https://web.archive.org/web/20050829112557/http://boo.codehaus.org:80/Subversion

Boo

Language Guide

For Developers

Features

Feeds

Image
Site
Image News
Subversion Image

Web Access

http://svn.boo.codehaus.org/

Anonymous Subversion Access

The code of the project can be checked out by anyone through anonymous svnserve access with the following command:

svn co svn://svn.boo.codehaus.org/boo/scm/boo/trunk/ boo

Notice however that this will get the latest development bits and some of the test cases might fail.

If you want to track the development but don't care about the latest bits (and the possible failures) check out svn://svn.boo.codehaus.org/boo/scm/boo/branches/stable/ instead:

svn co svn://svn.boo.codehaus.org/boo/scm/boo/branches/stable/ boo

Developer Subversion Access

svn co svn+ssh://username@svn.boo.codehaus.org/home/projects/boo/scm/boo/trunk boo