You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2002/11/23 21:00:08 UTC

cvs commit: httpd-site/docs/dev anoncvs.txt devnotes.html how-to-release.html index.html

wrowe       2002/11/23 12:00:06

  Modified:    docs/dev anoncvs.txt devnotes.html how-to-release.html
                        index.html
  Log:
    Hope I caught them all... refer to the httpd repository.
  
  Revision  Changes    Path
  1.3       +5 -3      httpd-site/docs/dev/anoncvs.txt
  
  Index: anoncvs.txt
  ===================================================================
  RCS file: /home/cvs/httpd-site/docs/dev/anoncvs.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- anoncvs.txt	23 Nov 2002 19:28:42 -0000	1.2
  +++ anoncvs.txt	23 Nov 2002 20:00:06 -0000	1.3
  @@ -62,8 +62,8 @@
   
   To check out the stable Apache 2.0 release tree:
   
  -  user@host:~$ cvs checkout -r APACHE_2_0_BRANCH httpd-2.0
  -  cvs server: Updating httpd-2.0
  +  user@host:~$ cvs checkout -d httpd-2.0 -r APACHE_2_0_BRANCH httpd
  +  cvs server: Updating httpd
     U httpd-2.0/ABOUT_APACHE
     U httpd-2.0/Announcement
     U httpd-2.0/Apache.dsp
  @@ -101,7 +101,9 @@
   
   
   To check out the current Apache 2.1 development tree, use the same
  -commands as above, omiting the -r APACHE_2_0_BRANCH flag.
  +commands as above, but use the following command for initial checkout:
  +
  +  user@host:~$ cvs checkout -d httpd-2.1 httpd
   
   
   To checkout the stable release tree (version 1.3):
  
  
  
  1.17      +26 -4     httpd-site/docs/dev/devnotes.html
  
  Index: devnotes.html
  ===================================================================
  RCS file: /home/cvs/httpd-site/docs/dev/devnotes.html,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- devnotes.html	23 Nov 2002 19:28:42 -0000	1.16
  +++ devnotes.html	23 Nov 2002 20:00:06 -0000	1.17
  @@ -202,7 +202,7 @@
         <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
         <td bgcolor="#ffffff"><pre>
   % cd /usr/local/apache
  -% cvs checkout -r APACHE_2_0_BRANCH httpd-2.0
  +% cvs checkout -d httpd-2.0 -r APACHE_2_0_BRANCH httpd
   % cd httpd-2.0/srclib
   % cvs checkout 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>
  @@ -214,14 +214,36 @@
       </tr>
     </table>
   </div>
  -<p>The httpd-2.0 repository takes advantage of APR and APR-util from the
  +<p>The httpd 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
     use anonymous CVS to get those repositories.  We are looking in to 
     solving this problem.</p>
   <p>If you want to check out the bleeding edge of development, the httpd-2.1
  -  development tree (slated for a release 2.2), omit the -r APACHE_2_0_BRANCH
  -  option above.</p>
  +  development tree (slated for a release 2.2), use cvs HEAD as follows:</p>
  +<div align="left">
  +  <table cellspacing="4" cellpadding="0" border="0">
  +    <tr>
  +      <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
  +      <td bgcolor="#023264" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
  +      <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
  +    </tr>
  +    <tr>
  +      <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
  +      <td bgcolor="#ffffff"><pre>
  +% cd /usr/local/apache
  +% cvs checkout -d httpd-2.1 httpd
  +% cd httpd-2.1/srclib
  +% cvs checkout 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>
  +      <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
  +      <td bgcolor="#023264" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
  +      <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
  +    </tr>
  +  </table>
  +</div>
     </blockquote>
    </td></tr>
   </table>
  
  
  
  1.22      +2 -2      httpd-site/docs/dev/how-to-release.html
  
  Index: how-to-release.html
  ===================================================================
  RCS file: /home/cvs/httpd-site/docs/dev/how-to-release.html,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- how-to-release.html	23 Nov 2002 19:28:42 -0000	1.21
  +++ how-to-release.html	23 Nov 2002 20:00:06 -0000	1.22
  @@ -69,10 +69,10 @@
   Ken Coar &lt;coar@apache.org&gt;<br />
   Martin Kraemer &lt;martin@apache.org&gt;<br />
   </p>
  -<p><b><font color="red">This document has been obsoleted in httpd-2.0 by the
  +<p><b><font color="red">This document has been obsoleted in httpd-2.X by the
   build/httpd_roll_release script.</font></b>  It does everything for you.  At
   some point, we may come back and update this document.  So, in the
  -meantime, ignore this and use that script for Apache 2.0 rolls.</p>
  +meantime, ignore this and use that script for Apache 2.X rolls.</p>
   <p>This document describes the typical release cycle the release manager has 
   to step through when creating a new Apache release.  It is written down as a
   step-by-step instruction list and should be followed exactly as specified to
  
  
  
  1.22      +5 -0      httpd-site/docs/dev/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/httpd-site/docs/dev/index.html,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- index.html	23 Nov 2002 19:43:40 -0000	1.21
  +++ index.html	23 Nov 2002 20:00:06 -0000	1.22
  @@ -91,6 +91,11 @@
   want to work in the 2.1-dev sandbox should continue to use cvs HEAD.
   </blockquote>
   <blockquote>
  +To clear up the ambiguity the repository is now named httpd.  httpd-2.0 now
  +points to httpd, so that older name will work.  We encourage you to use the
  +new cvs repository name.
  +</blockquote>
  +<blockquote>
   The APACHE_2_0_BRANCH is now operating under R-T-C (review, then commit)
   guidelines, requiring review of all new patches.  The 2.1-dev cvs HEAD
   branch continues to operate under C-T-R policy.  The simplest way to work 
  
  
  

Re: cvs commit: httpd-site/docs/dev anoncvs.txt devnotes.html how-to-release.html index.html

Posted by "William A. Rowe, Jr." <wr...@apache.org>.
At 02:26 AM 11/24/2002, Sebastian Bergmann wrote:
>wrowe@apache.org wrote:
>> +  user@host:~$ cvs checkout -d httpd-2.0 -r APACHE_2_0_BRANCH httpd

That doc update was reverted, along with all of the other notes related
to any s/httpd-2.0/httpd/ change that didn't occur (it had occurred, and
was later reverted.)

httpd-2.0 is the repository name.  New docs have been committed to
the site.

Bill


Re: cvs commit: httpd-site/docs/dev anoncvs.txt devnotes.html how-to-release.html index.html

Posted by Sebastian Bergmann <li...@sebastian-bergmann.de>.
Sebastian Bergmann wrote:
> cvs server: cannot find module `httpd' - ignored
> cvs [checkout aborted]: cannot expand modules

  From http://cvs.apache.org/viewcvs.cgi/ (at the bottom):

    httpd - this entry is unreadable

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/                 http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

Re: cvs commit: httpd-site/docs/dev anoncvs.txt devnotes.html how-to-release.html index.html

Posted by Sebastian Bergmann <li...@sebastian-bergmann.de>.
wrowe@apache.org wrote:
> +  user@host:~$ cvs checkout -d httpd-2.0 -r APACHE_2_0_BRANCH httpd

e:\home>cvs -z9 -d:pserver:anoncvs@cvs.apache.org:/home/cvspublic co -AP
-d httpd-2.0 -r APACHE_2_0_BRANCH httpd
cvs server: cannot find module `httpd' - ignored
cvs [checkout aborted]: cannot expand modules

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/                 http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/