diff --git a/docs/busybox.net/FAQ.html b/docs/busybox.net/FAQ.html index b70c03a82..aaf48e67a 100644 --- a/docs/busybox.net/FAQ.html +++ b/docs/busybox.net/FAQ.html @@ -138,7 +138,7 @@ have additions to this FAQ document, we would love to add them, An easy method to build your own basic BusyBox based system, is to follow these simple steps:
-cvs -d:pserver:anonymous@busybox.net:/var/cvs login-
-CVS will prompt you for a password. Just press the Enter key (there is no -password for anonymous access). This step only needs to be done once, the first -time you attempt to access CVS. -
-Once the login is complete, you can then check the list of available -CVS modules by running the following command (all on one line): -
-cvs -z3 -d:pserver:anonymous@busybox.net:/var/cvs co -c- -
-If you wish, you can then check out a local copy of any of the -available modules. The following is an example of how to grab -a copy of busybox and tinylogin: -
- cvs -z3 -d:pserver:anonymous@busybox.net:/var/cvs co -P busybox tinylogin-This will create a directory called busybox and a directory called -tinylogin in the current directory. These directories contain the -latest and greatest source code for busybox and tinylogin. - -
-If you are not already familiar with using CVS, I recommend you visit -this quick Introduction to CVS. - -
-I usually create a ~/.cvsrc file with the following things in it, and I -recommend you should use the same: -
- -z3 - update -dP - rdiff -u - diff -ubBwpN - checkout -P- -
-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 -running the command: -
-cvs 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 appropriate mailing list. For those that are actively contributing -CVS write access can be made available. - - - diff --git a/docs/busybox.net/cvs_howto.html b/docs/busybox.net/cvs_howto.html deleted file mode 100644 index 837d6cd61..000000000 --- a/docs/busybox.net/cvs_howto.html +++ /dev/null @@ -1,44 +0,0 @@ - - - -
-For the impatient, the following is probably about all you need to know: -
- -
cvs checkout -c-
cvs checkout < module name >-
cvs co < module name >-
cvs update- -
cvs up-
cvs update < file name >-
cvs commit-
cvs add < file name >- -
cvs remove < file name >-
cvs rm < file name >-
cvs log < file name >-
-$ export CVS_RSH=/usr/bin/ssh -$ export CVSROOT='username@cvs.busybox.net:/var/cvs'-
- -To obtain commit access, you will need to demonstrate you are -serious by submitting a few good patches first. Then, you will need to -select a user-name to use when committing stuff, and finally, you will -need to send me the username you have selected, an ssh key, and the email -address where you prefer email to be sent (I will forward any email sent -to you, but not store it). - -
-Note that if you would prefer to keep your communications with me -private, you can encrypt your email using my -public key. - - - - diff --git a/docs/busybox.net/developer.html b/docs/busybox.net/developer.html new file mode 100644 index 000000000..215633c97 --- /dev/null +++ b/docs/busybox.net/developer.html @@ -0,0 +1,58 @@ + + + +
+ +To obtain commit access, you will need to demonstrate you are serious by +submitting a few good patches first. Then, you will need to select a username +to use when committing stuff, and finally, you will need to send me the +username you have selected, an ssh key, and the email address where you prefer +email to be sent (I will forward any email sent to you, but not store it). + +
+ +Note that if you would prefer to keep your communications with me +private, you can encrypt your email using my +public key. + +
+ +Once you are setup with an account, you will need to use your account to +checkout a copy of uClibc from Subversion: + +
+svn list svn+ssh://username@svn.uclibc.org//svn/trunk/uClibc+
+ +You can then enter the newly checked out uClibc directory, make changes, check +your changes, diff your changes, revert your changes, and and commit your +changes usine commands such as: + +
+svn diff +svn status +svn revert +svn commit+ +
+ +For additional detail on how to use Subversion, please visit the +the Subversion website. +You might also want to read online or buy a copy of the Subversion Book... + + + + + diff --git a/docs/busybox.net/download.html b/docs/busybox.net/download.html index e1b091357..f8746ddab 100644 --- a/docs/busybox.net/download.html +++ b/docs/busybox.net/download.html @@ -9,22 +9,18 @@ downloaded from http://www.busybox.net/downloads.
You can also obtain Daily Snapshots of -the latest CVS source tree. +the latest development source tree for those wishing to follow BusyBox development, +but cannot or do not wish to use Subversion (svn).
- Copyright © 1999-2003 Erik Andersen
+ Copyright © 1999-2005 Erik Andersen
- Mail all comments, insults, suggestions and bribes to
+ Mail all comments, insults, suggestions and bribes to
Erik Andersen andersen@codepoet.org
diff --git a/docs/busybox.net/header.html b/docs/busybox.net/header.html
index dda2a3c4d..154f9a3a8 100644
--- a/docs/busybox.net/header.html
+++ b/docs/busybox.net/header.html
@@ -48,10 +48,10 @@
Mailing Lists
Latest News
Download
-
FAQ
-
Accessing CVS
-
Browse CVS
+
Browse Source
+
Accessing Source
Bug Tracking
+
FAQ
Documentation
Products
Hall of Shame
diff --git a/docs/busybox.net/lists.html b/docs/busybox.net/lists.html
index 5c50c957c..019af8444 100644
--- a/docs/busybox.net/lists.html
+++ b/docs/busybox.net/lists.html
@@ -15,7 +15,8 @@ There is also a mailing list for active developers
wishing to read the complete diff of each and every change to busybox -- not for the
faint of heart. Active developers can subscribe by visiting
this page.
-The CVS server is the only one permtted to post to this list.
+The Subversion server is the only one permtted to post to this list. And yes,
+this list name uses the word 'cvs' even though we don't use that anymore...
diff --git a/docs/busybox.net/oldnews.html b/docs/busybox.net/oldnews.html index 83987ecf8..054970323 100644 --- a/docs/busybox.net/oldnews.html +++ b/docs/busybox.net/oldnews.html @@ -888,7 +888,7 @@ image. Here's how you use it: Also, some exciting infrastructure news! Busybox now has its own mailing list, publically browsable - CVS tree, + CVS tree, anonymous CVS access, and for those that are actively contributing there is even diff --git a/docs/busybox.net/products.html b/docs/busybox.net/products.html index 6ca0e3c92..9ee165ad8 100644 --- a/docs/busybox.net/products.html +++ b/docs/busybox.net/products.html @@ -13,7 +13,7 @@ listed in the order I happen to add them to the web page:
+svn co svn://www.uclibc.org/trunk/uClibc+ + +
+ +If you are not already familiar with using Subversion, I recommend you visit the Subversion website. You might +also want to read online or buy a copy of the Subversion Book. If you are +already comfortable with using CVS, you may want to skip ahead to the Subversion for CVS Users +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: + +
+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 +Subversion commit access can be made available. + + +