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

Diff for /www/anoncvs.html between version 1.233 and 1.234

version 1.233, 2005/06/06 17:37:23 version 1.234, 2005/06/09 03:39:17
Line 199 
Line 199 
 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_3_6 src</b>          # <b>cd /usr; cvs checkout -P -rOPENBSD_3_7 src</b>
 </pre>  </pre>
 <p>  <p>
 Or OPENBSD_3_5 for 3.5, etc.  Or OPENBSD_3_6 for 3.6, etc.
   
 <p> The OPENBSD_3_6 tag contains the release sources and  <p> The OPENBSD_3_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 502 
Line 502 
         # <strong>cvs -q get -P src</strong>          # <strong>cvs -q get -P src</strong>
 </pre>  </pre>
   
 <p> (If you are following the patch branch for 3.6):  <p> (If you are following the patch branch for 3.7):
 <pre>  <pre>
         # <strong>setenv CVSROOT anoncvs@anoncvs.ca.openbsd.org:/cvs</strong>          # <strong>setenv CVSROOT anoncvs@anoncvs.ca.openbsd.org:/cvs</strong>
         # <strong>cd /usr</strong>          # <strong>cd /usr</strong>
         # <strong>cvs -q get -rOPENBSD_3_6 -P src</strong>          # <strong>cvs -q get -rOPENBSD_3_7 -P src</strong>
 </pre>  </pre>
   
 <li> Anytime afterwards, to `update' this tree:  <li> Anytime afterwards, to `update' this tree:
Line 516 
Line 516 
         # <strong>cvs -q up -Pd</strong>          # <strong>cvs -q up -Pd</strong>
 </pre>  </pre>
   
 <p> (If you are following the patch branch for 3.6):  <p> (If you are following the patch branch for 3.7):
 <pre>  <pre>
         # <strong>cd /usr/src</strong>          # <strong>cd /usr/src</strong>
         # <strong>cvs -q up -rOPENBSD_3_6 -Pd</strong>          # <strong>cvs -q up -rOPENBSD_3_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 546 
Line 546 
         # <strong>cd /usr</strong>          # <strong>cd /usr</strong>
         # <strong>cvs -q get -P ports</strong>          # <strong>cvs -q get -P ports</strong>
 </pre>  </pre>
 <p> (If you are following the patch branch for 3.6):  <p> (If you are following the patch branch for 3.7):
 <pre>  <pre>
         # <strong>setenv CVSROOT anoncvs@anoncvs.ca.openbsd.org:/cvs</strong>          # <strong>setenv CVSROOT anoncvs@anoncvs.ca.openbsd.org:/cvs</strong>
         # <strong>cd /usr</strong>          # <strong>cd /usr</strong>
         # <strong>cvs -q get -rOPENBSD_3_6 -P ports</strong>          # <strong>cvs -q get -rOPENBSD_3_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 558 
Line 558 
         # <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 3.6):  <p> (If you are following the patch branch for 3.7):
 <pre>  <pre>
         # <strong>cd /usr/ports</strong>          # <strong>cd /usr/ports</strong>
         # <strong>cvs -q up -rOPENBSD_3_6 -Pd</strong>          # <strong>cvs -q up -rOPENBSD_3_7 -Pd</strong>
 </pre>  </pre>
 </ul>  </ul>
   

Legend:
Removed from v.1.233  
changed lines
  Added in v.1.234