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 | |
Bernhard Reutner-Fischer | 93e1a21 | 2008-02-27 21:42:13 +0000 | [diff] [blame] | 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>/ |
Eric Andersen | 6047ae3 | 2005-02-09 03:52:46 +0000 | [diff] [blame] | 11 | |
| 12 | <h3>Anonymous Subversion Access</h3> |
| 13 | |
| 14 | We allow anonymous (read-only) Subversion (svn) access to everyone. To |
Rob Landley | f6ddadc | 2006-02-24 02:48:49 +0000 | [diff] [blame] | 15 | 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] | 16 | |
| 17 | <pre> |
Eric Andersen | 0762364 | 2005-02-09 06:41:13 +0000 | [diff] [blame] | 18 | svn co svn://busybox.net/trunk/busybox</pre> |
Eric Andersen | 6047ae3 | 2005-02-09 03:52:46 +0000 | [diff] [blame] | 19 | |
Bernhard Reutner-Fischer | 776fe22 | 2006-04-10 20:15:46 +0000 | [diff] [blame] | 20 | <p> |
| 21 | The current <em>stable branch</em> can be obtained with |
| 22 | <pre> |
Bernhard Reutner-Fischer | 3444bd4 | 2008-02-27 21:28:02 +0000 | [diff] [blame] | 23 | svn co svn://busybox.net/branches/busybox_1_9_stable |
Bernhard Reutner-Fischer | 776fe22 | 2006-04-10 20:15:46 +0000 | [diff] [blame] | 24 | </pre> |
Eric Andersen | 6047ae3 | 2005-02-09 03:52:46 +0000 | [diff] [blame] | 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 |
Eric Andersen | 0762364 | 2005-02-09 06:41:13 +0000 | [diff] [blame] | 40 | BusyBox directory and running the command: |
Eric Andersen | 6047ae3 | 2005-02-09 03:52:46 +0000 | [diff] [blame] | 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 |
Eric Andersen | 0762364 | 2005-02-09 06:41:13 +0000 | [diff] [blame] | 47 | them to the BusyBox mailing list. For those that are actively contributing |
Eric Andersen | 6047ae3 | 2005-02-09 03:52:46 +0000 | [diff] [blame] | 48 | <a href="developer.html">Subversion commit access</a> can be made available. |
| 49 | |
| 50 | <!--#include file="footer.html" --> |
| 51 | |