Index: openacs-4/packages/acs-core-docs/www/cvs-service-import.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/Attic/cvs-service-import.html,v diff -u -N -r1.13.2.1 -r1.13.2.2 --- openacs-4/packages/acs-core-docs/www/cvs-service-import.html 14 Nov 2003 09:43:45 -0000 1.13.2.1 +++ openacs-4/packages/acs-core-docs/www/cvs-service-import.html 21 Nov 2003 11:14:06 -0000 1.13.2.2 @@ -1,4 +1,4 @@ -Add the Service to CVS - OPTIONAL

Add the Service to CVS - OPTIONAL

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

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@yourserver root]# mkdir /cvsroot/service0
     [root@yourserver root]# chown service0.web /cvsroot/service0
    @@ -17,11 +17,11 @@
                 plus this string,
                 i.e.
                 /cvsroot/service0.
    -            "OpenACS" is the vendor tag, and "openacs-5-0-0b1" is the
    +            "OpenACS" is the vendor tag, and "openacs-5-0-0b2" is the
                 release tag.  These tags will be useful in upgrading and
                 branching.  -m sets the version comment.

    [root@yourserver root]# su - service0
     [service0@yourserver service0]$ cd /web/service0
    -[service0@yourserver service0]$ cvs import -m "initial install" service0 OpenACS openacs-5-0-0b1
    +[service0@yourserver service0]$ cvs import -m "initial install" service0 OpenACS openacs-5-0-0b2
     N service0/license.txt
     N service0/readme.txt
     (many lines omitted)
    @@ -32,7 +32,7 @@
     [service0@yourserver service0]$
     
    su - service0
     cd /web/service0
    -cvs import -m "initial install" service0 OpenACS openacs-5-0-0b1

    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@yourserver service0]$ cd ..
    +cvs import -m "initial install" service0 OpenACS openacs-5-0-0b2

    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@yourserver service0]$ cd ..
     [service0@yourserver web]$ mv service0 service0.orig
     [service0@yourserver web]$ cvs checkout service0
     cvs checkout: Updating service0