Index: openacs-4/packages/acs-core-docs/www/cvs-tips.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/cvs-tips.html,v diff -u -r1.10 -r1.11 --- openacs-4/packages/acs-core-docs/www/cvs-tips.html 12 Feb 2004 13:51:40 -0000 1.10 +++ openacs-4/packages/acs-core-docs/www/cvs-tips.html 18 Feb 2004 14:43:02 -0000 1.11 @@ -1,7 +1,7 @@
Add the Service to CVS - OPTIONAL.�These steps take an existing OpenACS directory and add it to a CVS repository.
Create and set permissions on a subdirectory in the local cvs repository.
[root root]# mkdir /cvsroot/service0 [root root]# chown service0.service0 /cvsroot/service0 @@ -20,11 +20,11 @@ plus this string, i.e. /cvsroot/service0. - "OpenACS" is the vendor tag, and "oacs-5-0-1" is the + "OpenACS" is the vendor tag, and "HEAD" is the release tag. These tags will be useful in upgrading and branching. -m sets the version comment.[root root]# su - service0 [service0 service0]$ cd /var/lib/aolserver/service0 -[service0 service0]$ cvs import -m "initial install" service0 OpenACS oacs-5-0-1 +[service0 service0]$ cvs import -m "initial install" service0 OpenACS HEAD N service0/license.txt N service0/readme.txt (many lines omitted) @@ -36,7 +36,7 @@ [root root]# su - service0 cd /var/lib/aolserver/service0 -cvs import -m "initial install" service0 OpenACS oacs-5-0-1 +cvs import -m "initial install" service0 OpenACS HEAD exitMove the original directory to a temporary location, and check out the cvs repository in its place.
[root root]# mv /var/lib/aolserver/service0 /var/tmp [root root]# mkdir /var/lib/aolserver/service0 [root root]# chown service0.service0 /var/lib/aolserver/service0