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

Diff for /www/anoncvs.html between version 1.64 and 1.65

version 1.64, 1998/08/19 16:06:04 version 1.65, 1998/08/29 10:16:33
Line 408 
Line 408 
 setenv CVS_IGNORE_REMOTE_ROOT  setenv CVS_IGNORE_REMOTE_ROOT
 </pre>  </pre>
   
 <p>  <p><strong>X11 Source tree</strong>
   <br>
   Anoncvs mirrors also carry the OpenBSD X11 source tree. You can adapt
   the recipe above to update your X11 source tree from the second CD.
   Either copy or use a union mount to get the X11 sources in /usr/X11:
   <ul>
   <li>copy the tree off it (assuming the 2nd CD is mounted on /mnt):
   <pre>
           <b>#</b> cd /mnt; cp -Rp X11 /usr
   </pre>
   <li>use a union mount with the CD below a writable directory.
   <pre>
           <b>#</b> mount -t union -o -b /mnt/X11 /usr/X11
   </pre>
   </ul>
   After this, /usr/X11 will be ready to be used by cvs. You can for
   example update it to -current source (assuming you've already set
   the <b>CVSROOT</b> environment variable):
   <pre>
           <b>#</b> cd /usr/X11
           <b>#</b> cvs -q update -PAd
   </pre>
   
   <p><strong>Setting up a new anoncvs mirror</strong>
   <br>
 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:deraadt@theos.com>maintainer</a>.  <a href=mailto:deraadt@theos.com>maintainer</a>.
 Anoncvs mirrors require about 500MB of disk, and use up to 4MB of swap  Anoncvs mirrors require about 500MB of disk, and use up to 4MB of swap

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65