=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.478 retrieving revision 1.479 diff -u -r1.478 -r1.479 --- www/anoncvs.html 2017/10/23 10:14:17 1.478 +++ www/anoncvs.html 2018/01/06 12:28:15 1.479 @@ -142,6 +142,7 @@ $ cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -rOPENBSD_6_2 -P src + Anonymous CVS uses passwordless SSH as a transport. If this is the first time you have connected to an anoncvs server, @@ -171,15 +172,15 @@
 $ cd /usr/src
-$ cvs -q up -Pd
+$ cvs -q up -Pd -A
 
If you are following the 6.2 -stable branch:
 $ cd /usr/src
-$ cvs -q up -rOPENBSD_6_2 -Pd
-
+$ cvs -q up -Pd -rOPENBSD_6_2 + Every time you run this, cvs(1) synchronizes your /usr/src tree. It does not destroy any of your local changes; rather it attempts to merge @@ -218,7 +219,7 @@
 $ cd /usr
 $ cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -rOPENBSD_6_2 -P ports
-
+
  • Any time afterwards, to update this tree: @@ -227,15 +228,15 @@
     $ cd /usr/ports
    -$ cvs -q up -Pd
    +$ cvs -q up -Pd -A
     
    If you are following the 6.2 -stable branch:
     $ cd /usr/ports
    -$ cvs -q up -rOPENBSD_6_2 -Pd
    -
    +$ cvs -q up -Pd -rOPENBSD_6_2 +