Add in cvs info
[oweals/busybox.git] / docs / busybox.net / cvs_anon.html
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
13 <CENTER>
14       <TABLE BORDER=0 CELLSPACING=1 CELLPADDING=2>
15             <TR>
16                 <td bgcolor="#000000">
17                   <FONT FACE="lucida, helvetica" COLOR="#ccccc0">
18                       <B>B&nbsp;u&nbsp;s&nbsp;y&nbsp;B&nbsp;o&nbsp;x</B>
19                   </FONT>
20                 </TD>
21             </TR>
22       </TABLE>
23       <a href="/"><IMG SRC="images/busybox2.jpg" alt="BusyBox" border="0" width="360" height="230"></a><BR>
24
25
26
27 </head>
28
29
30 <H3>Accessing the Busybox CVS Repository</H3>
31
32 <h2>Anonymous CVS.</h2>
33 <p>
34 We allow anonymous (read-only) CVS access to everyone.  The first command you
35 need to run for anonymous CVS access is:
36 <pre>
37 cvs -d:pserver:anonymous@busybox.net:/var/cvs login</pre>
38 <p>
39 CVS will prompt you for a password. Enter the password <b>anonymous</b>
40 and press the Enter key.  This step only needs to be done once, the first
41 time you attempt to access CVS.
42 <p>
43 Once the login is complete, you can then check which modules
44 are available for checkout by running the following command (all on one line):
45 <pre>
46 cvs -z3 -d:pserver:anonymous@busybox.net:/var/cvs co -c </pre>
47
48 <p>
49 You can then check out any of the available modules.  The following is 
50 an example of how to grab a copy of busybox and tinylogin:
51 <pre>
52     cvs -z3 -d:pserver:anonymous@busybox.net:/var/cvs co -P busybox tinylogin</pre>
53 This will create a directory called <b>busybox</b> and a directory called
54 <b>tinylogin</b> in the current directory.  These directories contain the
55 latest and greatest source code for busybox and tinylogin.
56
57 <p> 
58 Once you've checked out a copy of the source tree, you can update your
59 source tree at any time so it is in sync with the latest and greatest by
60 running the command:
61 <pre>
62 cvs -z3 update -d -P</pre>
63
64 Because you've only been granted anonymous access to the tree, you won't be
65 able to commit any changes. Changes can be submitted for inclusion by posting
66 them to the appropriate <a href="http://busybox.net/mailman/listinfo">mailing list</a>.
67
68
69 <!-- End of Table -->
70
71 </TD></TR>
72 </TABLE>
73
74
75
76 <!-- Footer -->
77 <HR>
78 <TABLE WIDTH="100%">
79     <TR>
80         <TD>
81             <font size="-1" face="arial, helvetica, sans-serif">
82             Mail all comments, insults, suggestions and bribes to 
83             <a href="mailto:andersen@codepoet.org">Erik Andersen</a><BR>
84             The Busybox logo is copyright 1999,2000,2001, Erik Andersen.
85             </font>
86         </TD>
87
88         <TD>
89             <a href="http://www.vim.org"><img border=0 width=90 height=36
90             src="images/written.in.vi.png" 
91             alt="This site created with the vi editor"></a>
92         </TD>
93
94         <TD>
95             <a href="http://www.gimp.org/"><img border=0 width=90 height=36
96             src="images/gfx_by_gimp.png" alt="Graphics by GIMP"></a>
97         </TD>
98
99         <TD>
100             <a href="http://www.linuxtoday.com"><img width=90 height=36
101             src="images/ltbutton2.png" alt="Linux Today"></a>
102         </TD>
103
104         <TD>
105             <p><a href="http://slashdot.org"><img width=90 height=36
106             src="images/sdsmall.png" alt="Slashdot"></a>
107         </TD>
108
109         <TD>
110             <a href="http://freshmeat.net"><img width=90 height=36
111             src="images/fm.mini.png" alt="Freshmeat"></a>
112         </TD>
113
114     </TR>
115 </TABLE>
116
117
118 </CENTER>
119 </BODY>
120 </HTML>
121
122