stas 2003/04/30 00:04:06
Modified: src/docs/2.0/user/install install.pod
Log:
update the httpd-2.0 cvs checkout instructions to include -r
APACHE_2_0_BRANCH, otherwise users will get httpd-2.1 instead of 2.0
Revision Changes Path
1.40 +5 -2 modperl-docs/src/docs/2.0/user/install/install.pod
Index: install.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/install/install.pod,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- install.pod 22 Apr 2003 08:00:33 -0000 1.39
+++ install.pod 30 Apr 2003 07:04:06 -0000 1.40
@@ -131,9 +131,12 @@
% cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login
-The password is "anoncvs".
+The password is "anoncvs". Now extract the C<APACHE_2_0_BRANCH> branch
+of httpd-2.0.xx. If you don't use this branch you will get
+httpd-2.1.xx which at this moment is not supported.
- % cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co httpd-2.0
+ % cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co \
+ -r APACHE_2_0_BRANCH -d httpd-2.0 httpd-2.0
% cd httpd-2.0/srclib
% cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co apr
% cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co apr-util
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]