=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.178 retrieving revision 1.179 diff -u -r1.178 -r1.179 --- www/anoncvs.html 2002/10/23 18:44:12 1.178 +++ www/anoncvs.html 2002/11/04 17:29:30 1.179 @@ -212,12 +212,12 @@

-	# cd /usr; cvs checkout -P -rOPENBSD_2_9 src
+	# cd /usr; cvs checkout -P -rOPENBSD_3_2 src
 

-Or OPENBSD_2_8 for 2.8, etc. +Or OPENBSD_3_1 for 3.1, etc. -

Currently only the OPENBSD_2_9 tag contains the release sources and +

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

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

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

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

 	# setenv CVSROOT anoncvs@anoncvs.ca.openbsd.org:/cvs
 	# cd /usr
-	# cvs -q get -rOPENBSD_2_9 -P src
+	# cvs -q get -rOPENBSD_3_2 -P src
 
@@ -570,10 +570,10 @@ # cvs -q up -Pd -

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

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

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

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

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

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

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

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

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

     	# cd /usr
    -	# cvs -q up -rOPENBSD_2_9 ports
    +	# cvs -q up -rOPENBSD_3_2 ports
     
  • @@ -781,7 +781,7 @@
    OpenBSD www@openbsd.org -
    $OpenBSD: anoncvs.html,v 1.178 2002/10/23 18:44:12 mickey Exp $ +
    $OpenBSD: anoncvs.html,v 1.179 2002/11/04 17:29:30 nick Exp $