=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.418 retrieving revision 1.419 diff -u -r1.418 -r1.419 --- www/anoncvs.html 2015/01/14 00:19:45 1.418 +++ www/anoncvs.html 2015/04/30 22:37:44 1.419 @@ -182,10 +182,10 @@ # cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P src -

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

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

 	# cd /usr
-	# cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_5_6 -P src
+	# cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_5_7 -P src
 
@@ -222,10 +222,10 @@ # cvs -q up -Pd -

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

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

 	# cd /usr/src
-	# cvs -q up -rOPENBSD_5_6 -Pd
+	# cvs -q up -rOPENBSD_5_7 -Pd
 
Every time you ran this it would synchronize your /usr/src tree. @@ -252,10 +252,10 @@ # cd /usr # cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P ports -

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

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

 	# cd /usr
-	# cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_5_6 -P ports
+	# cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_5_7 -P ports
 
  • Anytime afterwards, to `update' this tree:

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

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

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

     	# cd /usr/ports
    -	# cvs -q up -rOPENBSD_5_6 -Pd
    +	# cvs -q up -rOPENBSD_5_7 -Pd