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 | |
parent | 6047ae3379edc1d089fede3d797f57c162fe3e19 (diff) | |
download | busybox-w32-0762364c5966c2bd129438851dacf94a649d7b0d.tar.gz busybox-w32-0762364c5966c2bd129438851dacf94a649d7b0d.tar.bz2 busybox-w32-0762364c5966c2bd129438851dacf94a649d7b0d.zip |
Cut-n-paste strikes again
Diffstat (limited to 'docs/busybox.net')
-rw-r--r-- | docs/busybox.net/developer.html | 6 | ||||
-rw-r--r-- | docs/busybox.net/subversion.html | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/docs/busybox.net/developer.html b/docs/busybox.net/developer.html index 215633c97..b434262ee 100644 --- a/docs/busybox.net/developer.html +++ b/docs/busybox.net/developer.html | |||
@@ -26,16 +26,16 @@ private, you can encrypt your email using my | |||
26 | <p> | 26 | <p> |
27 | 27 | ||
28 | Once you are setup with an account, you will need to use your account to | 28 | Once you are setup with an account, you will need to use your account to |
29 | checkout a copy of uClibc from Subversion: | 29 | checkout a copy of BusyBox from Subversion: |
30 | 30 | ||
31 | <pre> | 31 | <pre> |
32 | svn list svn+ssh://username@svn.uclibc.org//svn/trunk/uClibc</pre> | 32 | svn list svn+ssh://username@svn.uclibc.org//svn/trunk/busybox</pre> |
33 | <br> | 33 | <br> |
34 | It goes without saying you must change <em>username</em> to your own | 34 | It goes without saying you must change <em>username</em> to your own |
35 | username... | 35 | username... |
36 | <p> | 36 | <p> |
37 | 37 | ||
38 | You can then enter the newly checked out uClibc directory, make changes, check | 38 | You can then enter the newly checked out BusyBox directory, make changes, check |
39 | your changes, diff your changes, revert your changes, and and commit your | 39 | your changes, diff your changes, revert your changes, and and commit your |
40 | changes usine commands such as: | 40 | changes usine commands such as: |
41 | 41 | ||
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 | ||
6 | We allow anonymous (read-only) Subversion (svn) access to everyone. To | 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: | 7 | grab a copy of the latest version of BusyBox using anonymous svn access is: |
8 | 8 | ||
9 | <pre> | 9 | <pre> |
10 | svn co svn://www.uclibc.org/trunk/uClibc</pre> | 10 | svn 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 | ||
25 | Once you've checked out a copy of the source tree, you can update your source | 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 | 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: | 27 | BusyBox directory and running the command: |
28 | 28 | ||
29 | <pre> | 29 | <pre> |
30 | svn update</pre> | 30 | svn update</pre> |
31 | 31 | ||
32 | Because you've only been granted anonymous access to the tree, you won't be | 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 | 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 | 34 | them 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" --> |