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

Diff for /www/anoncvs.html between version 1.367 and 1.368

version 1.367, 2012/05/01 07:54:50 version 1.368, 2012/05/01 14:39:06
Line 207 
Line 207 
 <!-- DO NOT EDIT ANONCVS.HTML MANUALLY - IT IS GENERATED FROM TEMPLATES!  <!-- DO NOT EDIT ANONCVS.HTML MANUALLY - IT IS GENERATED FROM TEMPLATES!
      See comments in www/build/mirrors.dat for details -->       See comments in www/build/mirrors.dat for details -->
 <pre>  <pre>
         # <b>cd /usr; cvs checkout -P -rOPENBSD_5_0 src</b>          # <b>cd /usr; cvs checkout -P -rOPENBSD_5_1 src</b>
 </pre>  </pre>
 <p>  <p>
 Or OPENBSD_4_9 for 4.9, etc.  Or OPENBSD_5_0 for 5.0, etc.
   
 <p> The OPENBSD_5_0 tag contains the release sources and  <p> The OPENBSD_5_1 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 500 
Line 500 
         # <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 5.0):  <p> (If you are following the patch branch for 5.1):
 <pre>  <pre>
         # <strong>cd /usr</strong>          # <strong>cd /usr</strong>
         # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_5_0 -P src</strong>          # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_5_1 -P src</strong>
 </pre>  </pre>
   
 <li> Anytime afterwards, to `update' this tree:  <li> Anytime afterwards, to `update' this tree:
Line 513 
Line 513 
         # <strong>cvs -q up -Pd</strong>          # <strong>cvs -q up -Pd</strong>
 </pre>  </pre>
   
 <p> (If you are following the patch branch for 5.0):  <p> (If you are following the patch branch for 5.1):
 <pre>  <pre>
         # <strong>cd /usr/src</strong>          # <strong>cd /usr/src</strong>
         # <strong>cvs -q up -rOPENBSD_5_0 -Pd</strong>          # <strong>cvs -q up -rOPENBSD_5_1 -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 543 
Line 543 
         # <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 5.0):  <p> (If you are following the patch branch for 5.1):
 <pre>  <pre>
         # <strong>cd /usr</strong>          # <strong>cd /usr</strong>
         # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_5_0 -P ports</strong>          # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_5_1 -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 554 
Line 554 
         # <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 5.0):  <p> (If you are following the patch branch for 5.1):
 <pre>  <pre>
         # <strong>cd /usr/ports</strong>          # <strong>cd /usr/ports</strong>
         # <strong>cvs -q up -rOPENBSD_5_0 -Pd</strong>          # <strong>cvs -q up -rOPENBSD_5_1 -Pd</strong>
 </pre>  </pre>
 </ul>  </ul>
   

Legend:
Removed from v.1.367  
changed lines
  Added in v.1.368