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 14:31:21 +00:00
parent aa31443aed
commit 349d9c1f86
3 changed files with 14 additions and 4 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. 1) Install CVS version 1.9 or later on your system.
2) Log into the CVS server: 2) Log into the CVS server:
$ cvs -d :pserver:anoncvs@egcs.cygnus.com:/egcs/carton/guile-home/cvsfiles login $ cvs -d :pserver:anoncvs@egcs.cygnus.com:/cvs/guile login
At the prompt for `CVS password:', type `anoncvs'. At the prompt for `CVS password:', type `anoncvs'.
Once you have logged in, your password is saved in ~/.cvspass, and you Once you have logged in, your password is saved in ~/.cvspass, and you
will not need to enter it again. will not need to enter it again.
3) Check out a module: 3) Check out a module:
$ cvs -z 9 -d :pserver:anoncvs@egcs.cygnus.com:/egcs/carton/guile-home/cvsfiles checkout guile-core $ cvs -z 9 -d :pserver:anoncvs@egcs.cygnus.com:/cvs/guile checkout guile-core
This should create a new directory `guile-core' in your current This should create a new directory `guile-core' in your current
directory, and populate it with the current Guile sources. directory, and populate it with the current Guile sources.

View file

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

10
README
View file

@ -63,6 +63,16 @@ We make the developers' working Guile sources available via anonymous
CVS, and by nightly snapshots, accessible via FTP. See the files CVS, and by nightly snapshots, accessible via FTP. See the files
`ANON-CVS' and `SNAPSHOTS' for details. `ANON-CVS' and `SNAPSHOTS' for details.
If you would like to receive mail when people commit changes to the
Guile CVS repository, you can subscribe to guile-cvs@egcs.cygnus.com
by sending a message to guile-cvs-subscribe@cygnus.com. Even better,
you can get daily digests of these commit messages by sending a
message to guile-cvs-digest-subscribe@egcs.cygnus.com.
If you want to subscribe an e-mail address other than the one that
appears in your From: header, say foo@bar.com, send a mail note to
guile-cvs-subscribe-foo=bar.com@egcs.cygnus.com.
Hacking It Yourself ================================================== Hacking It Yourself ==================================================