summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1998-07-29 12:45:13 +0000
committerJim Blandy <jimb@red-bean.com>1998-07-29 12:45:13 +0000
commit23bcd7adea799a71a2e11e9fce45487691aad9d6 (patch)
tree4ac996450c7912486c23b3c43d2afe2983e73bda /HACKING
parentc11f9405f27089fdc545631f51514a0989b724ea (diff)
We're now using the EGCS CVS server.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING10
1 files changed, 5 insertions, 5 deletions
diff --git a/HACKING b/HACKING
index f0a068a2e..042371f4c 100644
--- a/HACKING
+++ b/HACKING
@@ -1,14 +1,14 @@
-Here are some guidelines for working on the Guile source tree at GNU.
+Here are some guidelines for members of the Guile developers team.
- We use CVS to manage the Guile sources. The repository lives on
-totoro.red-bean.com, in /u/src/master; you will need an account on
+egcs.cygnus.com, in /egcs/carton/cvsfiles; you will need an account on
that machine to access the repository. Also, for security reasons,
-totoro presently only supports CVS connections via the SSH protocol,
-so you must first install the SSH client. Then, you should set your
+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@guile-cvs.red-bean.com:/u/src/master
+ :ext:USER@egcs.cygnus.com:/egcs/carton/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