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.13 -r1.5.2.14 --- openacs-4/packages/acs-core-docs/www/cvs-guidelines.adp 1 Aug 2024 08:03:39 -0000 1.5.2.13 +++ openacs-4/packages/acs-core-docs/www/cvs-guidelines.adp 2 Sep 2024 09:40:21 -0000 1.5.2.14 @@ -2,10 +2,14 @@ {/doc/acs-core-docs/ {ACS Core Documentation}} {CVS Guidelines} CVS Guidelines +

@@ -38,8 +42,7 @@ export CVS_RSH=ssh into ~/.bash_profile.). If your local account name does not match your cvs.openacs.org account -name, create a file ~/.ssh/config with an entry like:

-Host cvs.openacs.org
+name, create a file ~/.ssh/config with an entry like:

Host cvs.openacs.org
     User joel
 

With this setup, you will be asked for your password with each cvs command. To avoid this, set up ssh certificate authentication @@ -62,15 +65,12 @@

Grant cvs access to the user account. On any machine, in a temporary directory:

cvs -d :ext:cvs.openacs.org:/cvsroot co CVSROOT
 cd CVSROOT
-emacs avail

Add an avail line of the form:

-avail|username|openacs-4
-
cvs commit -m "added commit on X for username" avail
+emacs avail

Add an avail line of the form:

avail|username|openacs-4
cvs commit -m "added commit on X for username" avail