brian 98/12/04 14:12:04
Modified: . devnotes.html
Log:
The complete repository has not been available for download in a
snapshot in quite some time.
Revision Changes Path
1.10 +0 -42 apache-devsite/devnotes.html
Index: devnotes.html
===================================================================
RCS file: /home/cvs/apache-devsite/devnotes.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- devnotes.html 1998/11/24 17:15:52 1.9
+++ devnotes.html 1998/12/04 22:12:03 1.10
@@ -161,48 +161,6 @@
</DL>
<HR>
<H2>
- Using the CVS Repository Copy
- </H2>
- <P>
- For those who wish to keep up with the source development but are not
- members of the Group or have access to the master CVS repository, a
- snapshot tarball of the repository is created daily. You can
- copy this to your system, unpack it, and treat it as a read-only
- repository.
- </P>
- <OL>
- <LI>Pick up the latest tarball of the repository from
- <P>
- <DL>
- <DD><A
- HREF="ftp://ftp.apache.org/httpd/from-cvs/repository.tar.gz"
-
><SAMP>ftp://ftp.apache.org/httpd/from-cvs/repository.tar.gz</SAMP></A>
- </DD>
- </DL>
- </P>
- <P>
- Note that this is the <EM>complete</EM> repository, not just the
- latest development stream.
- </P>
- </LI>
- <LI>On your local system, unpack the tarball into a directory:
- <P>
- <DL>
- <DD><SAMP>% cd /usr/local/apache/repository
- <BR>
- % gunzip -c < repository.tar.gz | tar xf -</SAMP>
- </DD>
- </DL>
- </P>
- </LI>
- </OL>
- <P>
- You can now use <SAMP>cvs checkout</SAMP> and <SAMP>cvs update</SAMP>
- to create and update your own working directories from the latest CVS
- snapshot.
- </P>
- <HR>
- <H2>
Setting Up Remote CVS
</H2>
<P>