=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.240 retrieving revision 1.241 diff -u -r1.240 -r1.241 --- www/anoncvs.html 2005/10/30 21:24:52 1.240 +++ www/anoncvs.html 2005/11/01 12:00:47 1.241 @@ -199,12 +199,12 @@ specify a tag along with your command. Example:
-	# cd /usr; cvs checkout -P -rOPENBSD_3_7 src
+	# cd /usr; cvs checkout -P -rOPENBSD_3_8 src
 

-Or OPENBSD_3_6 for 3.6, etc. +Or OPENBSD_3_7 for 3.7, etc. -

The OPENBSD_3_7 tag contains the release sources and +

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

Available Anonymous CVS Servers @@ -494,11 +494,11 @@ # cvs -q get -P src -

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

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

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

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

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

     	# cd /usr/src
    -	# cvs -q up -rOPENBSD_3_7 -Pd
    +	# cvs -q up -rOPENBSD_3_8 -Pd
     
    Every time you ran this it would synchronize your /usr/src tree. It would @@ -538,11 +538,11 @@ # cd /usr # cvs -q get -P ports -

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

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

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

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

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

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

     	# cd /usr/ports
    -	# cvs -q up -rOPENBSD_3_7 -Pd
    +	# cvs -q up -rOPENBSD_3_8 -Pd
     
    @@ -714,7 +714,7 @@
    OpenBSD www@openbsd.org -
    $OpenBSD: anoncvs.html,v 1.240 2005/10/30 21:24:52 grunk Exp $ +
    $OpenBSD: anoncvs.html,v 1.241 2005/11/01 12:00:47 nick Exp $