You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@apache.org on 2003/12/08 22:21:48 UTC

cvs commit: httpd-site/xdocs/dev anoncvs.txt devnotes.xml

mads        2003/12/08 13:21:48

  Modified:    docs/dev anoncvs.txt devnotes.html
               xdocs/dev anoncvs.txt devnotes.xml
  Log:
  APR_0_9_BRANCH is required for httpd-2.0.x
  
  Revision  Changes    Path
  1.5       +2 -2      httpd-site/docs/dev/anoncvs.txt
  
  Index: anoncvs.txt
  ===================================================================
  RCS file: /home/cvs/httpd-site/docs/dev/anoncvs.txt,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- anoncvs.txt	24 Nov 2002 19:57:24 -0000	1.4
  +++ anoncvs.txt	8 Dec 2003 21:21:48 -0000	1.5
  @@ -82,7 +82,7 @@
     CHANGES                 configure.in            support
     CVS                     docs                    test
     user@host:~$ cd httpd-2.0/srclib
  -  user@host:~/httpd-2.0/srclib$ cvs checkout apr
  +  user@host:~/httpd-2.0/srclib$ cvs checkout -r APR_0_9_BRANCH apr
     U apr/APRDesign
     U apr/APRVARS.in
     U apr/Makefile.in
  @@ -90,7 +90,7 @@
     U apr/user/unix/.cvsignore
     U apr/user/unix/Makefile.in
     U apr/user/unix/homedir.c
  -  user@host:~/httpd-2.0/srclib$ cvs checkout apr-util
  +  user@host:~/httpd-2.0/srclib$ cvs checkout -r APR_0_9_BRANCH apr-util
     U apr-util/.cvsignore
     U apr-util/Makefile.in
     U apr-util/STATUS
  
  
  
  1.27      +1 -1      httpd-site/docs/dev/devnotes.html
  
  Index: devnotes.html
  ===================================================================
  RCS file: /home/cvs/httpd-site/docs/dev/devnotes.html,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- devnotes.html	30 Nov 2003 17:23:18 -0000	1.26
  +++ devnotes.html	8 Dec 2003 21:21:48 -0000	1.27
  @@ -203,7 +203,7 @@
   % cd /usr/local/apache
   % cvs checkout -d httpd-2.0 -r APACHE_2_0_BRANCH httpd-2.0
   % cd httpd-2.0/srclib
  -% cvs checkout apr apr-util</pre></td>
  +% cvs checkout -r APR_0_9_BRANCH apr apr-util</pre></td>
         <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
       </tr>
       <tr>
  
  
  
  1.3       +2 -2      httpd-site/xdocs/dev/anoncvs.txt
  
  Index: anoncvs.txt
  ===================================================================
  RCS file: /home/cvs/httpd-site/xdocs/dev/anoncvs.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- anoncvs.txt	25 Nov 2002 05:17:40 -0000	1.2
  +++ anoncvs.txt	8 Dec 2003 21:21:48 -0000	1.3
  @@ -82,7 +82,7 @@
     CHANGES                 configure.in            support
     CVS                     docs                    test
     user@host:~$ cd httpd-2.0/srclib
  -  user@host:~/httpd-2.0/srclib$ cvs checkout apr
  +  user@host:~/httpd-2.0/srclib$ cvs checkout -r APR_0_9_BRANCH apr
     U apr/APRDesign
     U apr/APRVARS.in
     U apr/Makefile.in
  @@ -90,7 +90,7 @@
     U apr/user/unix/.cvsignore
     U apr/user/unix/Makefile.in
     U apr/user/unix/homedir.c
  -  user@host:~/httpd-2.0/srclib$ cvs checkout apr-util
  +  user@host:~/httpd-2.0/srclib$ cvs checkout -r APR_0_9_BRANCH apr-util
     U apr-util/.cvsignore
     U apr-util/Makefile.in
     U apr-util/STATUS
  
  
  
  1.6       +1 -1      httpd-site/xdocs/dev/devnotes.xml
  
  Index: devnotes.xml
  ===================================================================
  RCS file: /home/cvs/httpd-site/xdocs/dev/devnotes.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- devnotes.xml	26 Nov 2002 17:44:22 -0000	1.5
  +++ devnotes.xml	8 Dec 2003 21:21:48 -0000	1.6
  @@ -97,7 +97,7 @@
   % cd /usr/local/apache
   % cvs checkout -d httpd-2.0 -r APACHE_2_0_BRANCH httpd-2.0
   % cd httpd-2.0/srclib
  -% cvs checkout apr apr-util</source>
  +% cvs checkout -r APR_0_9_BRANCH apr apr-util</source>
     <p>The httpd-2.0 repository takes advantage of APR and APR-util from the
     Apache portable run-time, so those must be checked out separately.
     Because not all httpd contributors have access to APR, you may need to
  
  
  

Re: cvs commit: httpd-site/xdocs/dev anoncvs.txt devnotes.xml

Posted by André Malo <nd...@perlig.de>.
* mads@apache.org wrote:

>   +  user@host:~/httpd-2.0/srclib$ cvs checkout -r APR_0_9_BRANCH apr-util

This is APU_0_9_BRANCH :-)

nd

Re: cvs commit: httpd-site/xdocs/dev anoncvs.txt devnotes.xml

Posted by Mads Toftum <ma...@toftum.dk>.
On Mon, Dec 08, 2003 at 04:32:28PM -0500, Jeff Trawick wrote:
> but APU_0_9_BRANCH for apr-util
> 
> $ cat srclib/apr/CVS/Tag
> TAPR_0_9_BRANCH
> $ cat srclib/apr-util/CVS/Tag
> TAPU_0_9_BRANCH
> 
> (ouch)

Ups, my bad - I wonder why cvs didn't barf when I did that - I'll fix
my mess soon.

vh

Mads Toftum
-- 
`Darn it, who spiked my coffee with water?!' - lwall


Re: cvs commit: httpd-site/xdocs/dev anoncvs.txt devnotes.xml

Posted by Jeff Trawick <tr...@attglobal.net>.
mads@apache.org wrote:
> mads        2003/12/08 13:21:48
> 
>   Modified:    docs/dev anoncvs.txt devnotes.html
>                xdocs/dev anoncvs.txt devnotes.xml
>   Log:
>   APR_0_9_BRANCH is required for httpd-2.0.x

but APU_0_9_BRANCH for apr-util

$ cat srclib/apr/CVS/Tag
TAPR_0_9_BRANCH
$ cat srclib/apr-util/CVS/Tag
TAPU_0_9_BRANCH

(ouch)