Subject: Re: cvs recursive import
To: Berndt Josef Wulf <wulf@ping.net.au>
From: IWAMOTO Toshihiro <iwamoto@sat.t.u-tokyo.ac.jp>
List: tech-pkg
Date: 12/21/2000 13:29:33
At Wed, 20 Dec 2000 10:42:22 +1030 (CST),
Berndt Josef Wulf wrote:
> 
> I've got bitten twice no by trying to do an recursive update of a
> package. Everytime I've did  this it simply didn't update the
> Makefile.
> 
> 
> cvs -d wulf@cvs.netbsd.org:/cvsroot ci

I've had the same cvs trouble several times.  What I usually do is
something like:

	$ cd /usr/pkgsrc/foo/bar
	$ su root -c "chmod -R toshii ."
	<hack away>
	$ cvs -d toshii@cvs.netbsd.org:/cvsroot ci

As /usr/pkgsrc/foo is owned by root and isn't writable for me, I
suspected this might be a permission issue.  I don't think this is a
likely cause, but this is the only possible cause I can think of
except for the repository side issue.

Maybe I will hook cvs into gdb and look into this issue...
--
IWAMOTO Toshihiro