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

Diff for /www/anoncvs.html between version 1.297 and 1.298

version 1.297, 2009/05/01 17:26:34 version 1.298, 2009/06/09 21:05:54
Line 205 
Line 205 
 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_4_5 src</b>          # <b>cd /usr; cvs checkout -P -rOPENBSD_4_4 src</b>
 </pre>  </pre>
 <p>  <p>
 Or OPENBSD_4_4 for 4.4, etc.  Or OPENBSD_4_3 for 4.3, etc.
   
 <p> The OPENBSD_4_5 tag contains the release sources and  <p> The OPENBSD_4_4 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 220 
Line 220 
 <em>Please see the note about <a href="#WHICH">ssh vs. rsh</a> below!</em>  <em>Please see the note about <a href="#WHICH">ssh vs. rsh</a> below!</em>
 <p>  <p>
 <ul>  <ul>
   <li><strong>CVSROOT=anoncvs@anoncvs.fr.openbsd.org:/cvs</strong><br>
   Location: Paris, France.<br>
   Maintained by <a href="mailto:landry@openbsd.org">Landry Breuil</a>.<br>
   Protocols: ssh.<br>
   Updated every 2 hours from anoncvs1.ca.openbsd.org.<br>
   <p>
 <li><strong>CVSROOT=anoncvs@anoncvs.de.openbsd.org:/cvs</strong><br>  <li><strong>CVSROOT=anoncvs@anoncvs.de.openbsd.org:/cvs</strong><br>
 Location: University of Erlangen-Nuremberg, Erlangen, Germany.<br>  Location: University of Erlangen-Nuremberg, Erlangen, Germany.<br>
 Maintained by <a href="mailto:grunk@pestilenz.org">Alexander von Gernler</a>.<br>  Maintained by <a href="mailto:grunk@pestilenz.org">Alexander von Gernler</a>.<br>
Line 509 
Line 515 
         # <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 4.5):  <p> (If you are following the patch branch for 4.4):
 <pre>  <pre>
         # <strong>cd /usr</strong>          # <strong>cd /usr</strong>
         # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_4_5 -P src</strong>          # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_4_4 -P src</strong>
 </pre>  </pre>
   
 <li> Anytime afterwards, to `update' this tree:  <li> Anytime afterwards, to `update' this tree:
Line 522 
Line 528 
         # <strong>cvs -q up -Pd</strong>          # <strong>cvs -q up -Pd</strong>
 </pre>  </pre>
   
 <p> (If you are following the patch branch for 4.5):  <p> (If you are following the patch branch for 4.4):
 <pre>  <pre>
         # <strong>cd /usr/src</strong>          # <strong>cd /usr/src</strong>
         # <strong>cvs -q up -rOPENBSD_4_5 -Pd</strong>          # <strong>cvs -q up -rOPENBSD_4_4 -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 551 
Line 557 
         # <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 4.5):  <p> (If you are following the patch branch for 4.4):
 <pre>  <pre>
         # <strong>cd /usr</strong>          # <strong>cd /usr</strong>
         # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_4_5 -P ports</strong>          # <strong>cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_4_4 -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 562 
Line 568 
         # <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 4.5):  <p> (If you are following the patch branch for 4.4):
 <pre>  <pre>
         # <strong>cd /usr/ports</strong>          # <strong>cd /usr/ports</strong>
         # <strong>cvs -q up -rOPENBSD_4_5 -Pd</strong>          # <strong>cvs -q up -rOPENBSD_4_4 -Pd</strong>
 </pre>  </pre>
 </ul>  </ul>
   

Legend:
Removed from v.1.297  
changed lines
  Added in v.1.298