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 1KY5dA-0003yP-8I for garchives@archives.gentoo.org; Tue, 26 Aug 2008 20:59:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6286CE02FA; Tue, 26 Aug 2008 20:59:11 +0000 (UTC) Received: from duke.math.cinvestav.mx (duke.math.cinvestav.mx [148.247.14.23]) by pigeon.gentoo.org (Postfix) with ESMTP id CAEEAE030B for ; Tue, 26 Aug 2008 20:59:10 +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 E45B714059 for ; Tue, 26 Aug 2008 15:59:09 -0500 (CDT) Date: Tue, 26 Aug 2008 15:59:09 -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: <20080826155909.6d2ba7a6@xdune.lan> In-Reply-To: <20080826205421.GF30560@curie-int.orbis-terrarum.net> References: <20080826204036.GE30560@curie-int.orbis-terrarum.net> <20080826154107.373c7095@xdune.lan> <20080826205421.GF30560@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: 0f4ce70b-e5d7-45df-855a-e8a1afe42561 X-Archives-Hash: 9da23c904bc35e0beef5be1a12c933a4 On Tue, 26 Aug 2008 13:54:21 -0700 "Robin H. Johnson" wrote: > On Tue, Aug 26, 2008 at 03:41:07PM -0500, Yuri Vasilevski 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. > Err, what do you mean by revision dump? revision dump is when foo-1.0-r4 becomes foo-1.0-r5. But when foo-1.0-r4 is updated in-place, I use CVS revisions (ej: 1.12 -> 1.13 in 2nd word in $ Header: ....) Yuri.