=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.178 retrieving revision 1.179 diff -c -r1.178 -r1.179 *** www/anoncvs.html 2002/10/23 18:44:12 1.178 --- www/anoncvs.html 2002/11/04 17:29:30 1.179 *************** *** 212,223 ****

! 	# cd /usr; cvs checkout -P -rOPENBSD_2_9 src
  

! Or OPENBSD_2_8 for 2.8, etc. !

Currently only the OPENBSD_2_9 tag contains the release sources and errata already applied.

Available Anonymous CVS Servers --- 212,223 ----

! 	# cd /usr; cvs checkout -P -rOPENBSD_3_2 src
  

! Or OPENBSD_3_1 for 3.1, etc. !

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

Available Anonymous CVS Servers *************** *** 555,565 **** # cvs -q get -P src !

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

  	# setenv CVSROOT anoncvs@anoncvs.ca.openbsd.org:/cvs
  	# cd /usr
! 	# cvs -q get -rOPENBSD_2_9 -P src
  
--- 555,565 ---- # cvs -q get -P src !

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

  	# setenv CVSROOT anoncvs@anoncvs.ca.openbsd.org:/cvs
  	# cd /usr
! 	# cvs -q get -rOPENBSD_3_2 -P src
  
*************** *** 570,579 **** # cvs -q up -Pd !

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

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

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

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

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

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

    (If you are following current): --- 605,615 ---- # cvs -q get -P ports

  • !

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

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

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

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

      	# cd /usr
    ! 	# cvs -q up -rOPENBSD_2_9 ports
      
  • --- 617,626 ---- # cd /usr # cvs -q up -Pd ports !

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

      	# cd /usr
    ! 	# cvs -q up -rOPENBSD_3_2 ports
      
    *************** *** 781,787 ****
    OpenBSD www@openbsd.org !
    $OpenBSD: anoncvs.html,v 1.178 2002/10/23 18:44:12 mickey Exp $ --- 781,787 ---- OpenBSD www@openbsd.org !
    $OpenBSD: anoncvs.html,v 1.179 2002/11/04 17:29:30 nick Exp $