aboutsummaryrefslogtreecommitdiff
path: root/docs/busybox.net/subversion.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/busybox.net/subversion.html')
-rw-r--r--docs/busybox.net/subversion.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/busybox.net/subversion.html b/docs/busybox.net/subversion.html
index f7a4473bf..e5888d7cc 100644
--- a/docs/busybox.net/subversion.html
+++ b/docs/busybox.net/subversion.html
@@ -4,10 +4,10 @@
4<h3>Anonymous Subversion Access</h3> 4<h3>Anonymous Subversion Access</h3>
5 5
6We allow anonymous (read-only) Subversion (svn) access to everyone. To 6We allow anonymous (read-only) Subversion (svn) access to everyone. To
7grab a copy of the latest version of uClibc using anonymous svn access is: 7grab a copy of the latest version of BusyBox using anonymous svn access is:
8 8
9<pre> 9<pre>
10svn co svn://www.uclibc.org/trunk/uClibc</pre> 10svn co svn://busybox.net/trunk/busybox</pre>
11 11
12 12
13<p> 13<p>
@@ -24,14 +24,14 @@ part of the Subversion Book.
24 24
25Once you've checked out a copy of the source tree, you can update your source 25Once you've checked out a copy of the source tree, you can update your source
26tree at any time so it is in sync with the latest and greatest by entering your 26tree at any time so it is in sync with the latest and greatest by entering your
27uClibc directory and running the command: 27BusyBox directory and running the command:
28 28
29<pre> 29<pre>
30svn update</pre> 30svn update</pre>
31 31
32Because you've only been granted anonymous access to the tree, you won't be 32Because you've only been granted anonymous access to the tree, you won't be
33able to commit any changes. Changes can be submitted for inclusion by posting 33able to commit any changes. Changes can be submitted for inclusion by posting
34them to the uClibc mailing list. For those that are actively contributing 34them to the BusyBox mailing list. For those that are actively contributing
35<a href="developer.html">Subversion commit access</a> can be made available. 35<a href="developer.html">Subversion commit access</a> can be made available.
36 36
37<!--#include file="footer.html" --> 37<!--#include file="footer.html" -->