You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@locus.apache.org on 2000/07/15 17:20:55 UTC

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

coar        00/07/15 08:20:54

  Modified:    .        how-to-release.html
  Log:
  	I think this covers the change to the htdocs/ tree now
  	being separate from the source tree.
  
  Revision  Changes    Path
  1.63      +10 -4     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.62
  retrieving revision 1.63
  diff -u -u -r1.62 -r1.63
  --- how-to-release.html	2000/06/05 16:43:27	1.62
  +++ how-to-release.html	2000/07/15 15:20:53	1.63
  @@ -54,7 +54,11 @@
   <OL>
    <HR>
    <LI> Checkout the Apache source if needed into a scratch directory:<BR>
  -     <CODE><B>$ cvs checkout apache-1.<EM>X</EM></B></CODE>
  +     <CODE><B>$ cvs checkout -P apache-1.<EM>X</EM></B></CODE>
  +     <br>
  +     <code><b>$ cd apache_1.<i>X</i></b></code>
  +     <br>
  +     <code><b>$ cvs checkout -d htdocs httpd-docs-1.3/htdocs</b></code>
     <P>
    <LI> cd into the <CODE>apache-1.<EM>X</EM></CODE> CVS tree.<BR>
        <CODE><B>$ cd apache-1.<EM>X</EM></B></CODE>
  @@ -108,6 +112,7 @@
        <CODE><B>$ umask 022</B></CODE><BR>
        <CODE><B>$ cvs export -r APACHE_1_<EM>X_Y</EM> -d apache_1.<EM>X.Y</EM> apache-1.<EM>X</EM></B></CODE><BR>
        <CODE><B>$ cd apache_1.<EM>X.Y</EM></B></CODE><BR>
  +     <code><b>$ cvs export -r APACHE_1_<i>X_Y</i> -d htdocs httpd-docs-1.3/htdocs</code>
        
     <UL>
        
  @@ -118,6 +123,7 @@
        <CODE><B>$ umask 022</B></CODE><BR>
        <CODE><B>$ cvs checkout -r APACHE_1_<EM>X_Y</EM> -d apache_1.<EM>X.Y</EM> apache-1.<EM>X</EM></B></CODE><BR>
        <CODE><B>$ cd apache_1.<EM>X.Y</EM></B></CODE><BR>
  +     <code><b>$ cvs checkout -r APACHE_1<i>X_Y</i> -d htdocs httpd-docs-1.3/htdocs</b></code>
        
     </UL>
     <P>
  @@ -139,14 +145,14 @@
         htdocs/manual/misc/FAQ-*.html</B></CODE><BR>
        <CODE><B>$ find . -name ".cvsignore" -exec rm {} \;</B></CODE><BR>
        <CODE><B>$ rm -rf src/test src/modules/test</B></CODE>
  -     
  +
     <UL>
  -     
  +
   	<LI><FONT COLOR="red">Note:</FONT> If you needed to do a
        <CODE>checkout</CODE> instead of a <CODE>export</CODE>, you
        will also need to remove the CVS administrative files:<BR>
        <CODE><B>$ find . -type d -name "CVS" -exec rm -rf {} \;</B></CODE>
  -     
  +
     </UL>
     <P>
    <LI> Expand the Server-Side-Include directives in the manual:<BR>