=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.289 retrieving revision 1.290 diff -c -r1.289 -r1.290 *** www/anoncvs.html 2008/11/13 09:47:05 1.289 --- www/anoncvs.html 2008/11/19 08:10:33 1.290 *************** *** 205,216 **** specify a tag along with your command. Example:
! 	# cd /usr; cvs checkout -P -rOPENBSD_4_3 src
  

Or OPENBSD_4_2 for 4.2, etc. !

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

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

Or OPENBSD_4_2 for 4.2, etc. !

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      	# cd /usr/ports
    ! 	# cvs -q up -rOPENBSD_4_3 -Pd
      
    --- 572,581 ---- # cd /usr/ports # cvs -q up -Pd !

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

      	# cd /usr/ports
    ! 	# cvs -q up -rOPENBSD_4_4 -Pd
      
    *************** *** 738,744 ****
    OpenBSD www@openbsd.org !
    $OpenBSD: anoncvs.html,v 1.289 2008/11/13 09:47:05 sthen Exp $ --- 738,744 ---- OpenBSD www@openbsd.org !
    $OpenBSD: anoncvs.html,v 1.290 2008/11/19 08:10:33 pea Exp $