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

Diff for /www/anoncvs.html between version 1.178 and 1.179

version 1.178, 2002/10/23 18:44:12 version 1.179, 2002/11/04 17:29:30
Line 212 
Line 212 
 </p>  </p>
   
 <pre>  <pre>
         # <b>cd /usr; cvs checkout -P -rOPENBSD_2_9 src</b>          # <b>cd /usr; cvs checkout -P -rOPENBSD_3_2 src</b>
 </pre>  </pre>
 <p>  <p>
 Or OPENBSD_2_8 for 2.8, etc.  Or OPENBSD_3_1 for 3.1, etc.
   
 <p> Currently only the OPENBSD_2_9 tag contains the release sources and  <p> The OPENBSD_3_2 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 555 
Line 555 
         # <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 2.9):  <p> (If you are following the patch branch for 3.2):
 <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_9 -P src</strong>          # <strong>cvs -q get -rOPENBSD_3_2 -P src</strong>
 </pre>  </pre>
 </li>  </li>
   
Line 570 
Line 570 
         # <strong>cvs -q up -Pd</strong>          # <strong>cvs -q up -Pd</strong>
 </pre>  </pre>
   
 <p> (If you are following the patch branch for 2.9):  <p> (If you are following the patch branch for 3.2):
 <pre>  <pre>
         # <strong>cd /usr/src</strong>          # <strong>cd /usr/src</strong>
         # <strong>cvs -q up -rOPENBSD_2_9 -Pd</strong>          # <strong>cvs -q up -rOPENBSD_3_2 -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 605 
Line 605 
         # <strong>cvs -q get -P ports</strong>          # <strong>cvs -q get -P ports</strong>
 </pre>  </pre>
 </li>  </li>
 <p> (If you are following the patch branch for 2.9):  <p> (If you are following the patch branch for 3.2):
 <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_9 -P ports</strong>          # <strong>cvs -q get -rOPENBSD_3_2 -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 617 
Line 617 
         # <strong>cd /usr</strong>          # <strong>cd /usr</strong>
         # <strong>cvs -q up -Pd ports</strong>          # <strong>cvs -q up -Pd ports</strong>
 </pre>  </pre>
 <p> (If you are following the patch branch for 2.9):  <p> (If you are following the patch branch for 3.2):
 <pre>  <pre>
         # <strong>cd /usr</strong>          # <strong>cd /usr</strong>
         # <strong>cvs -q up -rOPENBSD_2_9 ports</strong>          # <strong>cvs -q up -rOPENBSD_3_2 ports</strong>
 </pre>  </pre>
 </li>  </li>
 </ul>  </ul>

Legend:
Removed from v.1.178  
changed lines
  Added in v.1.179