From owner-freebsd-current Tue Jan 18 21:54:42 2000 Delivered-To: freebsd-current@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 9AE2A14E5B for ; Tue, 18 Jan 2000 21:54:40 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id WAA71846; Tue, 18 Jan 2000 22:54:39 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id WAA23001; Tue, 18 Jan 2000 22:55:10 -0700 (MST) Message-Id: <200001190555.WAA23001@harmony.village.org> To: John Polstra Subject: Re: breakage Cc: current@freebsd.org In-reply-to: Your message of "Tue, 18 Jan 2000 21:48:37 PST." <200001190548.VAA07834@vashon.polstra.com> References: <200001190548.VAA07834@vashon.polstra.com> <200001190440.VAA21591@harmony.village.org> Date: Tue, 18 Jan 2000 22:55:10 -0700 From: Warner Losh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200001190548.VAA07834@vashon.polstra.com> John Polstra writes: : Details, please. If I had a nickel for every "CVSup problem" that : turned out to be something else, I'd be a rich man today. I was working on that.... It was either one of two things. My cvsup file at work didn't have a delete line like I had at home: *default delete I also had the following line in my file at work: *default umask 2 (notice missing = sign). What happened was that no revisions of the gcc (and others) tree were deleted with the latest checkins there. Also the default branch was still 1 rather than 1.1.1.x, it didn't switch. Once I added the delete line and umask=2 (added the =), everything updated. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message