=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.256 retrieving revision 1.257 diff -c -r1.256 -r1.257 *** www/anoncvs.html 2006/10/02 19:38:33 1.256 --- www/anoncvs.html 2006/11/01 06:34:14 1.257 *************** *** 201,212 **** specify a tag along with your command. Example:
! 	# cd /usr; cvs checkout -P -rOPENBSD_3_9 src
  

! Or OPENBSD_3_8 for 3.8, etc. !

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

Available Anonymous CVS Servers --- 201,212 ---- 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 *************** *** 492,501 **** # cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P src !

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

  	# cd /usr
! 	# cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_3_9 -P src
  
  • Anytime afterwards, to `update' this tree: --- 492,501 ---- # 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: *************** *** 505,514 **** # cvs -q up -Pd !

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

      	# cd /usr/src
    ! 	# cvs -q up -rOPENBSD_3_9 -Pd
      
    Every time you ran this it would synchronize your /usr/src tree. It would --- 505,514 ---- # 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 *************** *** 534,543 **** # cd /usr # cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P ports !

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

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

    (If you are following current): --- 534,543 ---- # 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): *************** *** 545,554 **** # cd /usr/ports # cvs -q up -Pd !

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

      	# cd /usr/ports
    ! 	# cvs -q up -rOPENBSD_3_9 -Pd
      
    --- 545,554 ---- # 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
      
    *************** *** 709,715 ****
    OpenBSD www@openbsd.org !
    $OpenBSD: anoncvs.html,v 1.256 2006/10/02 19:38:33 grunk Exp $ --- 709,715 ---- OpenBSD www@openbsd.org !
    $OpenBSD: anoncvs.html,v 1.257 2006/11/01 06:34:14 steven Exp $