Re: missing file in git repo

From: Aidan Van Dyk <aidan(at)highrise(dot)ca>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Magnus Hagander <magnus(at)hagander(dot)net>, Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov>, Alexey Klyukin <alexk(at)commandprompt(dot)com>, Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>, "cedric(dot)villemain(dot)debian" <cedric(dot)villemain(dot)debian(at)gmail(dot)com>, Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: missing file in git repo
Date: 2010-05-03 15:20:56
Message-ID: 20100503152056.GU17479@oak.highrise.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

* Andrew Dunstan <andrew(at)dunslane(dot)net> [100503 11:05]:

> If it has been done why isn't it being run?

I suspect (but can only speak for myself) it's simply because to most of
us using git for development, it's irrelevant... We're using it to
track/build/develop, and the "history" and keywords aren't relevant to
us tracking branch tips and makeing sure our changes work.

Every once in a while we notice a conversion glich, we fix it...

We've posted the results, had the little bike-shed on keywords,
hand-"fixed" RCS files, etc, and moved on ;-)

But your case of trying to "automatically" build/track the branch heads
for the buildfarm w/ git has a lot more strict requirements of the
*incremental* *conversion* *of* *CVS* than any of us had/have... Of
course, improvements in that conversion mean you actually have *better*
reliability than the current CVS, because you can avoid the problem of
broken CVS checkouts...

Of course, if the repository was git, the buildfarm wouldn't need to
"worry" if the git repository/commit it's fetching is "a good
approximation of the CVS" ;-)

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 Robert Haas 2010-05-03 15:23:20 Re: missing file in git repo
Previous Message Andrew Dunstan 2010-05-03 15:05:00 Re: missing file in git repo