=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.466 retrieving revision 1.467 diff -c -r1.466 -r1.467 *** www/anoncvs.html 2016/09/21 03:49:19 1.466 --- www/anoncvs.html 2016/09/21 11:24:45 1.467 *************** *** 176,184 **** $ cvs -q up -rOPENBSD_6_0 -Pd ! Every time you ran this, it would synchronize your /usr/src tree. ! It would not destroy any of your local changes; rather it would attempt ! to merge changes in.

Changing the server

--- 176,184 ---- $ cvs -q up -rOPENBSD_6_0 -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 ! changes in.

Changing the server

*************** *** 218,231 ****
  • Any time afterwards, to update this tree:

    ! If you are following current:

      $ cd /usr/ports
      $ cvs -q up -Pd
      
    ! If you are following the patch branch for 6.0:
      $ cd /usr/ports
    --- 218,231 ----
      
  • Any time afterwards, to update this tree:

    ! If you are following -current:

      $ cd /usr/ports
      $ cvs -q up -Pd
      
    ! If you are following the 6.0 -stable branch:
      $ cd /usr/ports
    ***************
    *** 233,242 ****
      
    - - In the above example, -q is optional, only intended to minimize - cvs' output. - For those who like to see screenfulls of output, it can be omitted.

    Creating a diff

    --- 233,238 ----