OSDN Git Service

- 1/NN patches for ssp
[uclinux-h8/uClibc.git] / docs / uclibc.org / cvs_write.html
1 <!--#include file="header.html" -->
2
3
4 <h3>CVS Read/Write Access</h3>
5
6 If you want to be able to commit things to CVS, first contribute some
7 stuff to show you are serious.  Then, very nicely ask 
8 <a href="mailto:andersen@codepoet.org">Erik Andersen</a> if he will set you up with 
9 an account.  To access CVS, you will want to add the following to set up your environment:
10 <pre>
11 $ export CVS_RSH=/usr/bin/ssh
12 $ export CVSROOT='username@cvs.uclibc.org:/var/cvs'</pre>
13 <br>
14 It goes without saying you must change <em>username</em> to your own
15 username...
16 <p>
17
18 To obtain commit access, you will need to demonstrate you are
19 serious by submitting a few good patches first.  Then, you will need to 
20 select a user-name to use when committing stuff, and finally, you will
21 need to send me the username you have selected, an ssh key, and the email
22 address where you prefer email to be sent (I will forward any email sent
23 to you, but not store it).
24
25 <p>
26 Note that if you would prefer to keep your communications with me
27 private, you can encrypt your email using my 
28 <a href="http://www.codepoet.org/andersen/erik/gpg.asc">public key</a>.  
29
30 <!--#include file="footer.html" -->
31
32