=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.264 retrieving revision 1.265 diff -c -r1.264 -r1.265 *** www/anoncvs.html 2007/04/12 15:25:33 1.264 --- www/anoncvs.html 2007/05/01 17:57:14 1.265 *************** *** 202,213 **** specify a tag along with your command. Example:
! 	# cd /usr; cvs checkout -P -rOPENBSD_4_0 src
  

! Or OPENBSD_3_9 for 3.9, etc. !

The OPENBSD_4_0 tag contains the release sources and errata already applied.

Available Anonymous CVS Servers --- 202,213 ---- specify a tag along with your command. Example:
! 	# cd /usr; cvs checkout -P -rOPENBSD_4_1 src
  

! Or OPENBSD_4_0 for 4.0, etc. !

The OPENBSD_4_1 tag contains the release sources and errata already applied.

Available Anonymous CVS Servers *************** *** 484,493 **** # cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P src !

(If you are following the patch branch for 4.0):

  	# cd /usr
! 	# cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_4_0 -P src
  
  • Anytime afterwards, to `update' this tree: --- 484,493 ---- # cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P src !

    (If you are following the patch branch for 4.1):

      	# cd /usr
    ! 	# cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_4_1 -P src
      
  • Anytime afterwards, to `update' this tree: *************** *** 497,506 **** # cvs -q up -Pd !

    (If you are following the patch branch for 4.0):

      	# cd /usr/src
    ! 	# cvs -q up -rOPENBSD_4_0 -Pd
      
    Every time you ran this it would synchronize your /usr/src tree. It would --- 497,506 ---- # cvs -q up -Pd !

    (If you are following the patch branch for 4.1):

      	# cd /usr/src
    ! 	# cvs -q up -rOPENBSD_4_1 -Pd
      
    Every time you ran this it would synchronize your /usr/src tree. It would *************** *** 526,535 **** # cd /usr # cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P ports !

    (If you are following the patch branch for 4.0):

      	# cd /usr
    ! 	# cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_4_0 -P ports
      
  • Anytime afterwards, to `update' this tree:

    (If you are following current): --- 526,535 ---- # cd /usr # cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P ports !

    (If you are following the patch branch for 4.1):

      	# cd /usr
    ! 	# cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_4_1 -P ports
      
  • Anytime afterwards, to `update' this tree:

    (If you are following current): *************** *** 537,546 **** # cd /usr/ports # cvs -q up -Pd !

    (If you are following the patch branch for 4.0):

      	# cd /usr/ports
    ! 	# cvs -q up -rOPENBSD_4_0 -Pd
      
    --- 537,546 ---- # cd /usr/ports # cvs -q up -Pd !

    (If you are following the patch branch for 4.1):

      	# cd /usr/ports
    ! 	# cvs -q up -rOPENBSD_4_1 -Pd
      
    *************** *** 702,708 ****
    OpenBSD www@openbsd.org !
    $OpenBSD: anoncvs.html,v 1.264 2007/04/12 15:25:33 grunk Exp $ --- 702,708 ---- OpenBSD www@openbsd.org !
    $OpenBSD: anoncvs.html,v 1.265 2007/05/01 17:57:14 steven Exp $