=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.281 retrieving revision 1.282 diff -c -r1.281 -r1.282 *** www/anoncvs.html 2008/03/26 02:19:42 1.281 --- www/anoncvs.html 2008/05/01 00:24:43 1.282 *************** *** 55,72 **** and other queries against the central repository.

! The OpenBSD Project currently has six main source repositories:

--- 55,73 ---- and other queries against the central repository.

! The OpenBSD Project currently has four active and two historic ! source repositories:

*************** *** 133,140 ****

      # cd /usr/src
      # tar xzf /mnt/src.tar.gz
-     # tar xzf /mnt/xenocara.tar.gz
      # cd /usr
      # tar xzf /mnt/ports.tar.gz
  
--- 134,141 ----
      # cd /usr/src
      # tar xzf /mnt/src.tar.gz
      # cd /usr
+     # tar xzf /mnt/xenocara.tar.gz
      # tar xzf /mnt/ports.tar.gz
  
*************** *** 151,158 **** # cd /usr/src # tar xzf ../sys.tar.gz # tar xzf ../src.tar.gz - # tar xzf ../xenocara.tar.gz # cd /usr # tar xzf ports.tar.gz --- 152,159 ---- # cd /usr/src # tar xzf ../sys.tar.gz # tar xzf ../src.tar.gz # cd /usr + # tar xzf ../xenocara.tar.gz # tar xzf ports.tar.gz *************** *** 204,215 **** 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 --- 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 *************** *** 497,506 **** # 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: --- 498,507 ---- # 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: *************** *** 510,519 **** # 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 --- 511,520 ---- # 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 *************** *** 539,548 **** # 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): --- 540,549 ---- # 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): *************** *** 550,559 **** # 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
      
    --- 551,560 ---- # 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
      
    *************** *** 627,633 ****
    OpenSSH) to talk to the CVS server.

    ! Many of the CVS sites no longer support rsh for security reasons. Local problems like firewalls or imperfect protocol emulators such as slirp may also hinder rsh usage. However, if rsh is desired, one must set the CVS_RSH environment variable to point to rsh --- 628,635 ---- OpenSSH) to talk to the CVS server.

    ! Many of the CVS sites no longer support rsh or pserver for security reasons. ! Local problems like firewalls or imperfect protocol emulators such as slirp may also hinder rsh usage. However, if rsh is desired, one must set the CVS_RSH environment variable to point to rsh *************** *** 715,721 **** OpenBSD www@openbsd.org !
    $OpenBSD: anoncvs.html,v 1.281 2008/03/26 02:19:42 nick Exp $ --- 717,723 ---- OpenBSD www@openbsd.org !
    $OpenBSD: anoncvs.html,v 1.282 2008/05/01 00:24:43 nick Exp $