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

Diff for /www/anoncvs.html between version 1.488 and 1.489

version 1.488, 2018/11/13 16:36:48 version 1.489, 2019/02/26 23:53:55
Line 141 
Line 141 
 <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_4 -P src</b>  $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -rOPENBSD_6_4 -P src</b>
 </pre>                              <!-- XXXrelease: bump -rOPENBSD_X_Y -->  </pre>
 <!-- DO NOT EDIT ANONCVS.HTML MANUALLY - IT IS GENERATED FROM TEMPLATES! -->  <!-- DO NOT EDIT ANONCVS.HTML MANUALLY - IT IS GENERATED FROM TEMPLATES! -->
   
 Anonymous CVS uses passwordless SSH as a transport.  Anonymous CVS uses passwordless SSH as a transport.
Line 180 
Line 180 
 <pre class="cmdbox">  <pre class="cmdbox">
 $ <b>cd /usr/src</b>  $ <b>cd /usr/src</b>
 $ <b>cvs -q up -Pd -rOPENBSD_6_4</b>  $ <b>cvs -q up -Pd -rOPENBSD_6_4</b>
 </pre><!-- XXXrelease: bump -rOPENBSD_X_Y -->  </pre>
   
 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.
 It does not destroy any of your local changes; rather it attempts to merge  It does not destroy any of your local changes; rather it attempts to merge
Line 219 
Line 219 
 <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_4 -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>
   
 <li> Any time afterwards, to update this tree:  <li> Any time afterwards, to update this tree:
   
Line 236 
Line 236 
 <pre class="cmdbox">  <pre class="cmdbox">
 $ <b>cd /usr/ports</b>  $ <b>cd /usr/ports</b>
 $ <b>cvs -q up -Pd -rOPENBSD_6_4</b>  $ <b>cvs -q up -Pd -rOPENBSD_6_4</b>
 </pre><!-- XXXrelease: bump -rOPENBSD_X_Y -->  </pre>
   
 </ul>  </ul>
   

Legend:
Removed from v.1.488  
changed lines
  Added in v.1.489