Gentoo Archives: gentoo-dev

From: "Kevin F. Quinn" <kevquinn@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] $Header:$ and ebuilds
Date: Sat, 21 Apr 2007 07:48:29
Message-Id: 20070421084754.63a85ec7@c1358217.kevquinn.com
In Reply to: Re: [gentoo-dev] $Header:$ and ebuilds by Fabian Groffen
1 On Fri, 20 Apr 2007 14:30:54 +0200
2 Fabian Groffen <grobian@g.o> wrote:
3
4 > On 20-04-2007 08:22:42 -0400, Mike Frysinger wrote:
5 > > does anyone actually find this useful ? i think ive used the value
6 > > in there like once (when in reality a `md5sum` would have worked
7 > > just as well) ... otherwise, from my perspective:
8 > > - it causes annoying bogus hunks in diffs
9 > > - not uncommon for people to contact me as the maintainer because
10 > > i'm in that
11 > > - wastes space (well, probably not a strong argument due to bytes
12 > > vs blocks)
13 > > - for mostly green users, it's confusing and they get it wrong
14 >
15 > I use it to make deltas of changes made in the tree, and apply those
16 > deltas on the overlay I'm using. Without $Header: $ there I have no
17 > way to actually see which version I'm dealing with, so which
18 > revisions to retrieve for differences.
19 > For that reason, I prefer as much files as possible in the tree to
20 > have a $Header: $ somewhere, so I can easily sync, keeping my local
21 > changes.
22
23 I do the same. The '$Header: $' tells me which version of a file in the
24 CVS tree I last synced to in my overlay, then I can just do a cvs diff
25 on the tree to get a patch of differences since then. Very useful.
26
27 --
28 Kevin F. Quinn

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] $Header:$ and ebuilds Thilo Bangert <bangert@g.o>
Re: [gentoo-dev] $Header:$ and ebuilds Michael Cummings <mcummings@g.o>