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.15.2.1 -r1.15.2.2 --- openacs-4/packages/acs-core-docs/www/cvs-tips.html 18 Apr 2004 11:55:50 -0000 1.15.2.1 +++ openacs-4/packages/acs-core-docs/www/cvs-tips.html 29 Apr 2004 14:50:50 -0000 1.15.2.2 @@ -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 "HEAD" is the + "OpenACS" is the vendor tag, and "openacs-5-1-0-final" 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 HEAD +[service0 service0]$ cvs import -m "initial install" service0 OpenACS openacs-5-1-0-final 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 HEAD +cvs import -m "initial install" service0 OpenACS openacs-5-1-0-final 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