|
||||||
|
||||||
BooLanguage GuideFor DevelopersFeaturesFeeds
|
Web AccessAnonymous Subversion AccessThe 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 |
|||||
| ||||||