=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.316 retrieving revision 1.317 diff -c -r1.316 -r1.317 *** www/anoncvs.html 2010/04/26 17:40:58 1.316 --- www/anoncvs.html 2010/05/19 12:39:28 1.317 *************** *** 205,216 **** specify a tag along with your command. Example:
! 	# cd /usr; cvs checkout -P -rOPENBSD_4_6 src
  

! Or OPENBSD_4_5 for 4.5, etc. !

The OPENBSD_4_6 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_7 src
  

! Or OPENBSD_4_6 for 4.6, etc. !

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      	# cd /usr/ports
    ! 	# cvs -q up -rOPENBSD_4_6 -Pd
      
    --- 566,575 ---- # cd /usr/ports # cvs -q up -Pd !

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

      	# cd /usr/ports
    ! 	# cvs -q up -rOPENBSD_4_7 -Pd
      
    *************** *** 696,702 ****

    which would mirror the cvs tree into /home/cvs with the sup data files ending up in /home/sup. The full OpenBSD cvs tree is currently ! about 3.5GB in size, and will, of course continue to grow.

    Setting up an anoncvs mirror

    --- 696,702 ----

    which would mirror the cvs tree into /home/cvs with the sup data files ending up in /home/sup. The full OpenBSD cvs tree is currently ! about 5GB in size, and will, of course continue to grow.

    Setting up an anoncvs mirror

    *************** *** 706,712 **** the general public, please contact the anoncvs maintainer. Anoncvs mirrors currently require about 3.5GB of disk (and it will grow!), ! and use up to 32MB of swap per anoncvs user (assuming the user does a large operation; while smaller operations use fewer resources, anoncvs still makes much more of an impact than ftp or sup). Such anoncvs machines should have excellent --- 706,713 ---- the general public, please contact the anoncvs maintainer. Anoncvs mirrors currently require about 3.5GB of disk (and it will grow!), ! and use up to 32MB of swap and potentially hundreds of MB of temporary ! disk space per anoncvs user (assuming the user does a large operation; while smaller operations use fewer resources, anoncvs still makes much more of an impact than ftp or sup). Such anoncvs machines should have excellent *************** *** 732,738 **** OpenBSD www@openbsd.org !
    $OpenBSD: anoncvs.html,v 1.316 2010/04/26 17:40:58 sthen Exp $ --- 733,739 ---- OpenBSD www@openbsd.org !
    $OpenBSD: anoncvs.html,v 1.317 2010/05/19 12:39:28 nick Exp $