blob: b403323380545870002356c88e00629cb78406ff [file] [log] [blame]
Eric Andersendec43432001-12-08 02:08:31 +00001<!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 CVS Read/Write 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 Andersen72812d32001-12-08 02:14:02 +000013<H3>Accessing the Busybox CVS Repository</H3>
14
Eric Andersendec43432001-12-08 02:08:31 +000015<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&nbsp;u&nbsp;s&nbsp;y&nbsp;B&nbsp;o&nbsp;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 Andersen90c2abd2001-12-08 02:10:37 +000028</CENTER>
Eric Andersendec43432001-12-08 02:08:31 +000029
Eric Andersena2e69082001-12-08 02:13:05 +000030<TABLE WIDTH="95%" CELLSPACING=1 CELLPADDING=4 BORDER=1>
31<TR><TD BGCOLOR="#ccccc0" ALIGN=center>
32 <A NAME="intro"> <BIG><B>
33 CVS Read/Write Access
34 </B></BIG></A>
35</TD></TR>
36<TR><TD BGCOLOR="#eeeee0">
37
38
Eric Andersendec43432001-12-08 02:08:31 +000039If you want to be able to commit things to CVS, first contribute some
40stuff to show you are serious. Then, very nicely ask
41<a href="mailto:andersen@codepoet.org">Erik Andersen</a> if he will set you up with
42an account. To access CVS, you will want to add the following to set up your environment:
43<pre>
44$ export CVS_RSH=/usr/bin/ssh
Eric Andersen1b17b012002-03-05 15:55:59 +000045$ export CVSROOT='username@cvs.busybox.net:/var/cvs'</pre>
Eric Andersendec43432001-12-08 02:08:31 +000046<br>
47It goes without saying you must change <em>username</em> to your own
48username...
49<p>
50
51To obtain commit access, you will need to demonstrate you are
52serious by submitting a few good patches first. Then, you will need to
53select a user-name to use when committing stuff, and finally, you will
Eric Andersen5a841ad2001-12-20 08:04:56 +000054need to send me the username you have selected, an ssh key, and the email
55address where you prefer email to be sent (I will forward any email sent
56to you, but not store it).
Eric Andersen49da8a82002-03-02 15:39:06 +000057
Eric Andersendec43432001-12-08 02:08:31 +000058<p>
Eric Andersen49da8a82002-03-02 15:39:06 +000059Note that if you would prefer to keep your communications with me
60private, you can encrypt your email using my
Eric Andersen5a841ad2001-12-20 08:04:56 +000061<a href="http://www.codepoet.org/~andersen/erik/gpg.asc">public key</a>.
Eric Andersendec43432001-12-08 02:08:31 +000062
63
64<!-- End of Table -->
65
66</TD></TR>
67</TABLE>
68
69
70
71<!-- Footer -->
72<HR>
73<TABLE WIDTH="100%">
74 <TR>
75 <TD>
76 <font size="-1" face="arial, helvetica, sans-serif">
77 Mail all comments, insults, suggestions and bribes to
78 <a href="mailto:andersen@codepoet.org">Erik Andersen</a><BR>
Eric Andersen49da8a82002-03-02 15:39:06 +000079 The Busybox logo is copyright 1999-2002, Erik Andersen.
Eric Andersendec43432001-12-08 02:08:31 +000080 </font>
81 </TD>
82
83 <TD>
84 <a href="http://www.vim.org"><img border=0 width=90 height=36
85 src="images/written.in.vi.png"
86 alt="This site created with the vi editor"></a>
87 </TD>
88
89 <TD>
90 <a href="http://www.gimp.org/"><img border=0 width=90 height=36
91 src="images/gfx_by_gimp.png" alt="Graphics by GIMP"></a>
92 </TD>
93
94 <TD>
95 <a href="http://www.linuxtoday.com"><img width=90 height=36
96 src="images/ltbutton2.png" alt="Linux Today"></a>
97 </TD>
98
99 <TD>
100 <p><a href="http://slashdot.org"><img width=90 height=36
101 src="images/sdsmall.png" alt="Slashdot"></a>
102 </TD>
103
104 <TD>
105 <a href="http://freshmeat.net"><img width=90 height=36
106 src="images/fm.mini.png" alt="Freshmeat"></a>
107 </TD>
108
109 </TR>
110</TABLE>
111
112
Eric Andersendec43432001-12-08 02:08:31 +0000113</BODY>
114</HTML>
115
116
117