=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.430 retrieving revision 1.431 diff -u -r1.430 -r1.431 --- www/anoncvs.html 2015/09/26 20:08:41 1.430 +++ www/anoncvs.html 2015/10/18 19:26:56 1.431 @@ -180,10 +180,10 @@ # cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P src -

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

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

 	# cd /usr
-	# cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_5_7 -P src
+	# cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_5_8 -P src
 
@@ -210,9 +210,6 @@ ... -Note that the above format with SHA256 fingerprints was added after the -release of OpenBSD 5.6; older versions only use MD5 fingerprints. -
  • Anytime afterwards, to `update' this tree:

    (If you are following current):

    @@ -220,10 +217,10 @@
     	# cvs -q up -Pd
     
    -

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

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

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

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

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

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

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

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

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

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