sbekman 01/07/17 08:42:48 Modified: . mod_perl_cvs.html Log: more cvs server updates Revision Changes Path 1.7 +4 -4 modperl-site/mod_perl_cvs.html Index: mod_perl_cvs.html =================================================================== RCS file: /home/cvs/modperl-site/mod_perl_cvs.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- mod_perl_cvs.html 2001/07/17 15:29:02 1.6 +++ mod_perl_cvs.html 2001/07/17 15:42:42 1.7 @@ -27,7 +27,7 @@ <HR> <H1><A NAME="DESCRIPTION">DESCRIPTION</A></H1> <P> -The mod_perl development tree lives on the same machine as perl.apache.org. +The mod_perl development tree lives on cvs.apache.org. This tree contains the latest mod_perl bug fixes and developments that have not made it to CPAN yet. Welcome to the bleeding edge. @@ -80,7 +80,7 @@ # comment out the above if you want the raw cvs files </PRE> <P> -<PRE> *default host=perl.apache.org +<PRE> *default host=cvs.apache.org *default prefix=/path/on/this/machine/to/install/ # a subdir for modperl will appear here ^^^ </PRE> @@ -102,13 +102,13 @@ To checkout a fresh copy from anoncvs use <P> -<PRE> cvs -d ":pserver:[EMAIL PROTECTED]:/home/cvspublic" login +<PRE> cvs -d ":pserver:[EMAIL PROTECTED]:/home/cvspublic" login </PRE> <P> with the password ``anoncvs''. <P> -<PRE> cvs -d ":pserver:[EMAIL PROTECTED]:/home/cvspublic" co modperl +<PRE> cvs -d ":pserver:[EMAIL PROTECTED]:/home/cvspublic" co modperl </PRE> <P> For a basic introduction to anoncvs see <A