=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/Attic/cvsync.html,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- www/Attic/cvsync.html 2006/02/04 15:09:23 1.31 +++ www/Attic/cvsync.html 2006/03/17 07:54:10 1.32 @@ -142,21 +142,12 @@

-It is now simple to check out any one of the CVSync'ed repositories. -For Korn/Bourne shells: +It is now simple to check out any one of the CVSync'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 @@ -166,7 +157,7 @@

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

Or OPENBSD_3_4 for 3.4, etc. @@ -348,7 +339,7 @@


OpenBSD www@openbsd.org -
$OpenBSD: cvsync.html,v 1.31 2006/02/04 15:09:23 grunk Exp $ +
$OpenBSD: cvsync.html,v 1.32 2006/03/17 07:54:10 ray Exp $