cvs commit: modperl-docs/src/docs/2.0/user/install install.pod

2003-09-03 Thread geoff
geoff   2003/09/03 11:05:19

  Modified:src/docs/2.0/user/install install.pod
  Log:
  change to APR_0_9_BRANCH/APU_0_9_BRANCH
  
  Revision  ChangesPath
  1.46  +1 -1  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.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- install.pod   3 Sep 2003 18:02:19 -   1.45
  +++ install.pod   3 Sep 2003 18:05:19 -   1.46
  @@ -140,7 +140,7 @@
   The password is "anoncvs". Now extract the C 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. Similarly you need
  -C and C cvs branches for apr and
  +C and C cvs branches for apr and
   apr-util projects, respectively.
   
 % cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co \
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: modperl-docs/src/docs/2.0/user/install install.pod

2003-09-03 Thread stas
stas2003/09/03 11:02:19

  Modified:src/docs/2.0/user/install install.pod
  Log:
  httpd-2.0 now requires APR_BRANCH_0_9 and APU_BRANCH_0_9 cvs
  branches for apr and apr-util projects
  
  Revision  ChangesPath
  1.45  +7 -3  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.44
  retrieving revision 1.45
  diff -u -u -r1.44 -r1.45
  --- install.pod   18 Aug 2003 19:16:34 -  1.44
  +++ install.pod   3 Sep 2003 18:02:19 -   1.45
  @@ -139,13 +139,17 @@
   
   The password is "anoncvs". Now extract the C 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.
  +httpd-2.1.xx which at this moment is not supported. Similarly you need
  +C and C cvs branches for apr and
  +apr-util projects, respectively.
   
 % 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
  +  % cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co \
  +-r APR_0_9_BRANCH -d apr apr
  +  % cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co \
  +-r APU_0_9_BRANCH -d apr-util apr-util
 % cd ..
 % ./buildconf
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]