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

Diff for /www/anoncvs.html between version 1.246 and 1.247

version 1.246, 2006/04/26 07:18:27 version 1.247, 2006/05/01 08:52:01
Line 10 
Line 10 
 <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="keywords" content="openbsd,anoncvs,updates">  <meta name="keywords" content="openbsd,anoncvs,updates">
 <meta name="distribution" content="global">  <meta name="distribution" content="global">
 <meta name="copyright" content="This document copyright 1996-2005 by OpenBSD.">  <meta name="copyright" content="This document copyright 1996-2006 by OpenBSD.">
 </head>  </head>
   
 <body bgcolor="#ffffff" text="#000000">  <body bgcolor="#ffffff" text="#000000">
Line 201 
Line 201 
 specify a tag along with your command. Example:  specify a tag along with your command. Example:
   
 <pre>  <pre>
         # <b>cd /usr; cvs checkout -P -rOPENBSD_3_8 src</b>          # <b>cd /usr; cvs checkout -P -rOPENBSD_3_9 src</b>
 </pre>  </pre>
 <p>  <p>
 Or OPENBSD_3_7 for 3.7, etc.  Or OPENBSD_3_8 for 3.8, etc.
   
 <p> The OPENBSD_3_8 tag contains the release sources and  <p> The OPENBSD_3_9 tag contains the release sources and
 errata already applied.  errata already applied.
   
 <h3><a name="CVSROOT"><font color="#0000e0">Available Anonymous CVS Servers  <h3><a name="CVSROOT"><font color="#0000e0">Available Anonymous CVS Servers
Line 502 
Line 502 
         # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P src</strong>          # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P src</strong>
 </pre>  </pre>
   
 <p> (If you are following the patch branch for 3.8):  <p> (If you are following the patch branch for 3.9):
 <pre>  <pre>
         # <strong>cd /usr</strong>          # <strong>cd /usr</strong>
         # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_3_8 -P src</strong>          # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_3_9 -P src</strong>
 </pre>  </pre>
   
 <li> Anytime afterwards, to `update' this tree:  <li> Anytime afterwards, to `update' this tree:
Line 515 
Line 515 
         # <strong>cvs -q up -Pd</strong>          # <strong>cvs -q up -Pd</strong>
 </pre>  </pre>
   
 <p> (If you are following the patch branch for 3.8):  <p> (If you are following the patch branch for 3.9):
 <pre>  <pre>
         # <strong>cd /usr/src</strong>          # <strong>cd /usr/src</strong>
         # <strong>cvs -q up -rOPENBSD_3_8 -Pd</strong>          # <strong>cvs -q up -rOPENBSD_3_9 -Pd</strong>
 </pre>  </pre>
   
 Every time you ran this it would synchronize your /usr/src tree. It would  Every time you ran this it would synchronize your /usr/src tree. It would
Line 544 
Line 544 
         # <strong>cd /usr</strong>          # <strong>cd /usr</strong>
         # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P ports</strong>          # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P ports</strong>
 </pre>  </pre>
 <p> (If you are following the patch branch for 3.8):  <p> (If you are following the patch branch for 3.9):
 <pre>  <pre>
         # <strong>cd /usr</strong>          # <strong>cd /usr</strong>
         # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_3_8 -P ports</strong>          # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_3_9 -P ports</strong>
 </pre>  </pre>
 <li> Anytime afterwards, to `update' this tree:  <li> Anytime afterwards, to `update' this tree:
 <p> (If you are following <i>current</i>):  <p> (If you are following <i>current</i>):
Line 555 
Line 555 
         # <strong>cd /usr/ports</strong>          # <strong>cd /usr/ports</strong>
         # <strong>cvs -q up -Pd</strong>          # <strong>cvs -q up -Pd</strong>
 </pre>  </pre>
 <p> (If you are following the patch branch for 3.8):  <p> (If you are following the patch branch for 3.9):
 <pre>  <pre>
         # <strong>cd /usr/ports</strong>          # <strong>cd /usr/ports</strong>
         # <strong>cvs -q up -rOPENBSD_3_8 -Pd</strong>          # <strong>cvs -q up -rOPENBSD_3_9 -Pd</strong>
 </pre>  </pre>
 </ul>  </ul>
   

Legend:
Removed from v.1.246  
changed lines
  Added in v.1.247