=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.478 retrieving revision 1.479 diff -c -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,147 **** --- 142,148 ---- $ 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,185 ****
  $ cd /usr/src
! $ cvs -q up -Pd
  
If you are following the 6.2 -stable branch:
  $ cd /usr/src
! $ cvs -q up -rOPENBSD_6_2 -Pd
! 
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 --- 172,186 ----
  $ cd /usr/src
! $ cvs -q up -Pd -A
  
If you are following the 6.2 -stable branch:
  $ cd /usr/src
! $ 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,224 ****
  $ cd /usr
  $ cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -rOPENBSD_6_2 -P ports
! 
  • Any time afterwards, to update this tree: --- 219,225 ----
      $ cd /usr
      $ cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -rOPENBSD_6_2 -P ports
    ! 
  • Any time afterwards, to update this tree: *************** *** 227,241 ****
      $ cd /usr/ports
    ! $ cvs -q up -Pd
      
    If you are following the 6.2 -stable branch:
      $ cd /usr/ports
    ! $ cvs -q up -rOPENBSD_6_2 -Pd
    ! 
    --- 228,242 ----
      $ cd /usr/ports
    ! $ cvs -q up -Pd -A
      
    If you are following the 6.2 -stable branch:
      $ cd /usr/ports
    ! $ cvs -q up -Pd -rOPENBSD_6_2
    !