=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.240 retrieving revision 1.241 diff -c -r1.240 -r1.241 *** www/anoncvs.html 2005/10/30 21:24:52 1.240 --- www/anoncvs.html 2005/11/01 12:00:47 1.241 *************** *** 199,210 **** specify a tag along with your command. Example:
! 	# cd /usr; cvs checkout -P -rOPENBSD_3_7 src
  

! Or OPENBSD_3_6 for 3.6, etc. !

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

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

! Or OPENBSD_3_7 for 3.7, etc. !

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

Available Anonymous CVS Servers *************** *** 494,504 **** # cvs -q get -P src !

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

  	# setenv CVSROOT anoncvs@anoncvs.ca.openbsd.org:/cvs
  	# cd /usr
! 	# cvs -q get -rOPENBSD_3_7 -P src
  
  • Anytime afterwards, to `update' this tree: --- 494,504 ---- # cvs -q get -P src !

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

      	# setenv CVSROOT anoncvs@anoncvs.ca.openbsd.org:/cvs
      	# cd /usr
    ! 	# cvs -q get -rOPENBSD_3_8 -P src
      
  • Anytime afterwards, to `update' this tree: *************** *** 508,517 **** # cvs -q up -Pd !

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

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

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

      	# cd /usr/src
    ! 	# cvs -q up -rOPENBSD_3_8 -Pd
      
    Every time you ran this it would synchronize your /usr/src tree. It would *************** *** 538,548 **** # cd /usr # cvs -q get -P ports !

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

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

    (If you are following current): --- 538,548 ---- # cd /usr # cvs -q get -P ports !

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

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

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

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

      	# cd /usr/ports
    ! 	# cvs -q up -rOPENBSD_3_7 -Pd
      
    --- 550,559 ---- # cd /usr/ports # cvs -q up -Pd !

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

      	# cd /usr/ports
    ! 	# cvs -q up -rOPENBSD_3_8 -Pd
      
    *************** *** 714,720 ****
    OpenBSD www@openbsd.org !
    $OpenBSD: anoncvs.html,v 1.240 2005/10/30 21:24:52 grunk Exp $ --- 714,720 ---- OpenBSD www@openbsd.org !
    $OpenBSD: anoncvs.html,v 1.241 2005/11/01 12:00:47 nick Exp $