From 49da8a83ad38ff251a017b13f89f3161168cd4c0 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 2 Mar 2002 15:39:06 +0000 Subject: Update the cvs commit info. Remove the old busybox.lineo.com stuff. --- docs/busybox.net/cvs_anon.html | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) (limited to 'docs/busybox.net/cvs_anon.html') diff --git a/docs/busybox.net/cvs_anon.html b/docs/busybox.net/cvs_anon.html index 2820806..c1811d4 100644 --- a/docs/busybox.net/cvs_anon.html +++ b/docs/busybox.net/cvs_anon.html @@ -44,26 +44,37 @@ 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 which modules -are available for checkout by running the following command (all on one line): +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 

-You can then check out any of the available modules. The following is -an example of how to grab a copy of busybox and tinylogin: +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. +

+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 -z3 update -d -P
+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 @@ -85,7 +96,7 @@ them to the appropriate mailing li Mail all comments, insults, suggestions and bribes to Erik Andersen
- The Busybox logo is copyright 1999,2000,2001, Erik Andersen. + The Busybox logo is copyright 1999-2002, Erik Andersen.
-- cgit v1.1