CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Werner LEMBERG <wl>     06/07/28 11:50:33

Modified files:
        .              : ChangeLog README 

Log message:
        * README: Fix description of CVS access.  Reported by Joachim.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/ChangeLog?cvsroot=groff&r1=1.978&r2=1.979
http://cvs.savannah.gnu.org/viewcvs/groff/README?cvsroot=groff&r1=1.15&r2=1.16

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/ChangeLog,v
retrieving revision 1.978
retrieving revision 1.979
diff -u -b -r1.978 -r1.979
--- ChangeLog   12 Jul 2006 19:31:08 -0000      1.978
+++ ChangeLog   28 Jul 2006 11:50:33 -0000      1.979
@@ -1,3 +1,7 @@
+2006-07-26  Werner LEMBERG  <[EMAIL PROTECTED]>
+
+       * README: Fix description of CVS access.  Reported by Joachim.
+
 2006-07-11  Werner LEMBERG  <[EMAIL PROTECTED]>
 
        Add a request `.fzoom' and a number register `.zoom' to magnify

Index: README
===================================================================
RCS file: /cvsroot/groff/groff/README,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- README      21 Jan 2006 14:14:09 -0000      1.15
+++ README      28 Jul 2006 11:50:33 -0000      1.16
@@ -30,17 +30,14 @@
 then executing the commands
 
   cd ~/cvswork
-  CVS_RSH=ssh; export CVS_RSH
-  cvs -d:ext:[EMAIL PROTECTED]/cvsroot/groff -z5 co groff
-
-(Note that you need an `ssh' client for security reasons.)
+  cvs -d:pserver:[EMAIL PROTECTED]/sources/groff -z5 co groff
 
 This creates a subdirectory, `~/cvswork/groff', with a `checked
 out' copy of the `CVS' repository.  An update of this working copy may
 be achieved, at any later time by invoking the commands
 
   cd ~/cvswork/groff
-  CVS_RSH=ssh cvs -z5 update -dP
+  cvs -z5 update -dP
 
 Please read the `CVS' info pages for further details.
 


_______________________________________________
Groff-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to