=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.204 retrieving revision 1.205 diff -u -r1.204 -r1.205 --- www/anoncvs.html 2004/03/22 21:17:52 1.204 +++ www/anoncvs.html 2004/05/05 18:23:41 1.205 @@ -213,12 +213,12 @@

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

-Or OPENBSD_3_3 for 3.3, etc. +Or OPENBSD_3_4 for 3.4, etc. -

The OPENBSD_3_4 tag contains the release sources and +

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

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

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

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

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

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

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

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

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

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

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

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

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

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

     	# cd /usr
    -	# cvs -q up -rOPENBSD_3_4 ports
    +	# cvs -q up -rOPENBSD_3_5 ports
     
  • @@ -718,7 +718,7 @@
    OpenBSD www@openbsd.org -
    $OpenBSD: anoncvs.html,v 1.204 2004/03/22 21:17:52 millert Exp $ +
    $OpenBSD: anoncvs.html,v 1.205 2004/05/05 18:23:41 david Exp $