=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.479 retrieving revision 1.480 diff -u -r1.479 -r1.480 --- www/anoncvs.html 2018/01/06 12:28:15 1.479 +++ www/anoncvs.html 2018/03/05 01:46:04 1.480 @@ -70,8 +70,8 @@ While you can download the entire source tree from an AnonCVS server, you can save time and bandwidth by pre-loading your tree with the source tarballs. This is particularly true if you are running --stable, as relatively few files change -between the -release and -stable. +-stable, as relatively few files change +between the -release and -stable.

The source files for download from the mirrors are @@ -98,10 +98,10 @@ cvs(1) was designed to be a simple way to retrieve and update your sources. -You must first decide whether you want to track -current or a --stable branch. +You must first decide whether you want to track -current or a +-stable branch. The current tree has all of the up to the minute changes, whereas the --stable branch contains the sources for the release plus the patches from +-stable branch contains the sources for the release plus the patches from the errata and lesser issues already applied. For more information on the flavors of OpenBSD, see here. @@ -128,14 +128,14 @@ group:

-If you are following -current: +If you are following -current:

 $ cd /usr
 $ cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -P src
 
-If you are following the 6.2 -stable branch: +If you are following the 6.2 -stable branch:
 $ cd /usr
@@ -168,14 +168,14 @@
 
 

Updating an existing tree

-If you are following -current: +If you are following -current:
 $ cd /usr/src
 $ cvs -q up -Pd -A
 
-If you are following the 6.2 -stable branch: +If you are following the 6.2 -stable branch:
 $ cd /usr/src
@@ -207,14 +207,14 @@
 
  • -If you are following -current: +If you are following -current:

     $ cd /usr
     $ cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs checkout -P ports
     
    -If you are following the 6.2 -stable branch: +If you are following the 6.2 -stable branch:
     $ cd /usr
    @@ -224,14 +224,14 @@
     
  • Any time afterwards, to update this tree:

    -If you are following -current: +If you are following -current:

     $ cd /usr/ports
     $ cvs -q up -Pd -A
     
    -If you are following the 6.2 -stable branch: +If you are following the 6.2 -stable branch:
     $ cd /usr/ports