From owner-cvs-src@FreeBSD.ORG Sat Aug 9 17:02:08 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA5DD37B401; Sat, 9 Aug 2003 17:02:08 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2CF543F85; Sat, 9 Aug 2003 17:02:07 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h7A026QX056695; Sat, 9 Aug 2003 17:02:06 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h7A026UW056694; Sat, 9 Aug 2003 17:02:06 -0700 (PDT) Date: Sat, 9 Aug 2003 17:02:06 -0700 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20030810000206.GB56604@dragon.nuxi.com> References: <200308071642.h77GgQrJ097893@repoman.freebsd.org> <20030809130904.GC97705@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030809130904.GC97705@sunbay.com> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.1-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: Nate Lawson cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: John Baldwin Subject: Re: cvs commit: src/sys/contrib/dev/acpica/compiler adisasm.c getopt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Aug 2003 00:02:09 -0000 On Sat, Aug 09, 2003 at 04:09:04PM +0300, Ruslan Ermilov wrote: > On Thu, Aug 07, 2003 at 01:00:07PM -0400, John Baldwin wrote: > > > > On 07-Aug-2003 Nate Lawson wrote: > > > njl 2003/08/07 09:42:26 PDT > > > > > > FreeBSD src repository > > > > > > Removed files: > > > sys/contrib/dev/acpica/compiler adisasm.c getopt.c > > > Log: > > > Remove two files that were imported in the wrong directory. > > > > Perhaps cvs@ should remove the associated ,v files before they spread > > very far? > > > Please don't. Removing files and re-adding them (with the > new contents but an old revision number) causes all sorts > of disaster ("cvs update" doesn't see the update). We've > been through this when someone surgered contrib/binutils/ > this way. This was a totally different thing -- and that was GCC, not binutils. It is proper for cvs@ to rm ,v files from the Attic that will never be re-added later in that same location.