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

Diff for /www/anoncvs.html between version 1.478 and 1.479

version 1.478, 2017/10/23 10:14:17 version 1.479, 2018/01/06 12:28:15
Line 142 
Line 142 
 $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -rOPENBSD_6_2 -P src</b>  $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -rOPENBSD_6_2 -P src</b>
 </pre></blockquote>  </pre></blockquote>
 <!-- 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 171 
Line 172 
   
 <blockquote><pre>  <blockquote><pre>
 $ <b>cd /usr/src</b>  $ <b>cd /usr/src</b>
 $ <b>cvs -q up -Pd</b>  $ <b>cvs -q up -Pd -A</b>
 </pre></blockquote>  </pre></blockquote>
   
 If you are following the 6.2 <i>-stable</i> branch:  If you are following the 6.2 <i>-stable</i> branch:
   
 <blockquote><pre>  <blockquote><pre>
 $ <b>cd /usr/src</b>  $ <b>cd /usr/src</b>
 $ <b>cvs -q up -rOPENBSD_6_2 -Pd</b>  $ <b>cvs -q up -Pd -rOPENBSD_6_2</b>
 </pre></blockquote>  </pre></blockquote><!-- 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.
 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 218 
Line 219 
 <blockquote><pre>  <blockquote><pre>
 $ <b>cd /usr</b>  $ <b>cd /usr</b>
 $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -rOPENBSD_6_2 -P ports</b>  $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -rOPENBSD_6_2 -P ports</b>
 </pre></blockquote>  </pre></blockquote><!-- XXXrelease: bump -rOPENBSD_X_Y -->
   
 <li> Any time afterwards, to update this tree:  <li> Any time afterwards, to update this tree:
   
Line 227 
Line 228 
   
 <blockquote><pre>  <blockquote><pre>
 $ <b>cd /usr/ports</b>  $ <b>cd /usr/ports</b>
 $ <b>cvs -q up -Pd</b>  $ <b>cvs -q up -Pd -A</b>
 </pre></blockquote>  </pre></blockquote>
   
 If you are following the 6.2 <i>-stable</i> branch:  If you are following the 6.2 <i>-stable</i> branch:
   
 <blockquote><pre>  <blockquote><pre>
 $ <b>cd /usr/ports</b>  $ <b>cd /usr/ports</b>
 $ <b>cvs -q up -rOPENBSD_6_2 -Pd</b>  $ <b>cvs -q up -Pd -rOPENBSD_6_2</b>
 </pre></blockquote>  </pre></blockquote><!-- XXXrelease: bump -rOPENBSD_X_Y -->
   
 </ul>  </ul>
   

Legend:
Removed from v.1.478  
changed lines
  Added in v.1.479