=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.275 retrieving revision 1.276 diff -u -r1.275 -r1.276 --- www/anoncvs.html 2007/10/26 16:00:57 1.275 +++ www/anoncvs.html 2007/11/01 08:14:45 1.276 @@ -202,12 +202,12 @@ specify a tag along with your command. Example:
-	# cd /usr; cvs checkout -P -rOPENBSD_4_1 src
+	# cd /usr; cvs checkout -P -rOPENBSD_4_2 src
 

-Or OPENBSD_4_0 for 4.0, etc. +Or OPENBSD_4_1 for 4.1, etc. -

The OPENBSD_4_1 tag contains the release sources and +

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

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

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

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

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

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

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

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

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

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

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

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

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

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

     	# cd /usr/ports
    -	# cvs -q up -rOPENBSD_4_1 -Pd
    +	# cvs -q up -rOPENBSD_4_2 -Pd
     
    @@ -700,7 +700,7 @@
    OpenBSD www@openbsd.org -
    $OpenBSD: anoncvs.html,v 1.275 2007/10/26 16:00:57 martin Exp $ +
    $OpenBSD: anoncvs.html,v 1.276 2007/11/01 08:14:45 steven Exp $