[BACK]Return to anoncvs.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/anoncvs.html between version 1.106 and 1.107

version 1.106, 2000/04/13 20:58:21 version 1.107, 2000/04/20 14:59:01
Line 26 
Line 26 
 <li><a href="#CRYPTO">Getting crypto sources through CVS(1).</a>  <li><a href="#CRYPTO">Getting crypto sources through CVS(1).</a>
 <li><a href="#EXAMPLE">Example usages for CVS(1).</a>  <li><a href="#EXAMPLE">Example usages for CVS(1).</a>
 <li><a href="#WHICH">Use rsh(1) or ssh(1)?</a>  <li><a href="#WHICH">Use rsh(1) or ssh(1)?</a>
   <li><a href="#SUP">Mirroring the CVS repository via sup(1).</a>
 <li><a href="#MIRROR">Setting up an anoncvs mirror.</a>  <li><a href="#MIRROR">Setting up an anoncvs mirror.</a>
 </ul>  </ul>
 </p>  </p>
Line 615 
Line 616 
 Note that you will also need to use the <strong>-d</strong> flag  Note that you will also need to use the <strong>-d</strong> flag
 as mentioned above.  as mentioned above.
   
   <a name="SUP"></a>
   <h3><font color=#0000e0>Mirroring the CVS repository via sup(1).</font></h3>
   
   <p>
   Users wishing to mirror the OpenBSD CVS tree itself may now do so
   from <em>anoncvs.usa.openbsd.org</em>.  Note that this is the cvs
   tree, <b>not</b> a checked out source tree.  It is only useful if
   you want to be able to do fast cvs operations (diff, annotate, etc)
   or if you have multiple source trees and you only want to transfer
   new data once (you can then checkout a tree from your local cvs
   mirror).
   <p>
   A sample supfile would be:
   <pre>
           cvs host=anoncvs.usa.openbsd.org hostbase=/ base=/home delete
   </pre>
   <p>
   which would mirror the cvs tree into /home/cvs with the sup data
   files ending up in /home/sup.  The full OpenBSD cvs tree is just
   under a gigabyte in size.
   
 <a name="MIRROR"></a>  <a name="MIRROR"></a>
 <h3><font color=#0000e0>Setting up an anoncvs mirror.</font></h3>  <h3><font color=#0000e0>Setting up an anoncvs mirror.</font></h3>
   
 <br>  <p>
 If you wish to be a new anoncvs mirror site, please contact the anoncvs  If you wish to be a new anoncvs mirror site, please contact the anoncvs
 <a href=mailto:sup@openbsd.org>maintainer</a>.  <a href=mailto:sup@openbsd.org>maintainer</a>.
 Anoncvs mirrors require about 500MB of disk, and use up to 4MB of swap  Anoncvs mirrors require about 1GB of disk, and use up to 4MB of swap
 per anoncvs user (assuming the user does a large operation; while smaller  per anoncvs user (assuming the user does a large operation; while smaller
 operations use fewer resources, anoncvs still makes much more of an  operations use fewer resources, anoncvs still makes much more of an
 impact than ftp or sup).  Such anoncvs machines should have excellent  impact than ftp or sup).  Such anoncvs machines should have excellent

Legend:
Removed from v.1.106  
changed lines
  Added in v.1.107