diff options
author | Jim Blandy <jimb@red-bean.com> | 1999-06-16 13:20:43 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1999-06-16 13:20:43 +0000 |
commit | 8afdfa8eb2555d4a0fbc1f18f14a091b1087753f (patch) | |
tree | 79e26dba5d9bc18efa37222faa221a318f566b58 /ANON-CVS | |
parent | 1cc7e8faa4a3d840d89162512a9519ef530fcc78 (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:/cvs/guile login + $ cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/guile 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:/cvs/guile checkout guile-core + $ cvs -z 9 -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/guile checkout guile-core This should create a new directory `guile-core' in your current directory, and populate it with the current Guile sources. |