Initial public busybox upstream commit
[busybox4maemo] / docs / busybox.net / subversion.html
1 <!--#include file="header.html" -->
2
3 <h3>Accessing Source</h3>
4
5
6
7 <h3>Patches</h3>
8
9 <p>You can <a href="/downloads/">download</a> fixes for particular releases
10 of busybox, e.g. downloads/fixes-<em>major</em>-<em>minor</em>-<em>patch</em>/
11
12 <h3>Anonymous Subversion Access</h3>
13
14 We allow anonymous (read-only) Subversion (svn) access to everyone.  To
15 grab a copy of the latest version of BusyBox using anonymous svn access:
16
17 <pre>
18 svn co svn://busybox.net/trunk/busybox</pre>
19
20 <p>
21 The current <em>stable branch</em> can be obtained with
22 <pre>
23 svn co svn://busybox.net/branches/busybox_1_9_stable
24 </pre>
25
26 <p>
27
28 If you are not already familiar with using Subversion, I recommend you visit <a
29 href="http://subversion.tigris.org/">the Subversion website</a>.  You might
30 also want to read online or buy a copy of <a
31 href="http://svnbook.red-bean.com/">the Subversion Book</a>.  If you are
32 already comfortable with using CVS, you may want to skip ahead to the <a
33 href="http://svnbook.red-bean.com/en/1.1/apa.html">Subversion for CVS Users</a>
34 part of the Subversion Book.
35
36 <p>
37
38 Once you've checked out a copy of the source tree, you can update your source
39 tree at any time so it is in sync with the latest and greatest by entering your
40 BusyBox directory and running the command:
41
42 <pre>
43 svn update</pre>
44
45 Because you've only been granted anonymous access to the tree, you won't be
46 able to commit any changes. Changes can be submitted for inclusion by posting
47 them to the BusyBox mailing list.  For those that are actively contributing
48 <a href="developer.html">Subversion commit access</a> can be made available.
49
50 <!--#include file="footer.html" -->
51