Eric Andersen | 5b8a594 | 2003-12-11 07:13:15 +0000 | [diff] [blame^] | 1 | <!--#include file="header.html" --> |
Eric Andersen | dec4343 | 2001-12-08 02:08:31 +0000 | [diff] [blame] | 2 | |
| 3 | |
Eric Andersen | 5b8a594 | 2003-12-11 07:13:15 +0000 | [diff] [blame^] | 4 | <h3>CVS Read/Write Access</h3> |
Eric Andersen | a2e6908 | 2001-12-08 02:13:05 +0000 | [diff] [blame] | 5 | |
Eric Andersen | dec4343 | 2001-12-08 02:08:31 +0000 | [diff] [blame] | 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 |
Eric Andersen | 1b17b01 | 2002-03-05 15:55:59 +0000 | [diff] [blame] | 12 | $ export CVSROOT='username@cvs.busybox.net:/var/cvs'</pre> |
Eric Andersen | dec4343 | 2001-12-08 02:08:31 +0000 | [diff] [blame] | 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 |
Eric Andersen | 5a841ad | 2001-12-20 08:04:56 +0000 | [diff] [blame] | 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). |
Eric Andersen | 49da8a8 | 2002-03-02 15:39:06 +0000 | [diff] [blame] | 24 | |
Eric Andersen | dec4343 | 2001-12-08 02:08:31 +0000 | [diff] [blame] | 25 | <p> |
Eric Andersen | 49da8a8 | 2002-03-02 15:39:06 +0000 | [diff] [blame] | 26 | Note that if you would prefer to keep your communications with me |
| 27 | private, you can encrypt your email using my |
Eric Andersen | 5a841ad | 2001-12-20 08:04:56 +0000 | [diff] [blame] | 28 | <a href="http://www.codepoet.org/~andersen/erik/gpg.asc">public key</a>. |
Eric Andersen | dec4343 | 2001-12-08 02:08:31 +0000 | [diff] [blame] | 29 | |
Eric Andersen | 5b8a594 | 2003-12-11 07:13:15 +0000 | [diff] [blame^] | 30 | <!--#include file="footer.html" --> |
Eric Andersen | dec4343 | 2001-12-08 02:08:31 +0000 | [diff] [blame] | 31 | |
| 32 | |