brian 98/01/26 23:52:03
Modified: . anoncvs.txt how-to-release.html Log: apachen --> apache-1.3 there might be some references to 1.2... someone should check. Revision Changes Path 1.3 +14 -14 apache-devsite/anoncvs.txt Index: anoncvs.txt =================================================================== RCS file: /export/home/cvs/apache-devsite/anoncvs.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- anoncvs.txt 1997/10/13 23:50:47 1.2 +++ anoncvs.txt 1998/01/27 07:51:59 1.3 @@ -43,15 +43,15 @@ To check out the current development tree: - [EMAIL PROTECTED]:~$ cvs checkout apachen - cvs server: Updating apachen - U apachen/ABOUT_APACHE - U apachen/CHANGES - U apachen/KEYS + [EMAIL PROTECTED]:~$ cvs checkout apache-1.3 + cvs server: Updating apache-1.3 + U apache-1.3/ABOUT_APACHE + U apache-1.3/CHANGES + U apache-1.3/KEYS [...] - U apachen/src/support/suexec.c - U apachen/src/support/suexec.h - [EMAIL PROTECTED]:~$ ls apachen + U apache-1.3/src/support/suexec.c + U apache-1.3/src/support/suexec.h + [EMAIL PROTECTED]:~$ ls apache-1.3 ABOUT_APACHE KEYS README.NT conf logs CHANGES LICENSE cgi-bin htdocs src CVS README cgi-src icons @@ -61,19 +61,19 @@ [EMAIL PROTECTED]:~$ cvs checkout -rAPACHE_1_2_X apache After 1.3a1, there was a source tree reorganization which resulted -in the tree being split into apache and apachen. apache is everything -from before the reorganization, apachen is from after. apachen still +in the tree being split into apache and apache-1.3. apache is everything +from before the reorganization, apache-1.3 is from after. apache-1.3 still retains the change histories of the files, however since they are -in different locations you can not build an apachen tree from +in different locations you can not build an apache-1.3 tree from before the reorganization. To update your local tree to the latest version: - [EMAIL PROTECTED]:~$ cvs update -dP apachen + [EMAIL PROTECTED]:~$ cvs update -dP apache-1.3 or - [EMAIL PROTECTED]:~/apachen/$ cvs update -dP . + [EMAIL PROTECTED]:~/apache-1.3/$ cvs update -dP . etc. If you have a branch such as the 1.2 branch checked out, you need to use something like: @@ -84,7 +84,7 @@ P core/buff.c P core/conf.h - RCS file: /export/home/cvs/apachen/src/core/http_core.c,v + RCS file: /export/home/cvs/apache-1.3/src/core/http_core.c,v retrieving revision 1.109 retrieving revision 1.110 Merging differences between 1.109 and 1.110 into http_core.c 1.21 +7 -7 apache-devsite/how-to-release.html Index: how-to-release.html =================================================================== RCS file: /export/home/cvs/apache-devsite/how-to-release.html,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- how-to-release.html 1997/12/20 20:35:09 1.20 +++ how-to-release.html 1998/01/27 07:52:00 1.21 @@ -75,10 +75,10 @@ <OL> <HR> <LI> Checkout the Apache source if needed into a scratch directory:<br> - <code><b>$ cvs checkout apachen</b></code> + <code><b>$ cvs checkout apache-1.3</b></code> <P> -<LI> cd into the <code>apachen</code> CVS tree.<br> - <code><b>$ cd apachen</b></code> +<LI> cd into the <code>apache-1.3</code> CVS tree.<br> + <code><b>$ cd apache-1.3</b></code> <P> <b>[ Only for final releases, not for internal pre-releases ]</b><br> <P> @@ -103,7 +103,7 @@ <LI> Make an export version of the distribution:<br> <code><b>$ cd ..</b></code><br> <code><b>$ umask 022</b></code><br> - <code><b>$ cvs export -r APACHE_1_X_Y -d apache_1.X.Y apachen</b></code><br> + <code><b>$ cvs export -r APACHE_1_X_Y -d apache_1.X.Y apache-1.3</b></code><br> <code><b>$ cd apache_1.X.Y</b></code><br> <UL> <LI><FONT COLOR="red">Note:</FONT> There is a known problem @@ -111,7 +111,7 @@ and later. If this affects you, you will need to do a checkout instead:<br> <code><b>$ umask 022</b></code><br> - <code><b>$ cvs checkout -r APACHE_1_X_Y -d apache_1.X.Y apachen</b></code><br> + <code><b>$ cvs checkout -r APACHE_1_X_Y -d apache_1.X.Y apache-1.3</b></code><br> <code><b>$ cd apache_1.X.Y</b></code><br> </UL> <P> @@ -188,8 +188,8 @@ <HR> <b>[ Only for final releases, not for internal pre-releases ]</b><br> <P> -<LI> cd back into the <code>apachen</code> CVS tree location.<br> - <code><b>$ cd ../apachen</b></code> +<LI> cd back into the <code>apache-1.3</code> CVS tree location.<br> + <code><b>$ cd ../apache-1.3</b></code> <P> <LI> Change <code>SERVER_VERSION</code> in <code>src/main/httpd.h</code> from ``<code>Apache/1.X.Y</code>'' to