From: ivan Date: Sat, 19 Dec 2009 19:55:10 +0000 (+0000) Subject: MAIN is a better pseudo-tag for the trunk than HEAD... right? X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=4e64b507258556b342bac078a01dd5d419fd652b;p=www.git MAIN is a better pseudo-tag for the trunk than HEAD... right? --- diff --git a/cvs.html b/cvs.html index 7adb3aa..d999d25 100644 --- a/cvs.html +++ b/cvs.html @@ -11,7 +11,7 @@
-Oct 11 2009 Active branches are now HEAD, FREESIDE_1_9_BRANCH and FREESIDE_1_7_BRANCH. To move to FREESIDE_1_9_BRANCH: +Oct 11 2009 Active branches are now MAIN, FREESIDE_1_9_BRANCH and FREESIDE_1_7_BRANCH. To move to FREESIDE_1_9_BRANCH:
   cd freeside
   cvs update -r FREESIDE_1_9_BRANCH -d -P
@@ -24,7 +24,7 @@
 versions of the Freeside source code is available.  You need CVS version 1.10
 or higher.
 
-

There are three active branches at this time: the default HEAD, +

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