Update the cvs commit info. Remove the old busybox.lineo.com stuff.

This commit is contained in:
Eric Andersen 2002-03-02 15:39:06 +00:00
parent a99b194336
commit 49da8a83ad
4 changed files with 24 additions and 12 deletions

View File

@ -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 password for anonymous access). This step only needs to be done once, the first
time you attempt to access CVS. time you attempt to access CVS.
<p> <p>
Once the login is complete, you can then check which modules Once the login is complete, you can then check the list of available
are available for checkout by running the following command (all on one line): CVS modules by running the following command (all on one line):
<pre> <pre>
cvs -z3 -d:pserver:anonymous@busybox.net:/var/cvs co -c </pre> cvs -z3 -d:pserver:anonymous@busybox.net:/var/cvs co -c </pre>
<p> <p>
You can then check out any of the available modules. The following is If you wish, you can then check out a local copy of any of the
an example of how to grab a copy of busybox and tinylogin: available modules. The following is an example of how to grab
a copy of busybox and tinylogin:
<pre> <pre>
cvs -z3 -d:pserver:anonymous@busybox.net:/var/cvs co -P busybox tinylogin</pre> cvs -z3 -d:pserver:anonymous@busybox.net:/var/cvs co -P busybox tinylogin</pre>
This will create a directory called <b>busybox</b> and a directory called This will create a directory called <b>busybox</b> and a directory called
<b>tinylogin</b> in the current directory. These directories contain the <b>tinylogin</b> in the current directory. These directories contain the
latest and greatest source code for busybox and tinylogin. latest and greatest source code for busybox and tinylogin.
<p>
I usually create a ~/.cvsrc file with the following things in it, and I
recommend you should use the same:
<pre>
-z3
update -dP
rdiff -u
diff -ubBwpN
checkout -P</pre>
<p> <p>
Once you've checked out a copy of the source tree, you can update your 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 source tree at any time so it is in sync with the latest and greatest by
running the command: running the command:
<pre> <pre>
cvs -z3 update -d -P</pre> cvs update</pre>
Because you've only been granted anonymous access to the tree, you won't be 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 able 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
<font size="-1" face="arial, helvetica, sans-serif"> <font size="-1" face="arial, helvetica, sans-serif">
Mail all comments, insults, suggestions and bribes to Mail all comments, insults, suggestions and bribes to
<a href="mailto:andersen@codepoet.org">Erik Andersen</a><BR> <a href="mailto:andersen@codepoet.org">Erik Andersen</a><BR>
The Busybox logo is copyright 1999,2000,2001, Erik Andersen. The Busybox logo is copyright 1999-2002, Erik Andersen.
</font> </font>
</TD> </TD>

View File

@ -42,7 +42,7 @@ stuff to show you are serious. Then, very nicely ask
an account. To access CVS, you will want to add the following to set up your environment: an account. To access CVS, you will want to add the following to set up your environment:
<pre> <pre>
$ export CVS_RSH=/usr/bin/ssh $ export CVS_RSH=/usr/bin/ssh
$ export CVSROOT='username@busybox.net:/var/cvs'</pre> $ export CVSROOT='username@codepoet.org:/var/cvs'</pre>
<br> <br>
It goes without saying you must change <em>username</em> to your own It goes without saying you must change <em>username</em> to your own
username... username...
@ -54,9 +54,10 @@ 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 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 address where you prefer email to be sent (I will forward any email sent
to you, but not store it). to you, but not store it).
<p> <p>
Note that if your are worried that others might see your ssh key, you can Note that if you would prefer to keep your communications with me
encrypt the email containing your crypted password using my private, you can encrypt your email using my
<a href="http://www.codepoet.org/~andersen/erik/gpg.asc">public key</a>. <a href="http://www.codepoet.org/~andersen/erik/gpg.asc">public key</a>.
@ -75,7 +76,7 @@ encrypt the email containing your crypted password using my
<font size="-1" face="arial, helvetica, sans-serif"> <font size="-1" face="arial, helvetica, sans-serif">
Mail all comments, insults, suggestions and bribes to Mail all comments, insults, suggestions and bribes to
<a href="mailto:andersen@codepoet.org">Erik Andersen</a><BR> <a href="mailto:andersen@codepoet.org">Erik Andersen</a><BR>
The Busybox logo is copyright 1999,2000,2001, Erik Andersen. The Busybox logo is copyright 1999-2002, Erik Andersen.
</font> </font>
</TD> </TD>

View File

@ -348,7 +348,7 @@ you.
<font size="-1" face="arial, helvetica, sans-serif"> <font size="-1" face="arial, helvetica, sans-serif">
Mail all comments, insults, suggestions and bribes to Mail all comments, insults, suggestions and bribes to
<a href="mailto:andersen@codepoet.org">Erik Andersen</a><BR> <a href="mailto:andersen@codepoet.org">Erik Andersen</a><BR>
The Busybox logo is copyright 1999,2000,2001, Erik Andersen. The Busybox logo is copyright 1999-2002, Erik Andersen.
</font> </font>
</TD> </TD>

View File

@ -574,7 +574,7 @@
<font size="-1" face="arial, helvetica, sans-serif"> <font size="-1" face="arial, helvetica, sans-serif">
Mail all comments, insults, suggestions and bribes to Mail all comments, insults, suggestions and bribes to
<a href="mailto:andersen@codepoet.org">Erik Andersen</a><BR> <a href="mailto:andersen@codepoet.org">Erik Andersen</a><BR>
The Busybox logo is copyright 1999,2000,2001 Erik Andersen. The Busybox logo is copyright 1999-2002, Erik Andersen.
</font> </font>
</TD> </TD>