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.6.2.8 -r1.6.2.9 --- openacs-4/packages/acs-core-docs/www/cvs-tips.html 18 Jan 2004 18:57:26 -0000 1.6.2.8 +++ openacs-4/packages/acs-core-docs/www/cvs-tips.html 21 Jan 2004 18:36:16 -0000 1.6.2.9 @@ -1,7 +1,7 @@ Appendix�D.�Using CVS with an OpenACS Site

Appendix�D.�Using CVS with an OpenACS Site

By Joel Aufrecht


OpenACS docs are written by the named authors, and may be edited by OpenACS documentation staff. -

Add the Service to CVS - OPTIONAL.�These steps take an existing OpenACS directory and add +

Add the Service to CVS - OPTIONAL.�These steps take an existing OpenACS directory and add it to a CVS repository.

  1. Create and set permissions on a subdirectory in the local cvs repository.

    [root root]# mkdir /cvsroot/service0
     [root root]# chown service0.web /cvsroot/service0
    @@ -20,11 +20,11 @@
                 plus this string,
                 i.e.
                 /cvsroot/service0.
    -            "OpenACS" is the vendor tag, and "" is the
    +            "OpenACS" is the vendor tag, and "openacs-5-0-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 /web/service0
    -[service0 service0]$ cvs import -m "initial install" service0 OpenACS 
    +[service0 service0]$ cvs import -m "initial install" service0 OpenACS openacs-5-0-0-final
     N service0/license.txt
     N service0/readme.txt
     (many lines omitted)
    @@ -35,7 +35,7 @@
     [service0 service0]$
     
    su - service0
     cd /web/service0
    -cvs import -m "initial install" service0 OpenACS 

    Move the original directory to a temporary location, and check out the cvs repository in its place. If the service starts correctly, come back and remove the temporary copy of the uploaded files.

    [service0 service0]$ cd ..
    +cvs import -m "initial install" service0 OpenACS openacs-5-0-0-final

    Move the original directory to a temporary location, and check out the cvs repository in its place. If the service starts correctly, come back and remove the temporary copy of the uploaded files.

    [service0 service0]$ cd ..
     [service0 web]$ mv service0 service0.orig
     [service0 web]$ cvs checkout service0
     cvs checkout: Updating service0