dgaudet 98/01/30 01:32:09
Modified: . devnotes.html
Log:
update
Revision Changes Path
1.6 +20 -6 apache-devsite/devnotes.html
Index: devnotes.html
===================================================================
RCS file: /export/home/cvs/apache-devsite/devnotes.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- devnotes.html 1998/01/09 16:26:02 1.5
+++ devnotes.html 1998/01/30 09:32:08 1.6
@@ -90,12 +90,9 @@
There are several different modules in the Apache CVS repository:
</P>
<DL COMPACT>
- <DT><SAMP>apache</SAMP>
+ <DT><SAMP>apache-1.2</SAMP>
</DT>
- <DD>At the time this document is being written, this is the main
- development stream for Apache 1.3. It also contains branches for
- the 1.1 and 1.2 versions, though.
- <P>
+ <DD>
To create a directory tree containing the 1.2.<EM>x</EM> sources,
and call it <SAMP>apache-1.2</SAMP>, change your current directory
to the <EM>parent</EM> of the tree and then check the 1.2 sources
@@ -105,7 +102,24 @@
<DL>
<DD><SAMP>% cd /usr/local/apache
<BR>
- % cvs checkout -rAPACHE_1_2_X -d apache-1.2 apache</SAMP>
+ % cvs checkout apache-1.2</SAMP>
+ </DD>
+ </DL>
+ </P>
+ </DD>
+ <DT><SAMP>apache-1.3</SAMP>
+ </DT>
+ <DD>
+ To create a directory tree containing the 1.3 sources,
+ and call it <SAMP>apache-1.3</SAMP>, change your current directory
+ to the <EM>parent</EM> of the tree and then check the 1.3 sources
+ out as follows:
+ </P>
+ <P>
+ <DL>
+ <DD><SAMP>% cd /usr/local/apache
+ <BR>
+ % cvs checkout apache-1.3</SAMP>
</DD>
</DL>
</P>