=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.296 retrieving revision 1.297 diff -u -r1.296 -r1.297 --- www/anoncvs.html 2009/04/15 00:48:46 1.296 +++ www/anoncvs.html 2009/05/01 17:26:34 1.297 @@ -205,12 +205,12 @@ specify a tag along with your command. Example:
-	# cd /usr; cvs checkout -P -rOPENBSD_4_4 src
+	# cd /usr; cvs checkout -P -rOPENBSD_4_5 src
 

-Or OPENBSD_4_3 for 4.3, etc. +Or OPENBSD_4_4 for 4.4, etc. -

The OPENBSD_4_4 tag contains the release sources and +

The OPENBSD_4_5 tag contains the release sources and errata already applied.

Available Anonymous CVS Servers @@ -509,10 +509,10 @@ # cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P src -

(If you are following the patch branch for 4.4): +

(If you are following the patch branch for 4.5):

 	# cd /usr
-	# cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_4_4 -P src
+	# cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_4_5 -P src
 
  • Anytime afterwards, to `update' this tree: @@ -522,10 +522,10 @@ # cvs -q up -Pd -

    (If you are following the patch branch for 4.4): +

    (If you are following the patch branch for 4.5):

     	# cd /usr/src
    -	# cvs -q up -rOPENBSD_4_4 -Pd
    +	# cvs -q up -rOPENBSD_4_5 -Pd
     
    Every time you ran this it would synchronize your /usr/src tree. It would @@ -551,10 +551,10 @@ # cd /usr # cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P ports -

    (If you are following the patch branch for 4.4): +

    (If you are following the patch branch for 4.5):

     	# cd /usr
    -	# cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_4_4 -P ports
    +	# cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_4_5 -P ports
     
  • Anytime afterwards, to `update' this tree:

    (If you are following current): @@ -562,10 +562,10 @@ # cd /usr/ports # cvs -q up -Pd -

    (If you are following the patch branch for 4.4): +

    (If you are following the patch branch for 4.5):

     	# cd /usr/ports
    -	# cvs -q up -rOPENBSD_4_4 -Pd
    +	# cvs -q up -rOPENBSD_4_5 -Pd
     
    @@ -728,7 +728,7 @@
    OpenBSD www@openbsd.org -
    $OpenBSD: anoncvs.html,v 1.296 2009/04/15 00:48:46 sthen Exp $ +
    $OpenBSD: anoncvs.html,v 1.297 2009/05/01 17:26:34 deraadt Exp $