blob: b27338d79d59ae7c7df271ff4e030f00a26de75a [file] [log] [blame]
Eric Andersen5b8a5942003-12-11 07:13:15 +00001<!--#include file="header.html" -->
Eric Andersendec43432001-12-08 02:08:31 +00002
3
Eric Andersen5b8a5942003-12-11 07:13:15 +00004<h3>CVS Read/Write Access</h3>
Eric Andersena2e69082001-12-08 02:13:05 +00005
Eric Andersendec43432001-12-08 02:08:31 +00006If you want to be able to commit things to CVS, first contribute some
Eric Andersenc7bda1c2004-03-15 08:29:22 +00007stuff 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
Eric Andersendec43432001-12-08 02:08:31 +00009an 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
Eric Andersen1b17b012002-03-05 15:55:59 +000012$ export CVSROOT='username@cvs.busybox.net:/var/cvs'</pre>
Eric Andersendec43432001-12-08 02:08:31 +000013<br>
14It goes without saying you must change <em>username</em> to your own
15username...
16<p>
17
18To obtain commit access, you will need to demonstrate you are
Eric Andersenc7bda1c2004-03-15 08:29:22 +000019serious by submitting a few good patches first. Then, you will need to
Eric Andersendec43432001-12-08 02:08:31 +000020select a user-name to use when committing stuff, and finally, you will
Eric Andersen5a841ad2001-12-20 08:04:56 +000021need to send me the username you have selected, an ssh key, and the email
22address where you prefer email to be sent (I will forward any email sent
23to you, but not store it).
Eric Andersen49da8a82002-03-02 15:39:06 +000024
Eric Andersendec43432001-12-08 02:08:31 +000025<p>
Eric Andersen49da8a82002-03-02 15:39:06 +000026Note that if you would prefer to keep your communications with me
Eric Andersenc7bda1c2004-03-15 08:29:22 +000027private, you can encrypt your email using my
28<a href="http://www.codepoet.org/~andersen/erik/gpg.asc">public key</a>.
Eric Andersendec43432001-12-08 02:08:31 +000029
Eric Andersen5b8a5942003-12-11 07:13:15 +000030<!--#include file="footer.html" -->
Eric Andersendec43432001-12-08 02:08:31 +000031
32