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