Magellan Linux

Contents of /trunk/mkinitrd-magellan/busybox/docs/busybox.net/subversion.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 532 - (show annotations) (download) (as text)
Sat Sep 1 22:45:15 2007 UTC (16 years, 9 months ago) by niro
File MIME type: text/html
File size: 1682 byte(s)
-import if magellan mkinitrd; it is a fork of redhats mkinitrd-5.0.8 with all magellan patches and features; deprecates magellan-src/mkinitrd

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
15 We allow anonymous (read-only) Subversion (svn) access to everyone. To
16 grab a copy of the latest version of BusyBox using anonymous svn access:
17
18 <pre>
19 svn co svn://busybox.net/trunk/busybox</pre>
20
21 <p>
22 The current <em>stable branch</em> can be obtained with
23 <pre>
24 svn co svn://busybox.net/branches/busybox_1_1_stable
25 </pre>
26
27 <p>
28
29 If you are not already familiar with using Subversion, I recommend you visit <a
30 href="http://subversion.tigris.org/">the Subversion website</a>. You might
31 also want to read online or buy a copy of <a
32 href="http://svnbook.red-bean.com/">the Subversion Book</a>. If you are
33 already comfortable with using CVS, you may want to skip ahead to the <a
34 href="http://svnbook.red-bean.com/en/1.1/apa.html">Subversion for CVS Users</a>
35 part of the Subversion Book.
36
37 <p>
38
39 Once you've checked out a copy of the source tree, you can update your source
40 tree at any time so it is in sync with the latest and greatest by entering your
41 BusyBox directory and running the command:
42
43 <pre>
44 svn update</pre>
45
46 Because you've only been granted anonymous access to the tree, you won't be
47 able to commit any changes. Changes can be submitted for inclusion by posting
48 them 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