diff options
author | Jim Blandy <jimb@red-bean.com> | 1998-12-02 11:55:00 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1998-12-02 11:55:00 +0000 |
commit | aa31443aed165649734f8e6baaa45bc531f33345 (patch) | |
tree | a6b7c81296b29dccaf79b9e32269113a53d27cb1 /ANON-CVS | |
parent | 7122506062585e538b8a2a2e41e9825dbe63f94e (diff) |
*** empty log message ***
Diffstat (limited to 'ANON-CVS')
-rw-r--r-- | ANON-CVS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |