diff options
Diffstat (limited to 'docs/busybox.net/subversion.html')
-rw-r--r-- | docs/busybox.net/subversion.html | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/busybox.net/subversion.html b/docs/busybox.net/subversion.html new file mode 100644 index 000000000..f7a4473bf --- /dev/null +++ b/docs/busybox.net/subversion.html | |||
@@ -0,0 +1,38 @@ | |||
1 | <!--#include file="header.html" --> | ||
2 | |||
3 | |||
4 | <h3>Anonymous Subversion Access</h3> | ||
5 | |||
6 | We allow anonymous (read-only) Subversion (svn) access to everyone. To | ||
7 | grab a copy of the latest version of uClibc using anonymous svn access is: | ||
8 | |||
9 | <pre> | ||
10 | svn co svn://www.uclibc.org/trunk/uClibc</pre> | ||
11 | |||
12 | |||
13 | <p> | ||
14 | |||
15 | If you are not already familiar with using Subversion, I recommend you visit <a | ||
16 | href="http://subversion.tigris.org/">the Subversion website</a>. You might | ||
17 | also want to read online or buy a copy of <a | ||
18 | href="http://svnbook.red-bean.com/">the Subversion Book</a>. If you are | ||
19 | already comfortable with using CVS, you may want to skip ahead to the <a | ||
20 | href="http://svnbook.red-bean.com/en/1.1/apa.html">Subversion for CVS Users</a> | ||
21 | part of the Subversion Book. | ||
22 | |||
23 | <p> | ||
24 | |||
25 | Once you've checked out a copy of the source tree, you can update your source | ||
26 | tree at any time so it is in sync with the latest and greatest by entering your | ||
27 | uClibc directory and running the command: | ||
28 | |||
29 | <pre> | ||
30 | svn update</pre> | ||
31 | |||
32 | Because you've only been granted anonymous access to the tree, you won't be | ||
33 | able to commit any changes. Changes can be submitted for inclusion by posting | ||
34 | them to the uClibc mailing list. For those that are actively contributing | ||
35 | <a href="developer.html">Subversion commit access</a> can be made available. | ||
36 | |||
37 | <!--#include file="footer.html" --> | ||
38 | |||