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

Diff for /www/anoncvs.html between version 1.149 and 1.150

version 1.149, 2001/05/22 22:36:53 version 1.150, 2001/06/20 19:26:09
Line 192 
Line 192 
 </p>  </p>
   
 <pre>  <pre>
         # <b>cd /usr; cvs checkout -P -rOPENBSD_2_8 src</b>          # <b>cd /usr; cvs checkout -P -rOPENBSD_2_9 src</b>
 </pre>  </pre>
 <p>  <p>
 Or OPENBSD_2_7 for 2.7, etc.  Or OPENBSD_2_8 for 2.8, etc.
   
 <p> Currently only the OPENBSD_2_8 tag contains the release sources and  <p> Currently only the OPENBSD_2_9 tag contains the release sources and
 errata already applied.  errata already applied.
   
 <h3><a name="CVSROOT"><font color="#0000e0">Available Anonymous CVS Servers</font></a></h3>  <h3><a name="CVSROOT"><font color="#0000e0">Available Anonymous CVS Servers</font></a></h3>
Line 511 
Line 511 
         # <strong>cvs -q get -PA src</strong>          # <strong>cvs -q get -PA src</strong>
 </pre>  </pre>
   
 <p> (If you are following the patch branch for 2.8):  <p> (If you are following the patch branch for 2.9):
 <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_2_8 -P src</strong>          # <strong>cvs -q get -rOPENBSD_2_9 -P src</strong>
 </pre>  </pre>
 </li>  </li>
   
Line 526 
Line 526 
         # <strong>cvs -q up -PAd</strong>          # <strong>cvs -q up -PAd</strong>
 </pre>  </pre>
   
 <p> (If you are following the patch branch for 2.8):  <p> (If you are following the patch branch for 2.9):
 <pre>  <pre>
         # <strong>cd /usr/src</strong>          # <strong>cd /usr/src</strong>
         # <strong>cvs -q up -rOPENBSD_2_8 -Pd</strong>          # <strong>cvs -q up -rOPENBSD_2_9 -Pd</strong>
 </pre>  </pre>
   
 Everytime you ran this it would synchronize your /usr/src tree. It would  Everytime you ran this it would synchronize your /usr/src tree. It would

Legend:
Removed from v.1.149  
changed lines
  Added in v.1.150