You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2002/01/24 17:16:50 UTC

cvs commit: apache-devsite how-to-release.html

jim         02/01/24 08:16:50

  Modified:    .        how-to-release.html
  Log:
  Some changes due to reorg
  
  Revision  Changes    Path
  1.75      +8 -8      apache-devsite/how-to-release.html
  
  Index: how-to-release.html
  ===================================================================
  RCS file: /home/cvs/apache-devsite/how-to-release.html,v
  retrieving revision 1.74
  retrieving revision 1.75
  diff -u -r1.74 -r1.75
  --- how-to-release.html	11 Oct 2001 22:47:41 -0000	1.74
  +++ how-to-release.html	24 Jan 2002 16:16:50 -0000	1.75
  @@ -88,7 +88,7 @@
        <code><b>$ cvs commit Announcement</b></code><br>
   	 <p>
         <b>Note:</b> This document is also present in the
  -      <code>apache-site/dist/</code> directory, both in HTML and plain
  +      <code>httpd-dist/dist/</code> directory, both in HTML and plain
         text form. You may want to create one version out of the other.
     </ul>
     <HR>
  @@ -366,10 +366,10 @@
        <CODE>binaries/win32/</CODE> directory.
     <P>
    <LI> Checkout the <A HREF="http://www.apache.org/">Apache site</A> if needed into a scratch directory:<BR>
  -     <CODE><B>$ cvs checkout apache-site</B></CODE>
  +     <CODE><B>$ cvs checkout httpd-dist</B></CODE>
     <P>
  - <LI> cd into the <CODE>apache-site</CODE> CVS tree.<BR>
  -     <CODE><B>$ cd apache-site/dist/</B></CODE>
  + <LI> cd into the <CODE>httpd-dist</CODE> CVS tree.<BR>
  +     <CODE><B>$ cd httpd-dist</B></CODE>
     <P>
    <LI> Edit the files
        <A HREF="http://www.apache.org/dist/README.html"><CODE>README.html</CODE></A> and <A HREF="http://www.apache.org/dist/HEADER.html"><CODE>HEADER.html</CODE></A> as well as
  @@ -377,7 +377,7 @@
        <A HREF="http://www.apache.org/dist/Announcement.txt"><CODE>Announcement.txt</CODE></A> plus the 
        <A HREF="http://www.apache.org/dist/.htaccess"><CODE>.htaccess</CODE></A> file (which defines the
        <CODE>AddDescription</CODE> comments)
  -     from the <CODE>apache-site</CODE> CVS tree
  +     from the <CODE>httpd-dist</CODE> CVS tree
        as required (all in the
        <A HREF="http://www.apache.org/dist/"><CODE>./dist</CODE></A>
        subdirectory). The <CODE>Announcement.*</CODE> files should be based on the <CODE>Announcement</CODE> file in the tagged CVS tree.  For Apache 2.0,
  @@ -401,7 +401,7 @@
        <CODE><B>$ cvs checkout httpd-site</B></CODE>
     <P>
    <LI> cd into the <CODE>httpd-site</CODE> CVS tree.<BR>
  -     <CODE><B>$ cd httpd-site/</B></CODE>
  +     <CODE><B>$ cd httpd-site/docs</B></CODE>
     <P>
    <LI> Edit the <A HREF="http://httpd.apache.org/"><CODE>index.html</CODE></A>
        page from the <CODE>httpd-site</CODE> CVS tree as required:<BR>
  @@ -410,7 +410,7 @@
    <LI> Commit the changes:<BR>
        <CODE><B>$ cvs commit index.html</B></CODE><BR>
     <P>
  - <LI> Update the checked-out versions of the <CODE>apache-site</CODE> documents
  + <LI> Update the checked-out versions of the <CODE>httpd-dist</CODE> documents
        for the web server:<BR>
        <CODE><B>$ umask 002</B></CODE><BR>
        <CODE><B>$ cd /www/www.apache.org/dist/</B></CODE><BR>
  @@ -478,7 +478,7 @@
     </ul>
    <p>
    <li>Make sure that <code>Announcement.txt</code> and
  -      <code>Announcement.html</code> in <code>apache-site</code>
  +      <code>Announcement.html</code> in <code>httpd-dist</code>
         in the <code>dist</code> directory are updated to include
         these changes.
    <p>
  
  
  

Re: cvs commit: apache-devsite how-to-release.html

Posted by Justin Erenkrantz <je...@ebuilt.com>.
On Thu, Jan 24, 2002 at 04:16:50PM -0000, jim@apache.org wrote:
> jim         02/01/24 08:16:50
> 
>   Modified:    .        how-to-release.html
>   Log:
>   Some changes due to reorg

All of these docs are in httpd-site/xdocs/dev.

I believe that version is up-to-date, but please check.

apache-devsite and dev.apache.org are no longer used.  -- justin