Re: Hacking on PostgreSQL via GIT - Mailing list pgsql-hackers

From Jim C. Nasby
Subject Re: Hacking on PostgreSQL via GIT
Date
Msg-id 20070418183612.GZ72669@nasby.net
Whole thread Raw
In response to Re: Hacking on PostgreSQL via GIT  (Martin Langhoff <martin@catalyst.net.nz>)
Responses Re: Hacking on PostgreSQL via GIT  (Aidan Van Dyk <aidan@highrise.ca>)
Re: Hacking on PostgreSQL via GIT  (Martin Langhoff <martin@catalyst.net.nz>)
List pgsql-hackers
On Wed, Apr 18, 2007 at 06:39:34PM +1200, Martin Langhoff wrote:
> Keyword expansions are generally bad because SCM tools should track
> _content_ - and keyword expansions _modify_ it to add metadata that is
> somewhat redundant, obtainable in other ways, and should just not be in
> the middle of the _data_. Those modifications lead to patches that have
> bogus hunks and sometimes don't apply, MD5/SHA1 checksums that don't
> match and a whole lot of uncertainty.

Then how do you tell what version a file is if it's outside of a
checkout?
-- 
Jim Nasby                                            jim@nasby.net
EnterpriseDB      http://enterprisedb.com      512.569.9461 (cell)


pgsql-hackers by date:

Previous
From: Martin Langhoff
Date:
Subject: Re: Hacking on PostgreSQL via GIT
Next
From: KaiGai Kohei
Date:
Subject: Re: [RFC] PostgreSQL Access Control Extension (PGACE)