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

Diff for /www/anoncvs.html between version 1.530 and 1.531

version 1.530, 2023/10/17 18:42:56 version 1.531, 2024/03/26 19:22:30
Line 39 
Line 39 
   
 <ul>  <ul>
   <li><b>src</b> - source code for the base system    <li><b>src</b> - source code for the base system
   <li><b>ports</b> - the <a href="faq/ports/">ports tree</a>    <li><b>ports</b> - the <a href="faq/ports">ports tree</a>
   <li><b>www</b> - web pages    <li><b>www</b> - web pages
   <li><b>xenocara</b> - xenocara    <li><b>xenocara</b> - xenocara
 </ul>  </ul>
Line 124 
Line 124 
   
 <p>  <p>
 The following commands assume that your user is member of the <code>wsrc</code>  The following commands assume that your user is member of the <code>wsrc</code>
 group:  group; replace <code>anoncvs.example.org</code> with a mirror from the
   <a href="#CVSROOT">list below</a>.
   
 <p>  <p>
 If you are following -current:  If you are following -current:
   
 <pre class="cmdbox">  <pre class="cmdbox">
 $ <b>cd /usr</b>  $ <b>cd /usr</b>
 $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -P src</b>  $ <b>cvs -qd anoncvs@anoncvs.example.org:/cvs checkout -P src</b>
 </pre>  </pre>
   
 <p>  <p>
Line 139 
Line 140 
   
 <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_4 -P src</b>  $ <b>cvs -qd anoncvs@anoncvs.example.org:/cvs checkout -rOPENBSD_7_4 -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 199 
Line 200 
   
 <pre class="cmdbox">  <pre class="cmdbox">
 $ <b>cd /usr/src</b>  $ <b>cd /usr/src</b>
 $ <b>cvs -d anoncvs@anoncvs.ca.openbsd.org:/cvs -q up -Pd</b>  $ <b>cvs -d anoncvs@anoncvs.example.org:/cvs -q up -Pd</b>
 </pre>  </pre>
   
 <h4>Getting the ports and xenocara Trees</h4>  <h4>Getting the ports and xenocara Trees</h4>
Line 217 
Line 218 
   
 <pre class="cmdbox">  <pre class="cmdbox">
 $ <b>cd /usr</b>  $ <b>cd /usr</b>
 $ <b>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -P ports</b>  $ <b>cvs -qd anoncvs@anoncvs.example.org:/cvs checkout -P ports</b>
 </pre>  </pre>
   
 <p>  <p>
Line 225 
Line 226 
   
 <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_4 -P ports</b>  $ <b>cvs -qd anoncvs@anoncvs.example.org:/cvs checkout -rOPENBSD_7_4 -P ports</b>
 </pre>  </pre>
   
 <li> Any time afterwards, to update this tree:  <li> Any time afterwards, to update this tree:
Line 263 
Line 264 
   
 <pre class="cmdbox">  <pre class="cmdbox">
 $ <b>cd /tmp</b>  $ <b>cd /tmp</b>
 $ <b>cvs -d anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -P src/sys/arch/sparc</b>  $ <b>cvs -d anoncvs@anoncvs.example.org:/cvs checkout -P src/sys/arch/sparc</b>
 [copies the files from the repository to your machine]  [copies the files from the repository to your machine]
 $ <b>cd src/sys/arch/sparc</b>  $ <b>cd src/sys/arch/sparc</b>
 $ <b>cvs log locore.s</b>  $ <b>cvs log locore.s</b>
Line 487 
Line 488 
 To use a different port, reconfigure your ssh client by adding a <code>Host</code>  To use a different port, reconfigure your ssh client by adding a <code>Host</code>
 entry to <code>$HOME/.ssh/config</code>, e.g.:  entry to <code>$HOME/.ssh/config</code>, e.g.:
 <pre class="cmdbox">  <pre class="cmdbox">
 Host anoncvs.ca.openbsd.org  Host anoncvs.example.org
     Port 2022      Port 2022
 </pre>  </pre>
   

Legend:
Removed from v.1.530  
changed lines
  Added in v.1.531