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

Diff for /www/anoncvs.html between version 1.480 and 1.481

version 1.480, 2018/03/05 01:46:04 version 1.481, 2018/04/02 02:48:19
Line 7 
Line 7 
 <title>OpenBSD Anonymous CVS</title>  <title>OpenBSD Anonymous CVS</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <meta name="description" content="How to get OpenBSD updates via Internet using Anonymous CVS">  <meta name="description" content="How to get OpenBSD updates via Internet using Anonymous CVS">
 <meta name="copyright" content="This document copyright 1996-2017 by OpenBSD.">  <meta name="copyright" content="This document copyright 1996-2018 by OpenBSD.">
 <meta name="viewport" content="width=device-width, initial-scale=1">  <meta name="viewport" content="width=device-width, initial-scale=1">
 <link rel="stylesheet" type="text/css" href="openbsd.css">  <link rel="stylesheet" type="text/css" href="openbsd.css">
 <link rel="canonical" href="https://www.openbsd.org/anoncvs.html">  <link rel="canonical" href="https://www.openbsd.org/anoncvs.html">
Line 135 
Line 135 
 $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -P src</b>  $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -P src</b>
 </pre></blockquote>  </pre></blockquote>
   
 If you are following the 6.2 -stable branch:  If you are following the 6.3 -stable branch:
   
 <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 src</b>  $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -rOPENBSD_6_3 -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 -->  <!-- XXXrelease: bump -rOPENBSD_X_Y -->
Line 175 
Line 175 
 $ <b>cvs -q up -Pd -A</b>  $ <b>cvs -q up -Pd -A</b>
 </pre></blockquote>  </pre></blockquote>
   
 If you are following the 6.2 -stable branch:  If you are following the 6.3 -stable branch:
   
 <blockquote><pre>  <blockquote><pre>
 $ <b>cd /usr/src</b>  $ <b>cd /usr/src</b>
 $ <b>cvs -q up -Pd -rOPENBSD_6_2</b>  $ <b>cvs -q up -Pd -rOPENBSD_6_3</b>
 </pre></blockquote><!-- XXXrelease: bump -rOPENBSD_X_Y -->  </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.
Line 214 
Line 214 
 $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -P ports</b>  $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -P ports</b>
 </pre></blockquote>  </pre></blockquote>
   
 If you are following the 6.2 -stable branch:  If you are following the 6.3 -stable branch:
   
 <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_3 -P ports</b>
 </pre></blockquote><!-- XXXrelease: bump -rOPENBSD_X_Y -->  </pre></blockquote><!-- XXXrelease: bump -rOPENBSD_X_Y -->
   
 <li> Any time afterwards, to update this tree:  <li> Any time afterwards, to update this tree:
Line 231 
Line 231 
 $ <b>cvs -q up -Pd -A</b>  $ <b>cvs -q up -Pd -A</b>
 </pre></blockquote>  </pre></blockquote>
   
 If you are following the 6.2 -stable branch:  If you are following the 6.3 -stable branch:
   
 <blockquote><pre>  <blockquote><pre>
 $ <b>cd /usr/ports</b>  $ <b>cd /usr/ports</b>
 $ <b>cvs -q up -Pd -rOPENBSD_6_2</b>  $ <b>cvs -q up -Pd -rOPENBSD_6_3</b>
 </pre></blockquote><!-- XXXrelease: bump -rOPENBSD_X_Y -->  </pre></blockquote><!-- XXXrelease: bump -rOPENBSD_X_Y -->
   
 </ul>  </ul>

Legend:
Removed from v.1.480  
changed lines
  Added in v.1.481