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

Diff for /www/anoncvs.html between version 1.316 and 1.317

version 1.316, 2010/04/26 17:40:58 version 1.317, 2010/05/19 12:39:28
Line 205 
Line 205 
 specify a tag along with your command. Example:  specify a tag along with your command. Example:
   
 <pre>  <pre>
         # <b>cd /usr; cvs checkout -P -rOPENBSD_4_6 src</b>          # <b>cd /usr; cvs checkout -P -rOPENBSD_4_7 src</b>
 </pre>  </pre>
 <p>  <p>
 Or OPENBSD_4_5 for 4.5, etc.  Or OPENBSD_4_6 for 4.6, etc.
   
 <p> The OPENBSD_4_6 tag contains the release sources and  <p> The OPENBSD_4_7 tag contains the release sources and
 errata already applied.  errata already applied.
   
 <h3><a name="CVSROOT"><font color="#0000e0">Available Anonymous CVS Servers  <h3><a name="CVSROOT"><font color="#0000e0">Available Anonymous CVS Servers
Line 513 
Line 513 
         # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P src</strong>          # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P src</strong>
 </pre>  </pre>
   
 <p> (If you are following the patch branch for 4.6):  <p> (If you are following the patch branch for 4.7):
 <pre>  <pre>
         # <strong>cd /usr</strong>          # <strong>cd /usr</strong>
         # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_4_6 -P src</strong>          # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_4_7 -P src</strong>
 </pre>  </pre>
   
 <li> Anytime afterwards, to `update' this tree:  <li> Anytime afterwards, to `update' this tree:
Line 526 
Line 526 
         # <strong>cvs -q up -Pd</strong>          # <strong>cvs -q up -Pd</strong>
 </pre>  </pre>
   
 <p> (If you are following the patch branch for 4.6):  <p> (If you are following the patch branch for 4.7):
 <pre>  <pre>
         # <strong>cd /usr/src</strong>          # <strong>cd /usr/src</strong>
         # <strong>cvs -q up -rOPENBSD_4_6 -Pd</strong>          # <strong>cvs -q up -rOPENBSD_4_7 -Pd</strong>
 </pre>  </pre>
   
 Every time you ran this it would synchronize your /usr/src tree. It would  Every time you ran this it would synchronize your /usr/src tree. It would
Line 555 
Line 555 
         # <strong>cd /usr</strong>          # <strong>cd /usr</strong>
         # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P ports</strong>          # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P ports</strong>
 </pre>  </pre>
 <p> (If you are following the patch branch for 4.6):  <p> (If you are following the patch branch for 4.7):
 <pre>  <pre>
         # <strong>cd /usr</strong>          # <strong>cd /usr</strong>
         # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_4_6 -P ports</strong>          # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_4_7 -P ports</strong>
 </pre>  </pre>
 <li> Anytime afterwards, to `update' this tree:  <li> Anytime afterwards, to `update' this tree:
 <p> (If you are following <i>current</i>):  <p> (If you are following <i>current</i>):
Line 566 
Line 566 
         # <strong>cd /usr/ports</strong>          # <strong>cd /usr/ports</strong>
         # <strong>cvs -q up -Pd</strong>          # <strong>cvs -q up -Pd</strong>
 </pre>  </pre>
 <p> (If you are following the patch branch for 4.6):  <p> (If you are following the patch branch for 4.7):
 <pre>  <pre>
         # <strong>cd /usr/ports</strong>          # <strong>cd /usr/ports</strong>
         # <strong>cvs -q up -rOPENBSD_4_6 -Pd</strong>          # <strong>cvs -q up -rOPENBSD_4_7 -Pd</strong>
 </pre>  </pre>
 </ul>  </ul>
   
Line 696 
Line 696 
 <p>  <p>
 which would mirror the cvs tree into /home/cvs with the sup data  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 currently  files ending up in /home/sup.  The full OpenBSD cvs tree is currently
 about 3.5GB in size, and will, of course continue to grow.  about 5GB in size, and will, of course continue to grow.
   
 <h3><a name="MIRROR"><font color="#0000e0">Setting up an anoncvs mirror  <h3><a name="MIRROR"><font color="#0000e0">Setting up an anoncvs mirror
 </font></a></h3>  </font></a></h3>
Line 706 
Line 706 
 the general public, please contact the anoncvs  the general public, please contact the anoncvs
 <a href="mailto:sup@openbsd.org">maintainer</a>.  <a href="mailto:sup@openbsd.org">maintainer</a>.
 Anoncvs mirrors currently require about 3.5GB of disk (and it will grow!),  Anoncvs mirrors currently require about 3.5GB of disk (and it will grow!),
 and use up to 32MB of swap  and use up to 32MB of swap and potentially hundreds of MB of temporary
   disk space
 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.316  
changed lines
  Added in v.1.317