From owner-cvs-all Sat May 26 15: 8:32 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id D4EB837B424; Sat, 26 May 2001 15:08:26 -0700 (PDT) (envelope-from peter@wemm.org) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f4QM8QM05105; Sat, 26 May 2001 15:08:26 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 7CE6238CB; Sat, 26 May 2001 15:08:26 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Will Andrews , Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include stddef.h In-Reply-To: <20010525023459.E7406@casimir.physics.purdue.edu> Date: Sat, 26 May 2001 15:08:26 -0700 From: Peter Wemm Message-Id: <20010526220826.7CE6238CB@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Will Andrews wrote: > On Fri, May 25, 2001 at 09:51:10AM +0300, Ruslan Ermilov wrote: > > How that could be? Don't we count the '$FreeBSD$' line? > > Not necessarily. Only when the previous commit that was made was made > w/o the rcsid expanded. I've made several "+0 -0" commits before. :-) If the previous commit had the tag changed to "$FreeBSD$" and the current commit had it as "$FreeBSD$" then you get this. The tags are expanded on *checkout*, not checkin. If you have: "$FreeBSD: is excellent $" then that is what actually goes into the rcs files. I have contemplated in the past making the commit checkin scripts change any expanded $FreeBSD: foo $ tags into plain $FreeBSD$ so that it doesn't keep occupying rcs delta space, but I was concerned about potential interactions with remote commits and the 'touched but not actually modified' checking. It would be worth experimenting with I think. It is silly that we have +1 -1 on most commits solely because of the header changes. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message