Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jul 2002 06:51:28 -0700
From:      Luigi Rizzo <rizzo@icir.org>
To:        Andrew Gallatin <gallatin@cs.duke.edu>
Cc:        current@freebsd.org
Subject:   Re: buildworld problems with today's sources
Message-ID:  <20020701065128.A93489@iguana.icir.org>
In-Reply-To: <15648.23918.162377.985452@grasshopper.cs.duke.edu>; from gallatin@cs.duke.edu on Mon, Jul 01, 2002 at 09:47:26AM -0400
References:  <20020630140656.A86137@iguana.icir.org> <15648.23918.162377.985452@grasshopper.cs.duke.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jul 01, 2002 at 09:47:26AM -0400, Andrew Gallatin wrote:
> 
> The same thing happened to me when buildworlding on a ~june 20th
> current box.

Ruslan explained me the source of the problem... cvs does not
prune empty directories unless you specify a revision or a date.
In my case i wanted HEAD so i did

	cvs co src

whereas I should have done

	cvs co -P src

After doing that, mostly things worked (modulo the fact that i probably
was in the middle of some commit and there was some breakage
somewhere, but nothing important)

	cheers
	luigi

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020701065128.A93489>