=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.275 retrieving revision 1.276 diff -c -r1.275 -r1.276 *** www/anoncvs.html 2007/10/26 16:00:57 1.275 --- www/anoncvs.html 2007/11/01 08:14:45 1.276 *************** *** 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 --- 202,213 ---- specify a tag along with your command. Example:
! 	# cd /usr; cvs checkout -P -rOPENBSD_4_2 src
  

! Or OPENBSD_4_1 for 4.1, etc. !

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

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

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

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

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

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

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

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

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

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

      	# cd /usr/ports
    ! 	# cvs -q up -rOPENBSD_4_2 -Pd
      
    *************** *** 700,706 ****
    OpenBSD www@openbsd.org !
    $OpenBSD: anoncvs.html,v 1.275 2007/10/26 16:00:57 martin Exp $ --- 700,706 ---- OpenBSD www@openbsd.org !
    $OpenBSD: anoncvs.html,v 1.276 2007/11/01 08:14:45 steven Exp $