X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=cvs.html;h=d57410c57cf0250449e1b13077110081bf790849;hb=eeb4451e3fa273166b1bb7770600611755050efc;hp=6333e3cd9313f3df39647e2068e239536105a45b;hpb=48fde7b5810a670151398dd0d19f30a7c5745dff;p=www.git diff --git a/cvs.html b/cvs.html index 6333e3c..d57410c 100644 --- a/cvs.html +++ b/cvs.html @@ -11,57 +11,46 @@ -
-Jun 30 2005 Note: the CVS tree has moved from pouncequick.420.am to cvs.420.am. -To convert an existing checkout, change to the freeside directory -and use this command: -
-  for a in `find . -name Root -depth -print`; do
-    perl -pi -e 's/pouncequick\.420\.am/cvs.420.am/;' $a
-  done
-
-
- -
- -
-Jan 24 2006 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: +Nov 5 2010 Active branches are now MAIN, FREESIDE_2_1_BRANCH and FREESIDE_1_9_BRANCH. To move to FREESIDE_2_1_BRANCH:
   cd freeside
-  cvs update -r FREESIDE_1_5_BRANCH -d -P
+  cvs update -r FREESIDE_2_1_BRANCH -d -P
 
+
-

Anonymous CVS access to development +

Anonymous CVS access to development versions of the Freeside source code is available. You need CVS version 1.10 or higher. -

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 -r FREESIDE_1_5_BRANCH option to cvs checkout. +

There are three active branches at this time: the default MAIN, +FREESIDE_2_1_BRANCH and FREESIDE_1_9_BRANCH. You can specify a branch such as +the FREESIDE_2_1_BRANCH with the -r FREESIDE_2_1_BRANCH option to +cvs checkout.

Your CVSROOT should be set to:

-:pserver:anonymous@cvs.420.am:/home/cvs/cvsroot
+:pserver:anonymous@cvs.freeside.biz:/home/cvs/cvsroot
 

The password for the user `anonymous' is `anonymous'. The current tree is available as module `freeside'.

So, to check out the current tree, you would do (sh/bash/ksh/zsh/etc.):

-$ export CVSROOT=":pserver:anonymous@cvs.420.am:/home/cvs/cvsroot"
+$ export CVSROOT=":pserver:anonymous@cvs.freeside.biz:/home/cvs/cvsroot"
 $ cvs login
-(Logging in to anonymous@cvs.420.am)
+(Logging in to anonymous@cvs.freeside.biz)
 CVS password:
-$ cvs checkout -r FREESIDE_1_5_BRANCH freeside
+$ cvs checkout freeside
 
or (csh/tcsh/etc.):
-% setenv CVSROOT ":pserver:anonymous@cvs.420.am:/home/cvs/cvsroot"
+% setenv CVSROOT ":pserver:anonymous@cvs.freeside.biz:/home/cvs/cvsroot"
 $ cvs login
-(Logging in to anonymous@cvs.420.am)
+(Logging in to anonymous@cvs.freeside.biz)
 CVS password:
-$ cvs checkout -r FREESIDE_1_5_BRANCH freeside
+$ cvs checkout freeside