=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/Attic/cvsync.html,v retrieving revision 1.31 retrieving revision 1.32 diff -c -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,162 ****

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

          # cd /usr
!         # CVSROOT=/cvs 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 --- 142,153 ----

! It is now simple to check out any one of the CVSync'ed repositories:

          # cd /usr
!         # cvs -d /cvs checkout src
  

The above will check out the most current sources. Many of you will only *************** *** 166,172 ****

          # cd /usr
!         # cvs checkout -rOPENBSD_3_5 src
  

Or OPENBSD_3_4 for 3.4, etc. --- 157,163 ----

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

Or OPENBSD_3_4 for 3.4, etc. *************** *** 348,354 ****


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