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

Diff for /www/anoncvs.html between version 1.485 and 1.486

version 1.485, 2018/09/05 14:27:12 version 1.486, 2018/10/18 03:15:12
Line 135 
Line 135 
 $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -P src</b>  $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -P src</b>
 </pre>  </pre>
   
 If you are following the 6.3 -stable branch:  If you are following the 6.4 -stable branch:
   
 <pre class="cmdbox">  <pre class="cmdbox">
 $ <b>cd /usr</b>  $ <b>cd /usr</b>
 $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -rOPENBSD_6_3 -P src</b>  $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -rOPENBSD_6_4 -P src</b>
 </pre>  </pre>                              <!-- XXXrelease: bump -rOPENBSD_X_Y -->
 <!-- DO NOT EDIT ANONCVS.HTML MANUALLY - IT IS GENERATED FROM TEMPLATES! -->  <!-- DO NOT EDIT ANONCVS.HTML MANUALLY - IT IS GENERATED FROM TEMPLATES! -->
 <!-- XXXrelease: bump -rOPENBSD_X_Y -->  
   
 Anonymous CVS uses passwordless SSH as a transport.  Anonymous CVS uses passwordless SSH as a transport.
 If this is the first time you have connected to an anoncvs server,  If this is the first time you have connected to an anoncvs server,
Line 175 
Line 174 
 $ <b>cvs -q up -Pd -A</b>  $ <b>cvs -q up -Pd -A</b>
 </pre>  </pre>
   
 If you are following the 6.3 -stable branch:  If you are following the 6.4 -stable branch:
   
 <pre class="cmdbox">  <pre class="cmdbox">
 $ <b>cd /usr/src</b>  $ <b>cd /usr/src</b>
 $ <b>cvs -q up -Pd -rOPENBSD_6_3</b>  $ <b>cvs -q up -Pd -rOPENBSD_6_4</b>
 </pre><!-- XXXrelease: bump -rOPENBSD_X_Y -->  </pre><!-- XXXrelease: bump -rOPENBSD_X_Y -->
   
 Every time you run this, cvs(1) synchronizes your <tt>/usr/src</tt> tree.  Every time you run this, cvs(1) synchronizes your <tt>/usr/src</tt> tree.
Line 214 
Line 213 
 $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -P ports</b>  $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -P ports</b>
 </pre>  </pre>
   
 If you are following the 6.3 -stable branch:  If you are following the 6.4 -stable branch:
   
 <pre class="cmdbox">  <pre class="cmdbox">
 $ <b>cd /usr</b>  $ <b>cd /usr</b>
 $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -rOPENBSD_6_3 -P ports</b>  $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -rOPENBSD_6_4 -P ports</b>
 </pre><!-- XXXrelease: bump -rOPENBSD_X_Y -->  </pre>                              <!-- XXXrelease: bump -rOPENBSD_X_Y -->
   
 <li> Any time afterwards, to update this tree:  <li> Any time afterwards, to update this tree:
   
Line 231 
Line 230 
 $ <b>cvs -q up -Pd -A</b>  $ <b>cvs -q up -Pd -A</b>
 </pre>  </pre>
   
 If you are following the 6.3 -stable branch:  If you are following the 6.4 -stable branch:
   
 <pre class="cmdbox">  <pre class="cmdbox">
 $ <b>cd /usr/ports</b>  $ <b>cd /usr/ports</b>
 $ <b>cvs -q up -Pd -rOPENBSD_6_3</b>  $ <b>cvs -q up -Pd -rOPENBSD_6_4</b>
 </pre><!-- XXXrelease: bump -rOPENBSD_X_Y -->  </pre><!-- XXXrelease: bump -rOPENBSD_X_Y -->
   
 </ul>  </ul>

Legend:
Removed from v.1.485  
changed lines
  Added in v.1.486