1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-23 13:00:34 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1999-06-16 13:20:43 +00:00
parent 1cc7e8faa4
commit 8afdfa8eb2

View file

@ -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.