Index: openacs-4/packages/acs-core-docs/www/cvs-guidelines.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/cvs-guidelines.adp,v diff -u -r1.5.2.9 -r1.5.2.10 --- openacs-4/packages/acs-core-docs/www/cvs-guidelines.adp 27 Apr 2022 16:52:19 -0000 1.5.2.9 +++ openacs-4/packages/acs-core-docs/www/cvs-guidelines.adp 19 Oct 2022 09:29:50 -0000 1.5.2.10 @@ -53,10 +53,11 @@

Administrator Note: These are the steps to grant CVS commit rights to a user:

  1. -

    Create the user's account. On cvs.openacs.org:

    sudo bash
    -/usr/sbin/useradd -c "Real Name" -G cvs -p passwdusername
    -/usr/sbin/usermod -G cvs,usernameusername
    -
    +

    Create the user's account. On cvs.openacs.org:

    +
    sudo bash
    +adduser --add_extra_groups cvs --gecos "Real Name" --shell /bin/bash 
    +username
    +
  2. Grant cvs access to the user account. On any machine, in a temporary directory:

    cvs -d :ext:cvs.openacs.org:/cvsroot co CVSROOT
    Index: openacs-4/packages/acs-core-docs/www/cvs-guidelines.html
    ===================================================================
    RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/cvs-guidelines.html,v
    diff -u -r1.14.2.7 -r1.14.2.8
    --- openacs-4/packages/acs-core-docs/www/cvs-guidelines.html	15 Sep 2021 16:11:17 -0000	1.14.2.7
    +++ openacs-4/packages/acs-core-docs/www/cvs-guidelines.html	19 Oct 2022 09:29:50 -0000	1.14.2.8
    @@ -45,8 +45,8 @@
           

    cvs -z6
     cvs -q

    -z6 speeds up cvs access over the network quite a bit by enabling compressed connection by default. -q suppresses some verbose output from commands. For example, it makes the output of cvs up much easier to read.