summaryrefslogtreecommitdiff
path: root/README
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 /README
parentcc97fe1a64b05c4702c34dba8f86a9f4b7b8fb55 (diff)
downloadgroff-ca86c4cba50c1ab192058fa0fa5027eda5b950e6.tar.gz
* README: Fix description of CVS access. Reported by Joachim.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 2 insertions, 5 deletions
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.