summaryrefslogtreecommitdiff
path: root/docs/busybox.net/cvs_anon.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/busybox.net/cvs_anon.html')
-rw-r--r--docs/busybox.net/cvs_anon.html23
1 files changed, 17 insertions, 6 deletions
diff --git a/docs/busybox.net/cvs_anon.html b/docs/busybox.net/cvs_anon.html
index 282080645..c1811d48c 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
44password for anonymous access). This step only needs to be done once, the first 44password for anonymous access). This step only needs to be done once, the first
45time you attempt to access CVS. 45time you attempt to access CVS.
46<p> 46<p>
47Once the login is complete, you can then check which modules 47Once the login is complete, you can then check the list of available
48are available for checkout by running the following command (all on one line): 48CVS modules by running the following command (all on one line):
49<pre> 49<pre>
50cvs -z3 -d:pserver:anonymous@busybox.net:/var/cvs co -c </pre> 50cvs -z3 -d:pserver:anonymous@busybox.net:/var/cvs co -c </pre>
51 51
52<p> 52<p>
53You can then check out any of the available modules. The following is 53If you wish, you can then check out a local copy of any of the
54an example of how to grab a copy of busybox and tinylogin: 54available modules. The following is an example of how to grab
55a copy of busybox and tinylogin:
55<pre> 56<pre>
56 cvs -z3 -d:pserver:anonymous@busybox.net:/var/cvs co -P busybox tinylogin</pre> 57 cvs -z3 -d:pserver:anonymous@busybox.net:/var/cvs co -P busybox tinylogin</pre>
57This will create a directory called <b>busybox</b> and a directory called 58This will create a directory called <b>busybox</b> and a directory called
58<b>tinylogin</b> in the current directory. These directories contain the 59<b>tinylogin</b> in the current directory. These directories contain the
59latest and greatest source code for busybox and tinylogin. 60latest and greatest source code for busybox and tinylogin.
60 61
62<p>
63I usually create a ~/.cvsrc file with the following things in it, and I
64recommend you should use the same:
65<pre>
66 -z3
67 update -dP
68 rdiff -u
69 diff -ubBwpN
70 checkout -P</pre>
71
61<p> 72<p>
62Once you've checked out a copy of the source tree, you can update your 73Once you've checked out a copy of the source tree, you can update your
63source tree at any time so it is in sync with the latest and greatest by 74source tree at any time so it is in sync with the latest and greatest by
64running the command: 75running the command:
65<pre> 76<pre>
66cvs -z3 update -d -P</pre> 77cvs update</pre>
67 78
68Because you've only been granted anonymous access to the tree, you won't be 79Because you've only been granted anonymous access to the tree, you won't be
69able to commit any changes. Changes can be submitted for inclusion by posting 80able to commit any changes. Changes can be submitted for inclusion by posting
@@ -85,7 +96,7 @@ them to the appropriate <a href="http://busybox.net/mailman/listinfo">mailing li
85 <font size="-1" face="arial, helvetica, sans-serif"> 96 <font size="-1" face="arial, helvetica, sans-serif">
86 Mail all comments, insults, suggestions and bribes to 97 Mail all comments, insults, suggestions and bribes to
87 <a href="mailto:andersen@codepoet.org">Erik Andersen</a><BR> 98 <a href="mailto:andersen@codepoet.org">Erik Andersen</a><BR>
88 The Busybox logo is copyright 1999,2000,2001, Erik Andersen. 99 The Busybox logo is copyright 1999-2002, Erik Andersen.
89 </font> 100 </font>
90 </TD> 101 </TD>
91 102