summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwl <wl>2006-07-28 11:50:33 +0000
committerwl <wl>2006-07-28 11:50:33 +0000
commitca86c4cba50c1ab192058fa0fa5027eda5b950e6 (patch)
tree74f1ad91390f9deac14b8888716f321bfc30a2f7
parentcc97fe1a64b05c4702c34dba8f86a9f4b7b8fb55 (diff)
downloadgroff-ca86c4cba50c1ab192058fa0fa5027eda5b950e6.tar.gz
* README: Fix description of CVS access. Reported by Joachim.
-rw-r--r--ChangeLog4
-rw-r--r--README7
2 files changed, 6 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index c86119ca..80d53f6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-07-26 Werner LEMBERG <wl@gnu.org>
+
+ * README: Fix description of CVS access. Reported by Joachim.
+
2006-07-11 Werner LEMBERG <wl@gnu.org>
Add a request `.fzoom' and a number register `.zoom' to magnify
diff --git a/README b/README
index fdda2b2e..d521c6f3 100644
--- a/README
+++ b/README
@@ -30,17 +30,14 @@ in which to create a working copy (call it, say, `~/cvswork'), and
then executing the commands
cd ~/cvswork
- CVS_RSH=ssh; export CVS_RSH
- cvs -d:ext:anoncvs@savannah.gnu.org/cvsroot/groff -z5 co groff
-
-(Note that you need an `ssh' client for security reasons.)
+ cvs -d:pserver:anonymous@cvs.savannah.gnu.org/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.