=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.190 retrieving revision 1.191 diff -u -r1.190 -r1.191 --- www/anoncvs.html 2003/11/04 03:11:11 1.190 +++ www/anoncvs.html 2003/12/01 23:02:05 1.191 @@ -213,12 +213,12 @@

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

-Or OPENBSD_3_1 for 3.1, etc. +Or OPENBSD_3_3 for 3.3, etc. -

The OPENBSD_3_2 tag contains the release sources and +

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

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

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

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

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

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

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

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

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

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

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

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

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

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

     	# cd /usr
    -	# cvs -q up -rOPENBSD_3_2 ports
    +	# cvs -q up -rOPENBSD_3_4 ports
     
  • @@ -792,7 +792,7 @@
    OpenBSD www@openbsd.org -
    $OpenBSD: anoncvs.html,v 1.190 2003/11/04 03:11:11 nick Exp $ +
    $OpenBSD: anoncvs.html,v 1.191 2003/12/01 23:02:05 nick Exp $