diff options
author | ivan <ivan> | 2007-03-05 04:09:33 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-03-05 04:09:33 +0000 |
commit | 2202a1a228ddf9c88bceafb4d52aef90edaf3e5d (patch) | |
tree | 84019d966351871e7b2ef81f3548d180441d32fc | |
parent | 5b219ae61fe2f5fe5e871f362b5139ccf821064b (diff) |
update cvs info
-rw-r--r-- | cvs.html | 23 |
1 files changed, 5 insertions, 18 deletions
@@ -9,26 +9,13 @@ <h6>Anonymous CVS access</h6> -<table bgcolor="#eeeeee"> -<tr><td> -<i><b>Jun 30 2005</b> Note: the CVS tree has moved from <b>pouncequick.420.am</b> to <b>cvs.420.am</b>. -To convert an existing checkout, change to the freeside directory -and use this command: </i> -<pre> - for a in `find . -name Root -depth -print`; do - perl -pi -e 's/pouncequick\.420\.am/cvs.420.am/;' $a - done -</pre> -</td></tr> -</table> - <br> <table bgcolor="#eeeeee"> <tr><td> -<i><b>Jan 24 2006</b> Active branches are now HEAD and FREESIDE_1_5_BRANCH. Users accustomed to the relative stability of CVS HEAD in the last few years may wish to make sure they move from HEAD to FREESIDE_1_5_BRANCH: </i> +<i><b>Mar 4 2007</b> Active branches are now HEAD and FREESIDE_1_7_BRANCH. To move to FREESIDE_1_7_BRANCH: </i> <pre> cd freeside - cvs update -r FREESIDE_1_5_BRANCH -d -P + cvs update -r FREESIDE_1_7_BRANCH -d -P </pre> </td></tr> </table> @@ -38,7 +25,7 @@ versions of the Freeside source code is available. You need CVS version 1.10 or higher. <p>There are two active branches at this time: the default HEAD and -FREESIDE_1_5_BRANCH. You can specify the FREESIDE_1_5_BRANCH with the <code>-r FREESIDE_1_5_BRANCH</code> option to <code>cvs checkout</code>. +FREESIDE_1_7_BRANCH. You can specify the FREESIDE_1_7_BRANCH with the <code>-r FREESIDE_1_7_BRANCH</code> option to <code>cvs checkout</code>. <p>Your CVSROOT should be set to: <pre> @@ -53,7 +40,7 @@ $ export CVSROOT=":pserver:anonymous@cvs.420.am:/home/cvs/cvsroot" $ cvs login (Logging in to anonymous@cvs.420.am) CVS password: -$ cvs checkout -r FREESIDE_1_5_BRANCH freeside +$ cvs checkout -r FREESIDE_1_7_BRANCH freeside </pre> or (csh/tcsh/etc.): <pre> @@ -61,7 +48,7 @@ or (csh/tcsh/etc.): $ cvs login (Logging in to anonymous@cvs.420.am) CVS password: -$ cvs checkout -r FREESIDE_1_5_BRANCH freeside +$ cvs checkout -r FREESIDE_1_7_BRANCH freeside </pre> </div> |