diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-02-09 06:41:13 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-02-09 06:41:13 +0000 |
commit | 0762364c5966c2bd129438851dacf94a649d7b0d (patch) | |
tree | f93392322b52a52f52a9a47d88c44039c2dee10a /docs/busybox.net/subversion.html | |
parent | 6047ae3379edc1d089fede3d797f57c162fe3e19 (diff) | |
download | busybox-0762364c5966c2bd129438851dacf94a649d7b0d.tar.gz |
Cut-n-paste strikes again
Diffstat (limited to 'docs/busybox.net/subversion.html')
-rw-r--r-- | docs/busybox.net/subversion.html | 8 |
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 @@ <h3>Anonymous Subversion Access</h3> We allow anonymous (read-only) Subversion (svn) access to everyone. To -grab a copy of the latest version of uClibc using anonymous svn access is: +grab a copy of the latest version of BusyBox using anonymous svn access is: <pre> -svn co svn://www.uclibc.org/trunk/uClibc</pre> +svn co svn://busybox.net/trunk/busybox</pre> <p> @@ -24,14 +24,14 @@ part of the Subversion Book. Once you've checked out a copy of the source tree, you can update your source tree at any time so it is in sync with the latest and greatest by entering your -uClibc directory and running the command: +BusyBox directory and running the command: <pre> svn update</pre> Because you've only been granted anonymous access to the tree, you won't be able to commit any changes. Changes can be submitted for inclusion by posting -them to the uClibc mailing list. For those that are actively contributing +them to the BusyBox mailing list. For those that are actively contributing <a href="developer.html">Subversion commit access</a> can be made available. <!--#include file="footer.html" --> |