source: MondoRescue/branches/3.2/mindi-busybox/docs/busybox.net/subversion.html@ 3232

Last change on this file since 3232 was 821, checked in by Bruno Cornec, 18 years ago

Addition of busybox 1.2.1 as a mindi-busybox new package
This should avoid delivering binary files in mindi not built there (Fedora and Debian are quite serious about that)

File size: 1.6 KB
Line 
1<!--#include file="header.html" -->
2
3<h3>Accessing Source</h3>
4
5
6
7<h3>Patches</h3>
8
9<p>If you don't want to mess with subversion, you can download
10<a href="/downloads/patches/">all BusyBox patches</a> or check the
11<a href="/downloads/patches/recent.html">most recent patches</a>.
12
13<h3>Anonymous Subversion Access</h3>
14
15We allow anonymous (read-only) Subversion (svn) access to everyone. To
16grab a copy of the latest version of BusyBox using anonymous svn access:
17
18<pre>
19svn co svn://busybox.net/trunk/busybox</pre>
20
21<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>
26
27<p>
28
29If you are not already familiar with using Subversion, I recommend you visit <a
30href="http://subversion.tigris.org/">the Subversion website</a>. You might
31also want to read online or buy a copy of <a
32href="http://svnbook.red-bean.com/">the Subversion Book</a>. If you are
33already comfortable with using CVS, you may want to skip ahead to the <a
34href="http://svnbook.red-bean.com/en/1.1/apa.html">Subversion for CVS Users</a>
35part of the Subversion Book.
36
37<p>
38
39Once you've checked out a copy of the source tree, you can update your source
40tree at any time so it is in sync with the latest and greatest by entering your
41BusyBox directory and running the command:
42
43<pre>
44svn update</pre>
45
46Because you've only been granted anonymous access to the tree, you won't be
47able to commit any changes. Changes can be submitted for inclusion by posting
48them to the BusyBox mailing list. For those that are actively contributing
49<a href="developer.html">Subversion commit access</a> can be made available.
50
51<!--#include file="footer.html" -->
52
Note: See TracBrowser for help on using the repository browser.