diff options
-rw-r--r-- | docs/busybox.net/cvs_anon.html | 23 | ||||
-rw-r--r-- | docs/busybox.net/cvs_write.html | 9 | ||||
-rw-r--r-- | docs/busybox.net/index.html | 2 | ||||
-rw-r--r-- | docs/busybox.net/oldnews.html | 2 |
4 files changed, 24 insertions, 12 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 | |||
44 | password for anonymous access). This step only needs to be done once, the first | 44 | password for anonymous access). This step only needs to be done once, the first |
45 | time you attempt to access CVS. | 45 | time you attempt to access CVS. |
46 | <p> | 46 | <p> |
47 | Once the login is complete, you can then check which modules | 47 | Once the login is complete, you can then check the list of available |
48 | are available for checkout by running the following command (all on one line): | 48 | CVS modules by running the following command (all on one line): |
49 | <pre> | 49 | <pre> |
50 | cvs -z3 -d:pserver:anonymous@busybox.net:/var/cvs co -c </pre> | 50 | cvs -z3 -d:pserver:anonymous@busybox.net:/var/cvs co -c </pre> |
51 | 51 | ||
52 | <p> | 52 | <p> |
53 | You can then check out any of the available modules. The following is | 53 | If you wish, you can then check out a local copy of any of the |
54 | an example of how to grab a copy of busybox and tinylogin: | 54 | available modules. The following is an example of how to grab |
55 | a 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> |
57 | This will create a directory called <b>busybox</b> and a directory called | 58 | This 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 |
59 | latest and greatest source code for busybox and tinylogin. | 60 | latest and greatest source code for busybox and tinylogin. |
60 | 61 | ||
62 | <p> | ||
63 | I usually create a ~/.cvsrc file with the following things in it, and I | ||
64 | recommend 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> |
62 | Once you've checked out a copy of the source tree, you can update your | 73 | Once you've checked out a copy of the source tree, you can update your |
63 | source tree at any time so it is in sync with the latest and greatest by | 74 | source tree at any time so it is in sync with the latest and greatest by |
64 | running the command: | 75 | running the command: |
65 | <pre> | 76 | <pre> |
66 | cvs -z3 update -d -P</pre> | 77 | cvs update</pre> |
67 | 78 | ||
68 | Because you've only been granted anonymous access to the tree, you won't be | 79 | Because you've only been granted anonymous access to the tree, you won't be |
69 | able to commit any changes. Changes can be submitted for inclusion by posting | 80 | 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 | |||
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 | ||
diff --git a/docs/busybox.net/cvs_write.html b/docs/busybox.net/cvs_write.html index 0c22ca8ae..94ff069d8 100644 --- a/docs/busybox.net/cvs_write.html +++ b/docs/busybox.net/cvs_write.html | |||
@@ -42,7 +42,7 @@ stuff to show you are serious. Then, very nicely ask | |||
42 | an account. To access CVS, you will want to add the following to set up your environment: | 42 | an account. To access CVS, you will want to add the following to set up your environment: |
43 | <pre> | 43 | <pre> |
44 | $ export CVS_RSH=/usr/bin/ssh | 44 | $ export CVS_RSH=/usr/bin/ssh |
45 | $ export CVSROOT='username@busybox.net:/var/cvs'</pre> | 45 | $ export CVSROOT='username@codepoet.org:/var/cvs'</pre> |
46 | <br> | 46 | <br> |
47 | It goes without saying you must change <em>username</em> to your own | 47 | It goes without saying you must change <em>username</em> to your own |
48 | username... | 48 | username... |
@@ -54,9 +54,10 @@ select a user-name to use when committing stuff, and finally, you will | |||
54 | need to send me the username you have selected, an ssh key, and the email | 54 | need to send me the username you have selected, an ssh key, and the email |
55 | address where you prefer email to be sent (I will forward any email sent | 55 | address where you prefer email to be sent (I will forward any email sent |
56 | to you, but not store it). | 56 | to you, but not store it). |
57 | |||
57 | <p> | 58 | <p> |
58 | Note that if your are worried that others might see your ssh key, you can | 59 | Note that if you would prefer to keep your communications with me |
59 | encrypt the email containing your crypted password using my | 60 | private, you can encrypt your email using my |
60 | <a href="http://www.codepoet.org/~andersen/erik/gpg.asc">public key</a>. | 61 | <a href="http://www.codepoet.org/~andersen/erik/gpg.asc">public key</a>. |
61 | 62 | ||
62 | 63 | ||
@@ -75,7 +76,7 @@ encrypt the email containing your crypted password using my | |||
75 | <font size="-1" face="arial, helvetica, sans-serif"> | 76 | <font size="-1" face="arial, helvetica, sans-serif"> |
76 | Mail all comments, insults, suggestions and bribes to | 77 | Mail all comments, insults, suggestions and bribes to |
77 | <a href="mailto:andersen@codepoet.org">Erik Andersen</a><BR> | 78 | <a href="mailto:andersen@codepoet.org">Erik Andersen</a><BR> |
78 | The Busybox logo is copyright 1999,2000,2001, Erik Andersen. | 79 | The Busybox logo is copyright 1999-2002, Erik Andersen. |
79 | </font> | 80 | </font> |
80 | </TD> | 81 | </TD> |
81 | 82 | ||
diff --git a/docs/busybox.net/index.html b/docs/busybox.net/index.html index cb46eb551..d4ffbb3d6 100644 --- a/docs/busybox.net/index.html +++ b/docs/busybox.net/index.html | |||
@@ -348,7 +348,7 @@ you. | |||
348 | <font size="-1" face="arial, helvetica, sans-serif"> | 348 | <font size="-1" face="arial, helvetica, sans-serif"> |
349 | Mail all comments, insults, suggestions and bribes to | 349 | Mail all comments, insults, suggestions and bribes to |
350 | <a href="mailto:andersen@codepoet.org">Erik Andersen</a><BR> | 350 | <a href="mailto:andersen@codepoet.org">Erik Andersen</a><BR> |
351 | The Busybox logo is copyright 1999,2000,2001, Erik Andersen. | 351 | The Busybox logo is copyright 1999-2002, Erik Andersen. |
352 | </font> | 352 | </font> |
353 | </TD> | 353 | </TD> |
354 | 354 | ||
diff --git a/docs/busybox.net/oldnews.html b/docs/busybox.net/oldnews.html index 15d57ac34..4514bf5d8 100644 --- a/docs/busybox.net/oldnews.html +++ b/docs/busybox.net/oldnews.html | |||
@@ -574,7 +574,7 @@ | |||
574 | <font size="-1" face="arial, helvetica, sans-serif"> | 574 | <font size="-1" face="arial, helvetica, sans-serif"> |
575 | Mail all comments, insults, suggestions and bribes to | 575 | Mail all comments, insults, suggestions and bribes to |
576 | <a href="mailto:andersen@codepoet.org">Erik Andersen</a><BR> | 576 | <a href="mailto:andersen@codepoet.org">Erik Andersen</a><BR> |
577 | The Busybox logo is copyright 1999,2000,2001 Erik Andersen. | 577 | The Busybox logo is copyright 1999-2002, Erik Andersen. |
578 | </font> | 578 | </font> |
579 | </TD> | 579 | </TD> |
580 | 580 | ||