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

We're now using the EGCS CVS server.

This commit is contained in:
Jim Blandy 1998-07-29 12:45:13 +00:00
parent c11f9405f2
commit 23bcd7adea

10
HACKING
View file

@ -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 - 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, that machine to access the repository. Also, for security reasons,
totoro presently only supports CVS connections via the SSH protocol, egcs presently only supports CVS connections via the SSH protocol, so
so you must first install the SSH client. Then, you should set your 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 CVS_RSH environment variable to ssh, and use the following as your CVS
root: 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 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