=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.474 retrieving revision 1.475 diff -u -r1.474 -r1.475 --- www/anoncvs.html 2017/09/27 09:18:30 1.474 +++ www/anoncvs.html 2017/10/09 02:30:54 1.475 @@ -135,11 +135,11 @@ $ cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P src -If you are following the 6.1 -stable branch: +If you are following the 6.2 -stable branch:
 $ cd /usr
-$ cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_6_1 -P src
+$ cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_6_2 -P src
 
@@ -174,11 +174,11 @@ $ cvs -q up -Pd -If you are following the 6.1 -stable branch: +If you are following the 6.2 -stable branch:
 $ cd /usr/src
-$ cvs -q up -rOPENBSD_6_1 -Pd
+$ cvs -q up -rOPENBSD_6_2 -Pd
 
Every time you run this, cvs(1) synchronizes your /usr/src tree. @@ -213,11 +213,11 @@ $ cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P ports -If you are following the 6.1 -stable branch: +If you are following the 6.2 -stable branch:
 $ cd /usr
-$ cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_6_1 -P ports
+$ cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_6_2 -P ports
 
  • Any time afterwards, to update this tree: @@ -230,11 +230,11 @@ $ cvs -q up -Pd -If you are following the 6.1 -stable branch: +If you are following the 6.2 -stable branch:
     $ cd /usr/ports
    -$ cvs -q up -rOPENBSD_6_1 -Pd
    +$ cvs -q up -rOPENBSD_6_2 -Pd