summaryrefslogtreecommitdiff
path: root/ANON-CVS
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1998-12-02 11:55:00 +0000
committerJim Blandy <jimb@red-bean.com>1998-12-02 11:55:00 +0000
commitaa31443aed165649734f8e6baaa45bc531f33345 (patch)
treea6b7c81296b29dccaf79b9e32269113a53d27cb1 /ANON-CVS
parent7122506062585e538b8a2a2e41e9825dbe63f94e (diff)
*** empty log message ***
Diffstat (limited to 'ANON-CVS')
-rw-r--r--ANON-CVS4
1 files changed, 2 insertions, 2 deletions
diff --git a/ANON-CVS b/ANON-CVS
index 2f61a2cfd..d6513b805 100644
--- a/ANON-CVS
+++ b/ANON-CVS
@@ -23,12 +23,12 @@ To check out a CVS working directory:
1) Install CVS version 1.9 or later on your system.
2) Log into the CVS server:
- $ cvs -d :pserver:anoncvs@egcs.cygnus.com:/egcs/carton/cvsfiles login
+ $ cvs -d :pserver:anoncvs@egcs.cygnus.com:/egcs/carton/guile-home/cvsfiles login
At the prompt for `CVS password:', type `anoncvs'.
Once you have logged in, your password is saved in ~/.cvspass, and you
will not need to enter it again.
3) Check out a module:
- $ cvs -z 9 -d :pserver:anoncvs@egcs.cygnus.com:/egcs/carton/cvsfiles checkout guile-core
+ $ cvs -z 9 -d :pserver:anoncvs@egcs.cygnus.com:/egcs/carton/guile-home/cvsfiles checkout guile-core
This should create a new directory `guile-core' in your current
directory, and populate it with the current Guile sources.