=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.246 retrieving revision 1.247 diff -u -r1.246 -r1.247 --- www/anoncvs.html 2006/04/26 07:18:27 1.246 +++ www/anoncvs.html 2006/05/01 08:52:01 1.247 @@ -10,7 +10,7 @@ - + @@ -201,12 +201,12 @@ specify a tag along with your command. Example:
-	# cd /usr; cvs checkout -P -rOPENBSD_3_8 src
+	# cd /usr; cvs checkout -P -rOPENBSD_3_9 src
 

-Or OPENBSD_3_7 for 3.7, etc. +Or OPENBSD_3_8 for 3.8, etc. -

The OPENBSD_3_8 tag contains the release sources and +

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

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

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

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

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

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

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

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

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

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

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

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

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

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

     	# cd /usr/ports
    -	# cvs -q up -rOPENBSD_3_8 -Pd
    +	# cvs -q up -rOPENBSD_3_9 -Pd
     
    @@ -719,7 +719,7 @@
    OpenBSD www@openbsd.org -
    $OpenBSD: anoncvs.html,v 1.246 2006/04/26 07:18:27 steven Exp $ +
    $OpenBSD: anoncvs.html,v 1.247 2006/05/01 08:52:01 steven Exp $