From owner-freebsd-current Wed Dec 6 14:05:10 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA25427 for current-outgoing; Wed, 6 Dec 1995 14:05:10 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA25410 for ; Wed, 6 Dec 1995 14:04:57 -0800 (PST) Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id OAA04326; Wed, 6 Dec 1995 14:04:34 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id OAA17843; Wed, 6 Dec 1995 14:05:03 -0800 Message-Id: <199512062205.OAA17843@corbin.Root.COM> To: "Justin T. Gibbs" cc: Terry Lambert , phk@critter.tfs.com (Poul-Henning Kamp), imb@scgt.oz.au, julian@ref.tfs.com, current@freebsd.org Subject: Re: changes in -current..TEST please In-reply-to: Your message of "Wed, 06 Dec 95 13:11:12 PST." <199512062111.NAA20912@freefall.freebsd.org> From: David Greenman Reply-To: davidg@Root.COM Date: Wed, 06 Dec 1995 14:04:53 -0800 Sender: owner-current@freebsd.org Precedence: bulk >>Bug report: >> >>When you use SUP to get the cvs treem the cvs update sometimes fails with >>messages like: >> >>cvs [update aborted]: cannot open file .#cd9660_vnops.c.1.21 for comparing: No >> such file or directory > >It looks like you are doing the update as an underpriveleged user (ie root >previously did an update that contained a merge for cd9660_vnops.c, and now >terry is doing an update and can't read the files root created). I've never >seen this problem on my system and I've been using SUP to get my CVS tree >for almost a year now. > >>Failing to update subsequent files until that section of the tree is deleted >>and rebuilt by hand. 8-(. This happens if you 'rm' the .# files that are created when a merge happens. Don't do that. -DG