=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.233 retrieving revision 1.234 diff -u -r1.233 -r1.234 --- www/anoncvs.html 2005/06/06 17:37:23 1.233 +++ www/anoncvs.html 2005/06/09 03:39:17 1.234 @@ -199,12 +199,12 @@ specify a tag along with your command. Example:
-	# cd /usr; cvs checkout -P -rOPENBSD_3_6 src
+	# cd /usr; cvs checkout -P -rOPENBSD_3_7 src
 

-Or OPENBSD_3_5 for 3.5, etc. +Or OPENBSD_3_6 for 3.6, etc. -

The OPENBSD_3_6 tag contains the release sources and +

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

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

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

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

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

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

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

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

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

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

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

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

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

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

     	# cd /usr/ports
    -	# cvs -q up -rOPENBSD_3_6 -Pd
    +	# cvs -q up -rOPENBSD_3_7 -Pd
     
    @@ -722,7 +722,7 @@
    OpenBSD www@openbsd.org -
    $OpenBSD: anoncvs.html,v 1.233 2005/06/06 17:37:23 jason Exp $ +
    $OpenBSD: anoncvs.html,v 1.234 2005/06/09 03:39:17 joel Exp $