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

Diff for /www/anoncvs.html between version 1.474 and 1.475

version 1.474, 2017/09/27 09:18:30 version 1.475, 2017/10/09 02:30:54
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.1 <i>-stable</i> branch:  If you are following the 6.2 <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_1 -P src</b>  $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -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! -->
   
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.1 <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_1 -Pd</b>  $ <b>cvs -q up -rOPENBSD_6_2 -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.1 <i>-stable</i> branch:  If you are following the 6.2 <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_1 -P ports</b>  $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_6_2 -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.1 <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_1 -Pd</b>  $ <b>cvs -q up -rOPENBSD_6_2 -Pd</b>
 </pre></blockquote>  </pre></blockquote>
   
 </ul>  </ul>

Legend:
Removed from v.1.474  
changed lines
  Added in v.1.475