* boot-9.scm (process-define-module): Added new specifier
[bpt/guile.git] / ANON-CVS
index d0e2ee0..2f61a2c 100644 (file)
--- a/ANON-CVS
+++ b/ANON-CVS
@@ -15,15 +15,18 @@ sources will be easier for us to evaluate and install, since the
 patch's original sources will be closer to what we're working with.
 And it allows us to start testing features earlier.
 
-Nightly FTP snapshots are no longer available.  It is more difficult
-than you might think to make them reliably.
+Since the CVS tree is arranged for the convenience of the developers,
+it requires GCC and GNU Make, which together support automatic
+dependency management.
 
 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
-   Use the password `anoncvs'.
+   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
    This should create a new directory `guile-core' in your current