From: Eric Andersen Date: Wed, 9 Feb 2005 06:41:13 +0000 (-0000) Subject: Cut-n-paste strikes again X-Git-Tag: 1_1_0~1106 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0762364c5966c2bd129438851dacf94a649d7b0d;p=platform%2Fupstream%2Fbusybox.git Cut-n-paste strikes again --- diff --git a/docs/busybox.net/developer.html b/docs/busybox.net/developer.html index 215633c..b434262 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

Once you are setup with an account, you will need to use your account to -checkout a copy of uClibc from Subversion: +checkout a copy of BusyBox from Subversion:

-svn list svn+ssh://username@svn.uclibc.org//svn/trunk/uClibc
+svn list svn+ssh://username@svn.uclibc.org//svn/trunk/busybox
It goes without saying you must change username to your own username...

-You can then enter the newly checked out uClibc directory, make changes, check +You can then enter the newly checked out BusyBox directory, make changes, check your changes, diff your changes, revert your changes, and and commit your changes usine commands such as: diff --git a/docs/busybox.net/subversion.html b/docs/busybox.net/subversion.html index f7a4473..e5888d7 100644 --- a/docs/busybox.net/subversion.html +++ b/docs/busybox.net/subversion.html @@ -4,10 +4,10 @@

Anonymous Subversion Access

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:
-svn co svn://www.uclibc.org/trunk/uClibc
+svn co svn://busybox.net/trunk/busybox

@@ -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:

 svn update
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 Subversion commit access can be made available.