1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1998-12-02 11:55:00 +00:00
parent 7122506062
commit aa31443aed
2 changed files with 9 additions and 9 deletions

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:/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.

14
HACKING
View file

@ -3,14 +3,14 @@ Here are some guidelines for members of the Guile developers team.
CVS conventions ======================================================
- We use CVS to manage the Guile sources. The repository lives on
egcs.cygnus.com, in /egcs/carton/cvsfiles; you will need an account on
that machine to access the repository. Also, for security reasons,
egcs presently only supports CVS connections via the SSH protocol, so
you must first install the SSH client. Then, you should set your
CVS_RSH environment variable to ssh, and use the following as your CVS
root:
egcs.cygnus.com, in /egcs/carton/guile-home/cvsfiles; you will need an
account on that machine to access the repository. Also, for security
reasons, egcs presently only supports CVS connections via the SSH
protocol, so you must first install the SSH client. Then, you should
set your CVS_RSH environment variable to ssh, and use the following as
your CVS root:
:ext:USER@egcs.cygnus.com:/egcs/carton/cvsfiles
:ext:USER@egcs.cygnus.com:/egcs/carton/guile-home/cvsfiles
Either set your CVSROOT environment variable to that, or give it as
the value of the global -d option to CVS when you check out a working