blob: fb4bac77475e043be6e8c1a9a08956e30692da28 [file] [log] [blame]
Eric Andersen6047ae32005-02-09 03:52:46 +00001<!--#include file="header.html" -->
2
Bernhard Reutner-Fischer3515f6e2006-04-10 19:16:50 +00003<h3>Accessing Source</h3>
Rob Landleyf6ddadc2006-02-24 02:48:49 +00004
5
6
Bernhard Reutner-Fischer3515f6e2006-04-10 19:16:50 +00007<h2>Patches</h2>
Rob Landleyf6ddadc2006-02-24 02:48:49 +00008
9<p>If you don't want to mess with subversion, you can download
Bernhard Reutner-Fischer3515f6e2006-04-10 19:16:50 +000010<a href="/downloads/patches/">all BusyBox patches</a> or check the
Rob Landleyf6ddadc2006-02-24 02:48:49 +000011<a href="/downloads/patches/last10.html">ten most recent</a>.
Eric Andersen6047ae32005-02-09 03:52:46 +000012
13<h3>Anonymous Subversion Access</h3>
14
15We allow anonymous (read-only) Subversion (svn) access to everyone. To
Rob Landleyf6ddadc2006-02-24 02:48:49 +000016grab a copy of the latest version of BusyBox using anonymous svn access:
Eric Andersen6047ae32005-02-09 03:52:46 +000017
18<pre>
Eric Andersen07623642005-02-09 06:41:13 +000019svn co svn://busybox.net/trunk/busybox</pre>
Eric Andersen6047ae32005-02-09 03:52:46 +000020
Bernhard Reutner-Fischer776fe222006-04-10 20:15:46 +000021<p>
22The current <em>stable branch</em> can be obtained with
23<pre>
24svn co svn://busybox.net/branches/busybox_1_1_stable
25</pre>
Eric Andersen6047ae32005-02-09 03:52:46 +000026
Bernhard Reutner-Fischer776fe222006-04-10 20:15:46 +000027</p>
Eric Andersen6047ae32005-02-09 03:52:46 +000028<p>
29
30If you are not already familiar with using Subversion, I recommend you visit <a
31href="http://subversion.tigris.org/">the Subversion website</a>. You might
32also want to read online or buy a copy of <a
33href="http://svnbook.red-bean.com/">the Subversion Book</a>. If you are
34already comfortable with using CVS, you may want to skip ahead to the <a
35href="http://svnbook.red-bean.com/en/1.1/apa.html">Subversion for CVS Users</a>
36part of the Subversion Book.
37
38<p>
39
40Once you've checked out a copy of the source tree, you can update your source
41tree at any time so it is in sync with the latest and greatest by entering your
Eric Andersen07623642005-02-09 06:41:13 +000042BusyBox directory and running the command:
Eric Andersen6047ae32005-02-09 03:52:46 +000043
44<pre>
45svn update</pre>
46
47Because you've only been granted anonymous access to the tree, you won't be
48able to commit any changes. Changes can be submitted for inclusion by posting
Eric Andersen07623642005-02-09 06:41:13 +000049them to the BusyBox mailing list. For those that are actively contributing
Eric Andersen6047ae32005-02-09 03:52:46 +000050<a href="developer.html">Subversion commit access</a> can be made available.
51
52<!--#include file="footer.html" -->
53