Subject: Re: CVS question
To: Jack Morgan <Jack.Morgan@morganstanley.com>
From: Bernd Ernesti <netbsd@arresum.inka.de>
List: port-i386
Date: 02/09/2002 19:50:49
On Thu, Feb 07, 2002 at 08:33:21AM +0900, Jack Morgan wrote:
> I'm trying to checkout the latest kernel source and having some
> trouble. I want the latest siop drivers but when I do
> 
> cvs checkout -P syssrc
> 
> I get
> 
> ~/syssrc/src/dev/pci
> 
> siop_pci.c			2 KB	Nov 13 21:32  
> siop_pci_common.c		10 KB	Nov 13 21:32  
> siop_pci_common.h		2 KB	Jan 13 2001   

Everything looks okay here.

> These are the same as in
> pub/NetBSD/NetBSD-current/src/sys/dev/pci

In this directory you find the cvs files which are checked out.

> Then If I look on at
> pub/NetBSD-cvs/main/syssrc/sys/dev/pci/

HERE you find the rcs files with all the old revisions, this is not what you
want. You just want the latest version and not the rcs files.

> siop_pci.c,v 		15 KB	Jan 10 17:56  
> siop_pci_common.c,v		21 KB 	Jan 29 14:40  
> siop_pci_common.h,v		4 KB	Jan 10 17:56  
                   ^^
This is the indication for rcs files.

> These are the ones I need. Any suggestions?

NO, you don't want this files.
You allready got the correct files (the smaller ones).

Bernd