diff --git a/ANON-CVS b/ANON-CVS index d6513b805..662ae464b 100644 --- a/ANON-CVS +++ b/ANON-CVS @@ -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/guile-home/cvsfiles login + $ cvs -d :pserver:anoncvs@egcs.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:/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 directory, and populate it with the current Guile sources. diff --git a/HACKING b/HACKING index 3d84f3e7b..04c0720ac 100644 --- a/HACKING +++ b/HACKING @@ -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/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 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/guile-home/cvsfiles + :ext:USER@egcs.cygnus.com:/cvs/guile 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 diff --git a/README b/README index 22a31c83f..acee0f898 100644 --- a/README +++ b/README @@ -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 `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 ==================================================