coar 97/07/15 04:14:28
Modified: . devnotes.html index.html Log: Correct a cut/paste error Brian spotted, add stuff about using the CVS snapshot, and link into the dev.apache.org front door. Revision Changes Path 1.2 +43 -1 apache-devsite/devnotes.html Index: devnotes.html =================================================================== RCS file: /export/home/cvs/apache-devsite/devnotes.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C3 -r1.1 -r1.2 *** devnotes.html 1997/07/13 20:43:33 1.1 --- devnotes.html 1997/07/15 11:14:27 1.2 *************** *** 145,150 **** --- 145,192 ---- </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> *************** *** 174,180 **** <DL> <DD><SAMP>setenv CVSROOT <EM>repository-system</EM>:/export/home/cvs <BR> ! setenv CVS_RSH /usr/local/bin/cvs <BR> setenv CVS_SERVER /usr/local/bin/cvs</SAMP> </DD> --- 216,222 ---- <DL> <DD><SAMP>setenv CVSROOT <EM>repository-system</EM>:/export/home/cvs <BR> ! setenv CVS_RSH /usr/local/bin/ssh <BR> setenv CVS_SERVER /usr/local/bin/cvs</SAMP> </DD> 1.5 +5 -0 apache-devsite/index.html Index: index.html =================================================================== RCS file: /export/home/cvs/apache-devsite/index.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C3 -r1.4 -r1.5 *** index.html 1997/07/02 03:07:29 1.4 --- index.html 1997/07/15 11:14:27 1.5 *************** *** 74,79 **** --- 74,84 ---- >module magic number</A> (last modified on <!--#flastmod virtual="mmn.txt" -->) </LI> + <LI>Random notes about + <A + HREF="devnotes.html" + >using CVS and maintaining the Apache site</A> + </LI> <LI>The <A HREF="todo"