Re: Hacking on PostgreSQL via GIT

From: Aidan Van Dyk <aidan(at)highrise(dot)ca>
To: "Jim C(dot) Nasby" <jim(at)nasby(dot)net>
Cc: Martin Langhoff <martin(at)catalyst(dot)net(dot)nz>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Florian G(dot) Pflug" <fgp(at)phlo(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Hacking on PostgreSQL via GIT
Date: 2007-04-18 18:59:54
Message-ID: 20070418185954.GZ5066@yugib.highrise.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

* Jim C. Nasby <jim(at)nasby(dot)net> [070418 14:39]:
> 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?

That's what all the fun is about ;-) Some would say that "labelling" the
file is the job of the release processes. Others say it's the job of
the SCM system...

Of course I just sit on the fence because in the work I have to do, I'm
quite happy that nothing is "outside of a checkout". GIT is good enough
that I have it everywhere. I realise not everyone's that lucky..

;-)

a.

--
Aidan Van Dyk Create like a god,
aidan(at)highrise(dot)ca command like a king,
http://www.highrise.ca/ work like a slave.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Aidan Van Dyk 2007-04-18 19:06:18 Re: Hacking on PostgreSQL via GIT
Previous Message Tom Lane 2007-04-18 18:53:23 Re: [RFC] PostgreSQL Access Control Extension (PGACE)