anoncvs.html diff
jmc <[email protected]>
| Newsgroups | gmane.os.openbsd.www |
|---|---|
| Message-ID | <[email protected]> |
Index: anoncvs.html =================================================================== RCS file: /cvs/www/anoncvs.html,v retrieving revision 1.296 diff -u anoncvs.html --- anoncvs.html 15 Apr 2009 00:48:46 -0000 1.296 +++ anoncvs.html 1 May 2009 17:20:39 -0000 @@ -205,12 +205,12 @@ specify a tag along with your command. Example: <pre> - # <b>cd /usr; cvs checkout -P -rOPENBSD_4_4 src</b> + # <b>cd /usr; cvs checkout -P -rOPENBSD_4_5 src</b> </pre> <p> -Or OPENBSD_4_3 for 4.3, etc. +Or OPENBSD_4_4 for 4.4, etc. -<p> The OPENBSD_4_4 tag contains the release sources and +<p> The OPENBSD_4_5 tag contains the release sources and errata already applied. <h3><a name="CVSROOT"><font color="#0000e0">Available Anonymous CVS Servers @@ -509,10 +509,10 @@ # <strong>cvs -qd [email protected]:/cvs get -P src</strong> </pre> -<p> (If you are following the patch branch for 4.4): +<p> (If you are following the patch branch for 4.5): <pre> # <strong>cd /usr</strong> - # <strong>cvs -qd [email protected]:/cvs get -rOPENBSD_4_4 -P src</strong> + # <strong>cvs -qd [email protected]:/cvs get -rOPENBSD_4_5 -P src</strong> </pre> <li> Anytime afterwards, to `update' this tree: @@ -522,10 +522,10 @@ # <strong>cvs -q up -Pd</strong> </pre> -<p> (If you are following the patch branch for 4.4): +<p> (If you are following the patch branch for 4.5): <pre> # <strong>cd /usr/src</strong> - # <strong>cvs -q up -rOPENBSD_4_4 -Pd</strong> + # <strong>cvs -q up -rOPENBSD_4_5 -Pd</strong> </pre> Every time you ran this it would synchronize your /usr/src tree. It would @@ -551,10 +551,10 @@ # <strong>cd /usr</strong> # <strong>cvs -qd [email protected]:/cvs get -P ports</strong> </pre> -<p> (If you are following the patch branch for 4.4): +<p> (If you are following the patch branch for 4.5): <pre> # <strong>cd /usr</strong> - # <strong>cvs -qd [email protected]:/cvs get -rOPENBSD_4_4 -P ports</strong> + # <strong>cvs -qd [email protected]:/cvs get -rOPENBSD_4_5 -P ports</strong> </pre> <li> Anytime afterwards, to `update' this tree: <p> (If you are following <i>current</i>): @@ -562,10 +562,10 @@ # <strong>cd /usr/ports</strong> # <strong>cvs -q up -Pd</strong> </pre> -<p> (If you are following the patch branch for 4.4): +<p> (If you are following the patch branch for 4.5): <pre> # <strong>cd /usr/ports</strong> - # <strong>cvs -q up -rOPENBSD_4_4 -Pd</strong> + # <strong>cvs -q up -rOPENBSD_4_5 -Pd</strong> </pre> </ul>