Eric Andersen | 6047ae3 | 2005-02-09 03:52:46 +0000 | [diff] [blame] | 1 | <!--#include file="header.html" --> |
| 2 | |
Bernhard Reutner-Fischer | 3515f6e | 2006-04-10 19:16:50 +0000 | [diff] [blame] | 3 | <h3>Accessing Source</h3> |
Rob Landley | f6ddadc | 2006-02-24 02:48:49 +0000 | [diff] [blame] | 4 | |
| 5 | |
| 6 | |
Bernhard Reutner-Fischer | e0e9886 | 2006-04-11 08:49:01 +0000 | [diff] [blame] | 7 | <h3>Patches</h3> |
Rob Landley | f6ddadc | 2006-02-24 02:48:49 +0000 | [diff] [blame] | 8 | |
| 9 | <p>If you don't want to mess with subversion, you can download |
Bernhard Reutner-Fischer | 3515f6e | 2006-04-10 19:16:50 +0000 | [diff] [blame] | 10 | <a href="/downloads/patches/">all BusyBox patches</a> or check the |
Rob Landley | 267a0ed | 2006-05-28 02:10:21 +0000 | [diff] [blame^] | 11 | <a href="/downloads/patches/recent.html">most recent patches</a>. |
Eric Andersen | 6047ae3 | 2005-02-09 03:52:46 +0000 | [diff] [blame] | 12 | |
| 13 | <h3>Anonymous Subversion Access</h3> |
| 14 | |
| 15 | We allow anonymous (read-only) Subversion (svn) access to everyone. To |
Rob Landley | f6ddadc | 2006-02-24 02:48:49 +0000 | [diff] [blame] | 16 | grab a copy of the latest version of BusyBox using anonymous svn access: |
Eric Andersen | 6047ae3 | 2005-02-09 03:52:46 +0000 | [diff] [blame] | 17 | |
| 18 | <pre> |
Eric Andersen | 0762364 | 2005-02-09 06:41:13 +0000 | [diff] [blame] | 19 | svn co svn://busybox.net/trunk/busybox</pre> |
Eric Andersen | 6047ae3 | 2005-02-09 03:52:46 +0000 | [diff] [blame] | 20 | |
Bernhard Reutner-Fischer | 776fe22 | 2006-04-10 20:15:46 +0000 | [diff] [blame] | 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> |
Eric Andersen | 6047ae3 | 2005-02-09 03:52:46 +0000 | [diff] [blame] | 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 |
Eric Andersen | 0762364 | 2005-02-09 06:41:13 +0000 | [diff] [blame] | 41 | BusyBox directory and running the command: |
Eric Andersen | 6047ae3 | 2005-02-09 03:52:46 +0000 | [diff] [blame] | 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 |
Eric Andersen | 0762364 | 2005-02-09 06:41:13 +0000 | [diff] [blame] | 48 | them to the BusyBox mailing list. For those that are actively contributing |
Eric Andersen | 6047ae3 | 2005-02-09 03:52:46 +0000 | [diff] [blame] | 49 | <a href="developer.html">Subversion commit access</a> can be made available. |
| 50 | |
| 51 | <!--#include file="footer.html" --> |
| 52 | |