=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.289 retrieving revision 1.290 diff -u -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,12 +205,12 @@ specify a tag along with your command. Example:
-	# cd /usr; cvs checkout -P -rOPENBSD_4_3 src
+	# cd /usr; cvs checkout -P -rOPENBSD_4_4 src
 

Or OPENBSD_4_2 for 4.2, etc. -

The OPENBSD_4_3 tag contains the release sources and +

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

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

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

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

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

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

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

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

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

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

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

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

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

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