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

Diff for /www/anoncvs.html between version 1.403 and 1.404

version 1.403, 2014/05/01 09:54:49 version 1.404, 2014/05/01 15:21:24
Line 226 
Line 226 
         # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P src</strong>          # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P src</strong>
 </pre>  </pre>
   
 <p> (If you are following the patch branch for 5.4):  <p> (If you are following the patch branch for 5.5):
 <pre>  <pre>
         # <strong>cd /usr</strong>          # <strong>cd /usr</strong>
         # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_5_4 -P src</strong>          # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_5_5 -P src</strong>
 </pre>  </pre>
 <!-- DO NOT EDIT ANONCVS.HTML MANUALLY - IT IS GENERATED FROM TEMPLATES! -->  <!-- DO NOT EDIT ANONCVS.HTML MANUALLY - IT IS GENERATED FROM TEMPLATES! -->
   
Line 263 
Line 263 
         # <strong>cvs -q up -Pd</strong>          # <strong>cvs -q up -Pd</strong>
 </pre>  </pre>
   
 <p> (If you are following the patch branch for 5.4):  <p> (If you are following the patch branch for 5.5):
 <pre>  <pre>
         # <strong>cd /usr/src</strong>          # <strong>cd /usr/src</strong>
         # <strong>cvs -q up -rOPENBSD_5_4 -Pd</strong>          # <strong>cvs -q up -rOPENBSD_5_5 -Pd</strong>
 </pre>  </pre>
   
 Every time you ran this it would synchronize your /usr/src tree.  Every time you ran this it would synchronize your /usr/src tree.
Line 293 
Line 293 
         # <strong>cd /usr</strong>          # <strong>cd /usr</strong>
         # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P ports</strong>          # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P ports</strong>
 </pre>  </pre>
 <p> (If you are following the patch branch for 5.4):  <p> (If you are following the patch branch for 5.5):
 <pre>  <pre>
         # <strong>cd /usr</strong>          # <strong>cd /usr</strong>
         # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_5_4 -P ports</strong>          # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_5_5 -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 304 
Line 304 
         # <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 5.4):  <p> (If you are following the patch branch for 5.5):
 <pre>  <pre>
         # <strong>cd /usr/ports</strong>          # <strong>cd /usr/ports</strong>
         # <strong>cvs -q up -rOPENBSD_5_4 -Pd</strong>          # <strong>cvs -q up -rOPENBSD_5_5 -Pd</strong>
 </pre>  </pre>
 </ul>  </ul>
   

Legend:
Removed from v.1.403  
changed lines
  Added in v.1.404