cvs_write.html 1.1 KB

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