=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.281 retrieving revision 1.282 diff -u -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,18 +55,19 @@ and other queries against the central repository.

-The OpenBSD Project currently has six main source repositories: +The OpenBSD Project currently has four active and two historic +source repositories:

@@ -133,8 +134,8 @@

     # cd /usr/src
     # tar xzf /mnt/src.tar.gz
-    # tar xzf /mnt/xenocara.tar.gz
     # cd /usr
+    # tar xzf /mnt/xenocara.tar.gz
     # tar xzf /mnt/ports.tar.gz
 
@@ -151,8 +152,8 @@ # cd /usr/src # tar xzf ../sys.tar.gz # tar xzf ../src.tar.gz - # tar xzf ../xenocara.tar.gz # cd /usr + # tar xzf ../xenocara.tar.gz # tar xzf ports.tar.gz @@ -204,12 +205,12 @@ specify a tag along with your command. Example:
-	# cd /usr; cvs checkout -P -rOPENBSD_4_2 src
+	# cd /usr; cvs checkout -P -rOPENBSD_4_3 src
 

-Or OPENBSD_4_1 for 4.1, etc. +Or OPENBSD_4_2 for 4.2, etc. -

The OPENBSD_4_2 tag contains the release sources and +

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

Available Anonymous CVS Servers @@ -497,10 +498,10 @@ # cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P src -

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

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

 	# cd /usr
-	# cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_4_2 -P src
+	# cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_4_3 -P src
 
  • Anytime afterwards, to `update' this tree: @@ -510,10 +511,10 @@ # cvs -q up -Pd -

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

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

     	# cd /usr/src
    -	# cvs -q up -rOPENBSD_4_2 -Pd
    +	# cvs -q up -rOPENBSD_4_3 -Pd
     
    Every time you ran this it would synchronize your /usr/src tree. It would @@ -539,10 +540,10 @@ # cd /usr # cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P ports -

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

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

     	# cd /usr
    -	# cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_4_2 -P ports
    +	# 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,10 +551,10 @@ # cd /usr/ports # cvs -q up -Pd -

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

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

     	# cd /usr/ports
    -	# cvs -q up -rOPENBSD_4_2 -Pd
    +	# cvs -q up -rOPENBSD_4_3 -Pd
     
    @@ -627,7 +628,8 @@
    OpenSSH) to talk to the CVS server.

    -Many of the CVS sites no longer support rsh for security reasons. Local +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,7 +717,7 @@ OpenBSD www@openbsd.org -
    $OpenBSD: anoncvs.html,v 1.281 2008/03/26 02:19:42 nick Exp $ +
    $OpenBSD: anoncvs.html,v 1.282 2008/05/01 00:24:43 nick Exp $