=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.222 retrieving revision 1.223 diff -u -r1.222 -r1.223 --- www/anoncvs.html 2004/10/18 15:33:55 1.222 +++ www/anoncvs.html 2004/10/29 18:01:56 1.223 @@ -213,12 +213,12 @@

-	# cd /usr; cvs checkout -P -rOPENBSD_3_5 src
+	# cd /usr; cvs checkout -P -rOPENBSD_3_6 src
 

-Or OPENBSD_3_4 for 3.4, etc. +Or OPENBSD_3_5 for 3.5, etc. -

The OPENBSD_3_5 tag contains the release sources and +

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

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

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

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

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

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

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

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

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

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

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

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

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

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

     	# cd /usr/ports
    -	# cvs -q up -rOPENBSD_3_5 -Pd
    +	# cvs -q up -rOPENBSD_3_6 -Pd
     
  • @@ -736,7 +736,7 @@
    OpenBSD www@openbsd.org -
    $OpenBSD: anoncvs.html,v 1.222 2004/10/18 15:33:55 millert Exp $ +
    $OpenBSD: anoncvs.html,v 1.223 2004/10/29 18:01:56 jsg Exp $