From: ivan Date: Mon, 12 Oct 2009 06:37:50 +0000 (+0000) Subject: 1_9_BRANCH X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=da7eb621568cf2e2173d03820543e7537d50f7b1;p=www.git 1_9_BRANCH --- diff --git a/cvs.html b/cvs.html index 6d25661..7adb3aa 100644 --- a/cvs.html +++ b/cvs.html @@ -11,10 +11,10 @@
-Mar 4 2007 Active branches are now HEAD and FREESIDE_1_7_BRANCH. To move to FREESIDE_1_7_BRANCH: +Oct 11 2009 Active branches are now HEAD, FREESIDE_1_9_BRANCH and FREESIDE_1_7_BRANCH. To move to FREESIDE_1_9_BRANCH:
   cd freeside
-  cvs update -r FREESIDE_1_7_BRANCH -d -P
+  cvs update -r FREESIDE_1_9_BRANCH -d -P
 
@@ -24,8 +24,10 @@ 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_7_BRANCH. You can specify the FREESIDE_1_7_BRANCH with the -r FREESIDE_1_7_BRANCH option to cvs checkout. +

There are three active branches at this time: the default HEAD, +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.

Your CVSROOT should be set to:

@@ -40,7 +42,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_7_BRANCH freeside
+$ cvs checkout -r FREESIDE_1_9_BRANCH freeside
 
or (csh/tcsh/etc.):
@@ -48,7 +50,7 @@ or (csh/tcsh/etc.):
 $ cvs login
 (Logging in to anonymous@cvs.420.am)
 CVS password:
-$ cvs checkout -r FREESIDE_1_7_BRANCH freeside
+$ cvs checkout -r FREESIDE_1_9_BRANCH freeside
 
diff --git a/developers.html b/developers.html index e63548c..0e25810 100644 --- a/developers.html +++ b/developers.html @@ -22,7 +22,7 @@ Source code (current branch) Source code (maintenance branch)