=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.298 retrieving revision 1.299 diff -u -r1.298 -r1.299 --- www/anoncvs.html 2009/06/09 21:05:54 1.298 +++ www/anoncvs.html 2009/06/10 09:29:58 1.299 @@ -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 @@ -515,10 +515,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: @@ -528,10 +528,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 @@ -557,10 +557,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): @@ -568,10 +568,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
     
    @@ -734,7 +734,7 @@
    OpenBSD www@openbsd.org -
    $OpenBSD: anoncvs.html,v 1.298 2009/06/09 21:05:54 landry Exp $ +
    $OpenBSD: anoncvs.html,v 1.299 2009/06/10 09:29:58 landry Exp $