sbekman 01/07/16 19:09:00
Modified: . mod_perl_cvs.pod
Log:
adjust the docs following the change of cvs host
Revision Changes Path
1.9 +8 -9 modperl/mod_perl_cvs.pod
Index: mod_perl_cvs.pod
===================================================================
RCS file: /home/cvs/modperl/mod_perl_cvs.pod,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mod_perl_cvs.pod 2000/02/25 22:57:13 1.8
+++ mod_perl_cvs.pod 2001/07/17 02:09:00 1.9
@@ -4,10 +4,9 @@
=head1 DESCRIPTION
-The mod_perl development tree lives on the same machine as
-perl.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.
+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.
=head1 SYNOPSIS
@@ -48,7 +47,7 @@
*default tag=.
# comment out the above if you want the raw cvs files
- *default host=perl.apache.org
+ *default host=cvs.apache.org
*default prefix=/path/on/this/machine/to/install/
# a subdir for modperl will appear here ^^^
@@ -66,11 +65,11 @@
To checkout a fresh copy from anoncvs use
- cvs -d ":pserver:[EMAIL PROTECTED]:/home/cvspublic" login
+ cvs -d ":pserver:[EMAIL PROTECTED]:/home/cvspublic" login
with the password "anoncvs".
- cvs -d ":pserver:[EMAIL PROTECTED]:/home/cvspublic" co modperl
+ cvs -d ":pserver:[EMAIL PROTECTED]:/home/cvspublic" co modperl
For a basic introduction to anoncvs see http://dev.apache.org/anoncvs.txt
@@ -81,12 +80,12 @@
A snapshot is rolled of the modperl tree every 6 hours and placed
here:
-http://perl.apache.org/from-cvs/modperl/
+http://cvs.apache.org/snapshots/modperl/
A snapshot of the Apache development tree is also rolled every 6 hours
and placed here:
-http://perl.apache.org/from-cvs/
+http://cvs.apache.org/snapshots/
=back