Eric Andersen | dec4343 | 2001-12-08 02:08:31 +0000 | [diff] [blame] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> |
| 2 | |
| 3 | <HTML> |
| 4 | <HEAD> |
| 5 | <title>BusyBox Anonymous CVS Instructions</title> |
| 6 | </HEAD> |
| 7 | |
| 8 | <body text="#000000" alink="#660000" link="#660000" bgcolor="#dee2de" vlink="#660000"> |
| 9 | |
| 10 | <basefont face="lucida, helvetica, arial" size="3"> |
| 11 | |
| 12 | |
Eric Andersen | 72812d3 | 2001-12-08 02:14:02 +0000 | [diff] [blame] | 13 | <H3>Accessing the Busybox CVS Repository</H3> |
| 14 | |
Eric Andersen | dec4343 | 2001-12-08 02:08:31 +0000 | [diff] [blame] | 15 | <CENTER> |
| 16 | <TABLE BORDER=0 CELLSPACING=1 CELLPADDING=2> |
| 17 | <TR> |
| 18 | <td bgcolor="#000000"> |
| 19 | <FONT FACE="lucida, helvetica" COLOR="#ccccc0"> |
| 20 | <B>B u s y B o x</B> |
| 21 | </FONT> |
| 22 | </TD> |
| 23 | </TR> |
| 24 | </TABLE> |
| 25 | <a href="/"><IMG SRC="images/busybox2.jpg" alt="BusyBox" border="0" width="360" height="230"></a><BR> |
| 26 | |
| 27 | |
Eric Andersen | 90c2abd | 2001-12-08 02:10:37 +0000 | [diff] [blame] | 28 | </CENTER> |
Eric Andersen | dec4343 | 2001-12-08 02:08:31 +0000 | [diff] [blame] | 29 | |
Eric Andersen | a2e6908 | 2001-12-08 02:13:05 +0000 | [diff] [blame] | 30 | <TABLE WIDTH="95%" CELLSPACING=1 CELLPADDING=4 BORDER=1> |
| 31 | <TR><TD BGCOLOR="#ccccc0" ALIGN=center> |
| 32 | <A NAME="intro"> <BIG><B> |
| 33 | Anonymous CVS |
| 34 | </B></BIG></A> |
| 35 | </TD></TR> |
| 36 | <TR><TD BGCOLOR="#eeeee0"> |
| 37 | |
Eric Andersen | dec4343 | 2001-12-08 02:08:31 +0000 | [diff] [blame] | 38 | We allow anonymous (read-only) CVS access to everyone. The first command you |
| 39 | need to run for anonymous CVS access is: |
| 40 | <pre> |
| 41 | cvs -d:pserver:anonymous@busybox.net:/var/cvs login</pre> |
| 42 | <p> |
Eric Andersen | 5a841ad | 2001-12-20 08:04:56 +0000 | [diff] [blame^] | 43 | 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 |
Eric Andersen | dec4343 | 2001-12-08 02:08:31 +0000 | [diff] [blame] | 45 | time you attempt to access CVS. |
| 46 | <p> |
| 47 | Once the login is complete, you can then check which modules |
| 48 | are available for checkout by running the following command (all on one line): |
| 49 | <pre> |
| 50 | cvs -z3 -d:pserver:anonymous@busybox.net:/var/cvs co -c </pre> |
| 51 | |
| 52 | <p> |
| 53 | You can then check out any of the available modules. The following is |
| 54 | an example of how to grab a copy of busybox and tinylogin: |
| 55 | <pre> |
| 56 | 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 | <b>tinylogin</b> in the current directory. These directories contain the |
| 59 | latest and greatest source code for busybox and tinylogin. |
| 60 | |
| 61 | <p> |
| 62 | 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 |
| 64 | running the command: |
| 65 | <pre> |
| 66 | cvs -z3 update -d -P</pre> |
| 67 | |
| 68 | 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 |
| 70 | them to the appropriate <a href="http://busybox.net/mailman/listinfo">mailing list</a>. |
| 71 | |
| 72 | |
| 73 | <!-- End of Table --> |
| 74 | |
| 75 | </TD></TR> |
| 76 | </TABLE> |
| 77 | |
| 78 | |
| 79 | |
| 80 | <!-- Footer --> |
| 81 | <HR> |
| 82 | <TABLE WIDTH="100%"> |
| 83 | <TR> |
| 84 | <TD> |
| 85 | <font size="-1" face="arial, helvetica, sans-serif"> |
| 86 | Mail all comments, insults, suggestions and bribes to |
| 87 | <a href="mailto:andersen@codepoet.org">Erik Andersen</a><BR> |
| 88 | The Busybox logo is copyright 1999,2000,2001, Erik Andersen. |
| 89 | </font> |
| 90 | </TD> |
| 91 | |
| 92 | <TD> |
| 93 | <a href="http://www.vim.org"><img border=0 width=90 height=36 |
| 94 | src="images/written.in.vi.png" |
| 95 | alt="This site created with the vi editor"></a> |
| 96 | </TD> |
| 97 | |
| 98 | <TD> |
| 99 | <a href="http://www.gimp.org/"><img border=0 width=90 height=36 |
| 100 | src="images/gfx_by_gimp.png" alt="Graphics by GIMP"></a> |
| 101 | </TD> |
| 102 | |
| 103 | <TD> |
| 104 | <a href="http://www.linuxtoday.com"><img width=90 height=36 |
| 105 | src="images/ltbutton2.png" alt="Linux Today"></a> |
| 106 | </TD> |
| 107 | |
| 108 | <TD> |
| 109 | <p><a href="http://slashdot.org"><img width=90 height=36 |
| 110 | src="images/sdsmall.png" alt="Slashdot"></a> |
| 111 | </TD> |
| 112 | |
| 113 | <TD> |
| 114 | <a href="http://freshmeat.net"><img width=90 height=36 |
| 115 | src="images/fm.mini.png" alt="Freshmeat"></a> |
| 116 | </TD> |
| 117 | |
| 118 | </TR> |
| 119 | </TABLE> |
| 120 | |
| 121 | |
Eric Andersen | dec4343 | 2001-12-08 02:08:31 +0000 | [diff] [blame] | 122 | </BODY> |
| 123 | </HTML> |
| 124 | |
| 125 | |