Subject: Re: AnonCVS oddity
To: None <wonko@tmok.com>
From: None <itojun@iijlab.net>
List: current-users
Date: 04/06/2001 13:04:42
>well, i was having trouble doing a 'make build' and saw lots of old posts on my
>problem but never any solutions, so i thought i'd just re-cvs a newer -current
>and see if it was one of those problems that just "go away" after someone 
>notices what they have done and fixes it quick.
>
>fine, that's cool.  except i come back to this:
>
>cvs [update aborted]: could not chdir to usr.sbin/mrouted/mrouted: Not a directory

	cvs becomes unhappy when it wants to dig a new directory
	(usr.sbin/mrouted/mrouted), and there already is a normal file.

	there are two solutions I guess:
	- clean your source code tree before running cvs update.
	- always use objdir on builds.  clean everything up, and run "make obj"
	  from the top level directory.

itojun