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

Diff for /www/anoncvs.html between version 1.156 and 1.157

version 1.156, 2001/08/21 23:10:04 version 1.157, 2001/08/23 07:12:50
Line 157 
Line 157 
 decide whether you want to track <i>current</i> or a patch branch.  decide whether you want to track <i>current</i> or a patch branch.
 The current tree has all of the up to the minute changes,  The current tree has all of the up to the minute changes,
 whereas a patch branch contains a formal release plus the patches  whereas a patch branch contains a formal release plus the patches
 from the <a href="errata.html">errata</a> already applied.  from the <a href="errata.html">errata</a> already applied. For a definition
   of <i>current</i>, see the <a href="faq/upgrade-minifaq.html#1.1">Upgrade
   Mini-FAQ</a>.
   
 <p>Once you have decided which tree to follow, you much choose which Anonymous  <p>Once you have decided which tree to follow, you much choose which Anonymous
 CVS server you are going to use.  A list of these servers is  CVS server you are going to use.  A list of these servers is
Line 601 
Line 603 
 <p>  <p>
 To <a name="ports">use</a> <a href="ports.html">ports</a>, it is similar to src:  To <a name="ports">use</a> <a href="ports.html">ports</a>, it is similar to src:
 <ul><li>  <ul><li>
   <p> (If you are following <i>current</i>):
 <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 -PA ports</strong>          # <strong>cvs -q get -PA ports</strong>
 </pre>  </pre>
 </li>  </li>
   <p> (If you are following the patch branch for 2.9):
   <pre>
           # <strong>setenv CVSROOT anoncvs@anoncvs.ca.openbsd.org:/cvs</strong>
           # <strong>cd /usr</strong>
           # <strong>cvs -q get -rOPENBSD_2_9 -P ports</strong>
   </pre>
   <p> (If you want to use the ports tree as it was before the
                   <a href="ports.html#Life">switch to -current</a>):
   <pre>
           # <strong>setenv CVSROOT anoncvs@anoncvs.ca.openbsd.org:/cvs</strong>
           # <strong>cd /usr</strong>
           # <strong>cvs -q get -rOPENBSD_2_9_TRACKING_SWITCH -P ports</strong>
   </pre>
 <li> Anytime afterwards, to `update' this tree:  <li> Anytime afterwards, to `update' this tree:
   <p> (If you are following <i>current</i>):
 <pre>  <pre>
         # <strong>cd /usr</strong>          # <strong>cd /usr</strong>
         # <strong>cvs -q up -PAd ports</strong>          # <strong>cvs -q up -PAd ports</strong>
   </pre>
   <p> (If you are following the patch branch for 2.9):
   <pre>
           # <strong>cd /usr</strong>
           # <strong>cvs -q up -rOPENBSD_2_9 ports</strong>
   </pre>
   <p> (If you want to use the ports tree as it was before the
                   <a href="ports.html#Life">switch to -current</a>):
   <pre>
           # <strong>setenv CVSROOT anoncvs@anoncvs.ca.openbsd.org:/cvs</strong>
           # <strong>cd /usr</strong>
           # <strong>cvs -q up -rOPENBSD_2_9_TRACKING_SWITCH -P ports</strong>
 </pre>  </pre>
 </li>  </li>
 </ul>  </ul>

Legend:
Removed from v.1.156  
changed lines
  Added in v.1.157