[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] fix the cvs tag thing better
Update of /home2/or/cvsroot/website
In directory moria:/home/arma/work/onion/cvs/website
Modified Files:
developers.html
Log Message:
fix the cvs tag thing better
Index: developers.html
===================================================================
RCS file: /home2/or/cvsroot/website/developers.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- developers.html 5 Aug 2005 18:56:12 -0000 1.32
+++ developers.html 5 Aug 2005 19:03:51 -0000 1.33
@@ -53,7 +53,7 @@
<li>cvs -d :pserver:guest@xxxxxxxxxxxx:/home/or/cvsroot login</li>
<li>cvs -d :pserver:guest@xxxxxxxxxxxx:/home/or/cvsroot co tor</li>
<li>cd tor; ./autogen.sh; make; make install if you like.</li>
-<li>(use -r tor-0_1_0_13 or equivalent to fetch a particular version.)</li>
+<li>(use "co -r tor-0_1_1_4_alpha tor" to fetch a particular version.)</li>
<li>(To check out the maintenance branch, use -r tor-0_1_0-patches)</li>
</ul>
</li>