blob: e5888d7cc0ce8848d8178e997ee7ed56959566e7 [file] [log] [blame]
Eric Andersen6047ae32005-02-09 03:52:46 +00001<!--#include file="header.html" -->
2
3
4<h3>Anonymous Subversion Access</h3>
5
6We allow anonymous (read-only) Subversion (svn) access to everyone. To
Eric Andersen07623642005-02-09 06:41:13 +00007grab a copy of the latest version of BusyBox using anonymous svn access is:
Eric Andersen6047ae32005-02-09 03:52:46 +00008
9<pre>
Eric Andersen07623642005-02-09 06:41:13 +000010svn co svn://busybox.net/trunk/busybox</pre>
Eric Andersen6047ae32005-02-09 03:52:46 +000011
12
13<p>
14
15If you are not already familiar with using Subversion, I recommend you visit <a
16href="http://subversion.tigris.org/">the Subversion website</a>. You might
17also want to read online or buy a copy of <a
18href="http://svnbook.red-bean.com/">the Subversion Book</a>. If you are
19already comfortable with using CVS, you may want to skip ahead to the <a
20href="http://svnbook.red-bean.com/en/1.1/apa.html">Subversion for CVS Users</a>
21part of the Subversion Book.
22
23<p>
24
25Once you've checked out a copy of the source tree, you can update your source
26tree at any time so it is in sync with the latest and greatest by entering your
Eric Andersen07623642005-02-09 06:41:13 +000027BusyBox directory and running the command:
Eric Andersen6047ae32005-02-09 03:52:46 +000028
29<pre>
30svn update</pre>
31
32Because you've only been granted anonymous access to the tree, you won't be
33able to commit any changes. Changes can be submitted for inclusion by posting
Eric Andersen07623642005-02-09 06:41:13 +000034them to the BusyBox mailing list. For those that are actively contributing
Eric Andersen6047ae32005-02-09 03:52:46 +000035<a href="developer.html">Subversion commit access</a> can be made available.
36
37<!--#include file="footer.html" -->
38