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

Diff for /www/anoncvs.html between version 1.128 and 1.129

version 1.128, 2000/11/21 16:16:34 version 1.129, 2000/12/05 17:39:56
Line 193 
Line 193 
   
 <p>  <p>
 <ul><pre>  <ul><pre>
 # <b>cd /usr; cvs checkout -P -rOPENBSD_2_7 src</b>  # <b>cd /usr; cvs checkout -P -rOPENBSD_2_8 src</b>
 </pre></ul>  </pre></ul>
 Or OPENBSD_2_6 for 2.6, etc.  Or OPENBSD_2_7 for 2.7, etc.
 </p>  </p>
   
 <p> Currently only the OPENBSD_2_7 tag contains the release sources and  <p> Currently only the OPENBSD_2_8 tag contains the release sources and
 errata already applied.  errata already applied.
   
 <a name="CVSROOT"></a>  <a name="CVSROOT"></a>
Line 508 
Line 508 
 # <strong>cvs -q get -PA src</strong>  # <strong>cvs -q get -PA src</strong>
 </pre></ul>  </pre></ul>
   
 <p> (If you are following the patch branch for 2.7):  <p> (If you are following the patch branch for 2.8):
 <ul><pre>  <ul><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_7 -P src</strong>  # <strong>cvs -q get -rOPENBSD_2_8 -P src</strong>
 </pre></ul>  </pre></ul>
 </li>  </li>
   
Line 523 
Line 523 
 # <strong>cvs -q up -PAd</strong>  # <strong>cvs -q up -PAd</strong>
 </pre></ul>  </pre></ul>
   
 <p> (If you are following the patch branch for 2.7):  <p> (If you are following the patch branch for 2.8):
 <ul><pre>  <ul><pre>
 # <strong>cd /usr/src</strong>  # <strong>cd /usr/src</strong>
 # <strong>cvs -q up -rOPENBSD_2_7 -Pd</strong>  # <strong>cvs -q up -rOPENBSD_2_8 -Pd</strong>
 </pre></ul>  </pre></ul>
   
 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.128  
changed lines
  Added in v.1.129