Subject: CVS problems
To: None <netbsd-help@netbsd.org>
From: Mihai Chelaru <kefren@netbastards.org>
List: netbsd-help
Date: 09/16/2002 10:06:55
Hello,

I have some problems updating a locally changed file. 
Let's say I modified the file /usr/src/sys/sys/param.h and then I try: cvs 
update -dC in /usr/src/sys. This will always fail with 'cvs [server aborted]: 
cannot open param.h.c for copying: No such file or directory'. However the 
operation is successfull if I do cvs update -dC in the directory in which I 
modified the file (cd /usr/src/sys/sys && cvs update -dC). Is this a cvs 
problem or I'm just stupid and doing something wrong ?

Thanks,
Mihai