=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.256 retrieving revision 1.257 diff -u -r1.256 -r1.257 --- www/anoncvs.html 2006/10/02 19:38:33 1.256 +++ www/anoncvs.html 2006/11/01 06:34:14 1.257 @@ -201,12 +201,12 @@ specify a tag along with your command. Example:
-	# cd /usr; cvs checkout -P -rOPENBSD_3_9 src
+	# cd /usr; cvs checkout -P -rOPENBSD_4_0 src
 

-Or OPENBSD_3_8 for 3.8, etc. +Or OPENBSD_3_9 for 3.9, etc. -

The OPENBSD_3_9 tag contains the release sources and +

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

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

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

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

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

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

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

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

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

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

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

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

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

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

     	# cd /usr/ports
    -	# cvs -q up -rOPENBSD_3_9 -Pd
    +	# cvs -q up -rOPENBSD_4_0 -Pd
     
    @@ -709,7 +709,7 @@
    OpenBSD www@openbsd.org -
    $OpenBSD: anoncvs.html,v 1.256 2006/10/02 19:38:33 grunk Exp $ +
    $OpenBSD: anoncvs.html,v 1.257 2006/11/01 06:34:14 steven Exp $