cvs_write.html 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
  2. <HTML>
  3. <HEAD>
  4. <title>uClibc CVS Read/Write Instructions</title>
  5. </HEAD>
  6. <body text="#000000" alink="#660000" link="#660000" bgcolor="#dee2de" vlink="#660000">
  7. <basefont face="lucida, helvetica, arial" size="3">
  8. <H3>Accessing the uClibc CVS Repository</H3>
  9. <CENTER>
  10. <TABLE BORDER=0 CELLSPACING=1 CELLPADDING=2>
  11. <TR>
  12. <td bgcolor="#000000">
  13. <FONT FACE="lucida, helvetica" COLOR="#ccccc0">
  14. <B>u&nbsp;C&nbsp;l&nbsp;i&nbsp;b&nbsp;c</B>
  15. </FONT>
  16. </TD>
  17. </TR>
  18. </TABLE>
  19. </CENTER>
  20. <TABLE WIDTH="95%" CELLSPACING=1 CELLPADDING=4 BORDER=1>
  21. <TR><TD BGCOLOR="#ccccc0" ALIGN=center>
  22. <A NAME="intro"> <BIG><B>
  23. CVS Read/Write Access
  24. </B></BIG></A>
  25. </TD></TR>
  26. <TR><TD BGCOLOR="#eeeee0">
  27. If you want to be able to commit things to CVS, first contribute some
  28. stuff to show you are serious. Then, very nicely ask
  29. <a href="mailto:andersen@codepoet.org">Erik Andersen</a> if he will set you up with
  30. an account. To access CVS, you will want to add the following to set up your environment:
  31. <pre>
  32. $ export CVS_RSH=/usr/bin/ssh
  33. $ export CVSROOT='username@cvs.uclibc.org:/var/cvs'</pre>
  34. <br>
  35. It goes without saying you must change <em>username</em> to your own
  36. username...
  37. <p>
  38. To obtain commit access, you will need to demonstrate you are
  39. serious by submitting a few good patches first. Then, you will need to
  40. select a user-name to use when committing stuff, and finally, you will
  41. need to send me the username you have selected, an ssh key, and the email
  42. address where you prefer email to be sent (I will forward any email sent
  43. to you, but not store it).
  44. <p>
  45. Note that if you would prefer to keep your communications with me
  46. private, you can encrypt your email using my
  47. <a href="http://www.codepoet.org/~andersen/erik/gpg.asc">public key</a>.
  48. <!-- End of Table -->
  49. </TD></TR>
  50. </TABLE>
  51. <!-- Footer -->
  52. <HR>
  53. <TABLE WIDTH="100%">
  54. <TR>
  55. <TD>
  56. <font size="-1" face="arial, helvetica, sans-serif">
  57. Mail all comments, insults, suggestions and bribes to
  58. <a href="mailto:andersen@codepoet.org">Erik Andersen</a><BR>
  59. </font>
  60. </TD>
  61. <TD>
  62. <a href="http://www.vim.org"><img border=0 width=90 height=36
  63. src="images/written.in.vi.png"
  64. alt="This site created with the vi editor"></a>
  65. </TD>
  66. <TD>
  67. <a href="http://www.gimp.org/"><img border=0 width=90 height=36
  68. src="images/gfx_by_gimp.png" alt="Graphics by GIMP"></a>
  69. </TD>
  70. <TD>
  71. <a href="http://www.linuxtoday.com"><img width=90 height=36
  72. src="images/ltbutton2.png" alt="Linux Today"></a>
  73. </TD>
  74. <TD>
  75. <p><a href="http://slashdot.org"><img width=90 height=36
  76. src="images/sdsmall.png" alt="Slashdot"></a>
  77. </TD>
  78. <TD>
  79. <a href="http://freshmeat.net"><img width=90 height=36
  80. src="images/fm.mini.png" alt="Freshmeat"></a>
  81. </TD>
  82. </TR>
  83. </TABLE>
  84. </BODY>
  85. </HTML>