*** empty log message ***
authorJim Blandy <jimb@red-bean.com>
Wed, 2 Dec 1998 11:55:00 +0000 (11:55 +0000)
committerJim Blandy <jimb@red-bean.com>
Wed, 2 Dec 1998 11:55:00 +0000 (11:55 +0000)
ANON-CVS
HACKING

index 2f61a2c..d6513b8 100644 (file)
--- 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/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.
 
diff --git a/HACKING b/HACKING
index aa1ce88..3d84f3e 100644 (file)
--- 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/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
+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/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