Gentoo Archives: gentoo-dev

From: Fabian Groffen <grobian@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] $Header:$ and ebuilds
Date: Fri, 20 Apr 2007 12:35:20
Message-Id: 20070420123054.GD24326@gentoo.org
In Reply to: [gentoo-dev] $Header:$ and ebuilds by Mike Frysinger
1 On 20-04-2007 08:22:42 -0400, Mike Frysinger wrote:
2 > does anyone actually find this useful ? i think ive used the value in there
3 > like once (when in reality a `md5sum` would have worked just as well) ...
4 > otherwise, from my perspective:
5 > - it causes annoying bogus hunks in diffs
6 > - not uncommon for people to contact me as the maintainer because i'm in that
7 > - wastes space (well, probably not a strong argument due to bytes vs blocks)
8 > - for mostly green users, it's confusing and they get it wrong
9
10 I use it to make deltas of changes made in the tree, and apply those
11 deltas on the overlay I'm using. Without $Header: $ there I have no way
12 to actually see which version I'm dealing with, so which revisions to
13 retrieve for differences.
14 For that reason, I prefer as much files as possible in the tree to have
15 a $Header: $ somewhere, so I can easily sync, keeping my local changes.
16
17
18
19 --
20 Fabian Groffen
21 Gentoo on a different level
22 --
23 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] $Header:$ and ebuilds "Petteri Räty" <betelgeuse@g.o>
Re: [gentoo-dev] $Header:$ and ebuilds "Kevin F. Quinn" <kevquinn@g.o>