=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/Attic/cvsup.html,v retrieving revision 1.97 retrieving revision 1.98 diff -u -r1.97 -r1.98 --- www/Attic/cvsup.html 2005/12/13 17:36:47 1.97 +++ www/Attic/cvsup.html 2006/03/17 07:54:10 1.98 @@ -150,19 +150,11 @@

-It is now simple to check out any one of the CVSup'ed repositories. -For Korn/Bourne shells: +It is now simple to check out any one of the CVSup'ed repositories:

         # cd /usr
-        # CVSROOT=/cvs cvs checkout src
+        # cvs -d /cvs checkout src
 
-

-For csh and its derivatives: -

-        # cd /usr
-        # setenv CVSROOT /cvs
-        # cvs checkout src
-

The above will check out the most current sources. Many of you will only @@ -171,7 +163,7 @@ For example:

         # cd /usr
-        # cvs checkout -rOPENBSD_3_7 src
+        # cvs -d /cvs checkout -rOPENBSD_3_7 src
 

Or OPENBSD_3_6 for 3.6, etc. @@ -970,7 +962,7 @@


OpenBSD www@openbsd.org -
$OpenBSD: cvsup.html,v 1.97 2005/12/13 17:36:47 grunk Exp $ +
$OpenBSD: cvsup.html,v 1.98 2006/03/17 07:54:10 ray Exp $