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

Diff for /www/anoncvs.html between version 1.466 and 1.467

version 1.466, 2016/09/21 03:49:19 version 1.467, 2016/09/21 11:24:45
Line 176 
Line 176 
 $ <b>cvs -q up -rOPENBSD_6_0 -Pd</b>  $ <b>cvs -q up -rOPENBSD_6_0 -Pd</b>
 </pre></blockquote>  </pre></blockquote>
   
 Every time you ran this, it would synchronize your <tt>/usr/src</tt> tree.  Every time you run this, cvs(1) synchronizes your <tt>/usr/src</tt> tree.
 It would not destroy any of your local changes; rather it would attempt  It does not destroy any of your local changes; rather it attempts to merge
 to merge changes in.  changes in.
   
 <h4>Changing the server</h4>  <h4>Changing the server</h4>
   
Line 218 
Line 218 
 <li> Any time afterwards, to update this tree:  <li> Any time afterwards, to update this tree:
   
 <p>  <p>
 If you are following <i>current</i>:  If you are following <i>-current</i>:
   
 <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</b>
 </pre></blockquote>  </pre></blockquote>
   
 If you are following the patch branch for 6.0:  If you are following the 6.0 <i>-stable</i> branch:
   
 <blockquote><pre>  <blockquote><pre>
 $ <b>cd /usr/ports</b>  $ <b>cd /usr/ports</b>
Line 233 
Line 233 
 </pre></blockquote>  </pre></blockquote>
   
 </ul>  </ul>
   
 In the above example, <tt>-q</tt> is optional, only intended to minimize  
 cvs' output.  
 For those who like to see screenfulls of output, it can be omitted.  
   
 <h4>Creating a diff</h4>  <h4>Creating a diff</h4>
   

Legend:
Removed from v.1.466  
changed lines
  Added in v.1.467