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

Diff for /www/anoncvs.html between version 1.471 and 1.472

version 1.471, 2017/03/24 18:34:39 version 1.472, 2017/04/11 03:29:08
Line 135 
Line 135 
 $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P src</b>  $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P src</b>
 </pre></blockquote>  </pre></blockquote>
   
 If you are following the 6.0 <i>-stable</i> branch:  If you are following the 6.1 <i>-stable</i> branch:
   
 <blockquote><pre>  <blockquote><pre>
 $ <b>cd /usr</b>  $ <b>cd /usr</b>
 $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_6_0 -P src</b>  $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_6_1 -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! -->
   
Line 174 
Line 174 
 $ <b>cvs -q up -Pd</b>  $ <b>cvs -q up -Pd</b>
 </pre></blockquote>  </pre></blockquote>
   
 If you are following the 6.0 <i>-stable</i> branch:  If you are following the 6.1 <i>-stable</i> branch:
   
 <blockquote><pre>  <blockquote><pre>
 $ <b>cd /usr/src</b>  $ <b>cd /usr/src</b>
 $ <b>cvs -q up -rOPENBSD_6_0 -Pd</b>  $ <b>cvs -q up -rOPENBSD_6_1 -Pd</b>
 </pre></blockquote>  </pre></blockquote>
   
 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 213 
Line 213 
 $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P ports</b>  $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P ports</b>
 </pre></blockquote>  </pre></blockquote>
   
 If you are following the 6.0 <i>-stable</i> branch:  If you are following the 6.1 <i>-stable</i> branch:
   
 <blockquote><pre>  <blockquote><pre>
 $ <b>cd /usr</b>  $ <b>cd /usr</b>
 $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_6_0 -P ports</b>  $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_6_1 -P ports</b>
 </pre></blockquote>  </pre></blockquote>
   
 <li> Any time afterwards, to update this tree:  <li> Any time afterwards, to update this tree:
Line 230 
Line 230 
 $ <b>cvs -q up -Pd</b>  $ <b>cvs -q up -Pd</b>
 </pre></blockquote>  </pre></blockquote>
   
 If you are following the 6.0 <i>-stable</i> branch:  If you are following the 6.1 <i>-stable</i> branch:
   
 <blockquote><pre>  <blockquote><pre>
 $ <b>cd /usr/ports</b>  $ <b>cd /usr/ports</b>
 $ <b>cvs -q up -rOPENBSD_6_0 -Pd</b>  $ <b>cvs -q up -rOPENBSD_6_1 -Pd</b>
 </pre></blockquote>  </pre></blockquote>
   
 </ul>  </ul>

Legend:
Removed from v.1.471  
changed lines
  Added in v.1.472