summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorWerner LEMBERG <wl@gnu.org>2006-07-28 11:50:33 +0000
committerWerner LEMBERG <wl@gnu.org>2006-07-28 11:50:33 +0000
commit22e01a61a207f979acad07d80a8a4e2fc0141c94 (patch)
tree3bdbb68cb67eff71f3930c938bed2ef26665dc45 /README
parentd3f32b66546b149db704cf4d82471501ea4e729c (diff)
downloadgroff-git-22e01a61a207f979acad07d80a8a4e2fc0141c94.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 fdda2b2e0..d521c6f36 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.