blob: c6f4ba6936056b36043bef01f5b79a29058d0b18 [file] [log] [blame]
Eric Andersen6047ae32005-02-09 03:52:46 +00001<!--#include file="header.html" -->
2
3
4<h3>Subversion Read/Write Access</h3>
5
6If you want to be able to commit things to Subversion, first contribute some
7stuff to show you are serious. Then, very nicely ask <a
8href="mailto:andersen@codepoet.org">Erik Andersen</a> if he will set you up
9with an commit access to the Subversion repository. To access Subversion, you
10will want to add the following to set up your environment:
11
12<p>
13
14To obtain commit access, you will need to demonstrate you are serious by
15submitting a few good patches first. Then, you will need to select a username
16to use when committing stuff, and finally, you will need to send me the
17username you have selected, an ssh key, and the email address where you prefer
18email to be sent (I will forward any email sent to you, but not store it).
19
20<p>
21
22Note that if you would prefer to keep your communications with me
23private, you can encrypt your email using my
24<a href="http://www.codepoet.org/andersen/erik/gpg.asc">public key</a>.
25
26<p>
27
28Once you are setup with an account, you will need to use your account to
Eric Andersen07623642005-02-09 06:41:13 +000029checkout a copy of BusyBox from Subversion:
Eric Andersen6047ae32005-02-09 03:52:46 +000030
31<pre>
Eric Andersen8063d5c2005-02-09 18:25:10 +000032svn list svn+ssh://username@svn.uclibc.org/svn/trunk/busybox</pre>
Eric Andersen6047ae32005-02-09 03:52:46 +000033<br>
34It goes without saying you must change <em>username</em> to your own
35username...
36<p>
37
Eric Andersen07623642005-02-09 06:41:13 +000038You can then enter the newly checked out BusyBox directory, make changes, check
Eric Andersen6047ae32005-02-09 03:52:46 +000039your changes, diff your changes, revert your changes, and and commit your
40changes usine commands such as:
41
42<pre>
43svn diff
44svn status
45svn revert
46svn commit</pre>
47
48<p>
49
50For additional detail on how to use Subversion, please visit the
51<a href="http://subversion.tigris.org/">the Subversion website</a>.
52You might also want to read online or buy a copy of <a
53href="http://svnbook.red-bean.com/">the Subversion Book</a>...
54
55
56<!--#include file="footer.html" -->
57
58