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.2 -r1.3 --- openacs-4/packages/acs-core-docs/www/cvs-service-import.html 28 Jun 2003 05:07:01 -0000 1.2 +++ openacs-4/packages/acs-core-docs/www/cvs-service-import.html 20 Aug 2003 16:20:16 -0000 1.3 @@ -1,5 +1,5 @@ -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
    @@ -18,11 +18,11 @@
                 plus this string,
                 i.e.
                 /cvsroot/service0.
    -            "OpenACS" is the vendor tag, and "openacs-4-7-0d" is the
    +            "OpenACS" is the vendor tag, and "openacs-5-0-0d" 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-4-7-0d
    +[service0@yourserver service0]$ cvs import -m "initial install" service0 OpenACS openacs-5-0-0d
     N service0/license.txt
     N service0/readme.txt
     (many lines omitted)
    @@ -33,7 +33,7 @@
     [service0@yourserver service0]$
     
    su - service0
     cd /web/service0
    -cvs import -m "initial install" service0 OpenACS openacs-4-7-0d

    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-0d

    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