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

Diff for /www/anoncvs.html between version 1.523 and 1.524

version 1.523, 2023/03/31 16:51:40 version 1.524, 2023/04/10 02:55:08
Line 68 
Line 68 
 save time and bandwidth by pre-loading your tree with the source tarballs.  save time and bandwidth by pre-loading your tree with the source tarballs.
 This is particularly true if you are running  This is particularly true if you are running
 <a href="stable.html">-stable</a>, as relatively few files change  <a href="stable.html">-stable</a>, as relatively few files change
 between the -release and -stable.  between the release and -stable.
   
 <p>  <p>
 The source files for download from the <a href="ftp.html">mirrors</a> are  The source files for download from the <a href="ftp.html">mirrors</a> are
Line 135 
Line 135 
 </pre>  </pre>
   
 <p>  <p>
 If you are following the 7.2 -stable branch:  If you are following the 7.3 -stable branch:
   
 <pre class="cmdbox">  <pre class="cmdbox">
 $ <b>cd /usr</b>  $ <b>cd /usr</b>
 $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -rOPENBSD_7_2 -P src</b>  $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -rOPENBSD_7_3 -P src</b>
 </pre>  </pre>
 <!-- DO NOT EDIT ANONCVS.HTML MANUALLY - IT IS GENERATED FROM TEMPLATES! -->  <!-- DO NOT EDIT ANONCVS.HTML MANUALLY - IT IS GENERATED FROM TEMPLATES! -->
   
Line 178 
Line 178 
 </pre>  </pre>
   
 <p>  <p>
 If you are following the 7.2 -stable branch:  If you are following the 7.3 -stable branch:
   
 <pre class="cmdbox">  <pre class="cmdbox">
 $ <b>cd /usr/src</b>  $ <b>cd /usr/src</b>
 $ <b>cvs -q up -Pd -rOPENBSD_7_2</b>  $ <b>cvs -q up -Pd -rOPENBSD_7_3</b>
 </pre>  </pre>
   
 <p>  <p>
Line 221 
Line 221 
 </pre>  </pre>
   
 <p>  <p>
 If you are following the 7.2 -stable branch:  If you are following the 7.3 -stable branch:
   
 <pre class="cmdbox">  <pre class="cmdbox">
 $ <b>cd /usr</b>  $ <b>cd /usr</b>
 $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -rOPENBSD_7_2 -P ports</b>  $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -rOPENBSD_7_3 -P ports</b>
 </pre>  </pre>
   
 <li> Any time afterwards, to update this tree:  <li> Any time afterwards, to update this tree:
Line 239 
Line 239 
 </pre>  </pre>
   
 <p>  <p>
 If you are following the 7.2 -stable branch:  If you are following the 7.3 -stable branch:
   
 <pre class="cmdbox">  <pre class="cmdbox">
 $ <b>cd /usr/ports</b>  $ <b>cd /usr/ports</b>
 $ <b>cvs -q up -Pd -rOPENBSD_7_2</b>  $ <b>cvs -q up -Pd -rOPENBSD_7_3</b>
 </pre>  </pre>
   
 </ul>  </ul>

Legend:
Removed from v.1.523  
changed lines
  Added in v.1.524