=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.354 retrieving revision 1.355 diff -u -r1.354 -r1.355 --- www/anoncvs.html 2011/09/21 10:27:06 1.354 +++ www/anoncvs.html 2011/11/01 16:20:09 1.355 @@ -207,12 +207,12 @@
-	# cd /usr; cvs checkout -P -rOPENBSD_4_9 src
+	# cd /usr; cvs checkout -P -rOPENBSD_5_0 src
 

-Or OPENBSD_4_8 for 4.8, etc. +Or OPENBSD_4_9 for 4.9, etc. -

The OPENBSD_4_9 tag contains the release sources and +

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

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

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

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

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

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

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

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

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

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

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

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

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

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

     	# cd /usr/ports
    -	# cvs -q up -rOPENBSD_4_9 -Pd
    +	# cvs -q up -rOPENBSD_5_0 -Pd
     
    @@ -710,7 +710,7 @@
    OpenBSD www@openbsd.org -
    $OpenBSD: anoncvs.html,v 1.354 2011/09/21 10:27:06 sthen Exp $ +
    $OpenBSD: anoncvs.html,v 1.355 2011/11/01 16:20:09 miod Exp $