wilde: doc/www README_BETA,1.1,1.2

cvs at intevation.de cvs at intevation.de
Thu Mar 10 16:34:57 CET 2005


Author: wilde

Update of /kolabrepository/doc/www
In directory doto:/tmp/cvs-serv28729

Modified Files:
	README_BETA 
Log Message:
Added hints on how to add files to the beta-branch


Index: README_BETA
===================================================================
RCS file: /kolabrepository/doc/www/README_BETA,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- README_BETA	10 Mar 2005 11:08:51 -0000	1.1
+++ README_BETA	10 Mar 2005 15:34:55 -0000	1.2
@@ -3,10 +3,12 @@
                    ===============================
 $Id$
 
+
 The cvs tag for the beta version of kolab.org is KOLAB_ORG_BETA.
 
 
-To get a working copy of the beta site:
+Getting a working copy of the beta site:
+----------------------------------------
 
 1. checkout the main trunk:
 
@@ -19,7 +21,42 @@
    cvs update -r KOLAB_ORG_BETA default.css header.html.m4 footer.html.m4
 
 
-FILES IN THE BETA BRANCH:
+How To add files to the beta branch:
+------------------------------------
+
+1. Checkout/Update the file in your working repository
+
+   cd doc/www/src
+   cvs update foo
+
+2. tag the file to the beta branch
+
+   cvs tag -b KOLAB_ORG_BETA foo
+
+3. change the version of your local copy to the branch
+
+   cvs update -r KOLAB_ORG_BETA foo
+
+4. now edit your file and commit the changes
+
+   $EDITOR foo
+   cvs commit foo
+
+
+IMPORTANT: When new filed are added to the branch the local working
+           copies for wwwbeta.kolab.org on the webserver must be
+           switched to the branch-version to!  Otherwise the automatic
+           update will break.
+
+           If you don't know how to do this, or don't have the
+           permission to access these files on the webserver, please
+           mail me:  Sascha Wilde <wilde at intevation.de>
+
+DON'T FORGET TO UPDATE THE FILE-LIST AT THE END OF THIS FILE!
+
+
+Files in the beta branch:
+-------------------------
 
 default.css
 header.html.m4





More information about the commits mailing list