From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KY5Lj-0002pS-Ct for garchives@archives.gentoo.org; Tue, 26 Aug 2008 20:41:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBFCFE03D4; Tue, 26 Aug 2008 20:41:09 +0000 (UTC) Received: from duke.math.cinvestav.mx (duke.math.cinvestav.mx [148.247.14.23]) by pigeon.gentoo.org (Postfix) with ESMTP id A5344E03D4 for ; Tue, 26 Aug 2008 20:41:09 +0000 (UTC) Received: from xdune.lan (unknown [189.140.143.154]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by duke.math.cinvestav.mx (Postfix) with ESMTP id 45FAC14078 for ; Tue, 26 Aug 2008 15:41:08 -0500 (CDT) Date: Tue, 26 Aug 2008 15:41:07 -0500 From: Yuri Vasilevski To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] Usages of CVS $Header$ keyword in ebuilds - use cases wanted Message-ID: <20080826154107.373c7095@xdune.lan> In-Reply-To: <20080826204036.GE30560@curie-int.orbis-terrarum.net> References: <20080826204036.GE30560@curie-int.orbis-terrarum.net> X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.9; i486-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: a0100a9b-cd7d-4043-831c-df7b1ec31269 X-Archives-Hash: bc6d2be78c9b5942490ff625f1764c1a Hi, On Tue, 26 Aug 2008 13:40:36 -0700 "Robin H. Johnson" wrote: > I'm doing some research on our usages of the $Header$ keyword in our > main CVS repo. > > Q: Are there any other use-cases you have and actively use? I use the revision present in the header to identify changes in ebuild files that didn't needed a revision dump. Kindest regards, Yuri.