Re: PostgreSQL Developer meeting minutes up - Mailing list pgsql-hackers

From Robert Haas
Subject Re: PostgreSQL Developer meeting minutes up
Date
Msg-id 603c8f070905280838s5bebb79bn37e4dc4a6c97daf7@mail.gmail.com
Whole thread Raw
In response to Re: PostgreSQL Developer meeting minutes up  (Greg Stark <stark@enterprisedb.com>)
Responses Re: PostgreSQL Developer meeting minutes up  ("Markus Wanner" <markus@bluegap.ch>)
Re: PostgreSQL Developer meeting minutes up  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Thu, May 28, 2009 at 11:04 AM, Greg Stark <stark@enterprisedb.com> wrote:
> On Thu, May 28, 2009 at 3:52 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Andrew Dunstan <andrew@dunslane.net> writes:
>>> Robert Haas wrote:
>>>> That would suck for me.  I use git log a lot to see how things have
>>>> changed over time.
>>
>>> Indeed. Losing the history is not an acceptable option.
>>
>> I think the same.  If git is not able to maintain our project history
>> then it is not mature enough to be considered as our official VCS.
>> This is not a negotiable requirement.
>
> I think the idea is that you could choose, for example, the level of
> granularity you want to keep. That could be interesting in the future
> -- someone who submitted a patch (or anyone who was working in that
> area) might want to keep all their intermediate commits and not just
> the one big commit for the whole feature.

I don't think that was the idea - Aidan floated the idea of just
checking the current version of each branch into git, rather than
importing the full history from CVS (and letting indivdual cloners fix
their own history if they were so inclined).  I think that's a
non-starter.

I'm still not sure who is going to take responsibility for fixing the
git tree we have now.  I don't think it's going to work for us to
leave it broken until we're ready to do "the cutover", and then do one
monolithic move.  If the tools we're using to do the import now have
broken our tree, then we need to fix it, and them.  Ideally I'd like
to get a bi-directional conversion working, so that committers could
commit via either CVS or GIT during the transition, but I'm not sure
whether that's feasible.

...Robert


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Compiler warning cleanup - unitilized const variables, pointer type mismatch
Next
From: Robert Haas
Date:
Subject: Re: PostgreSQL Developer meeting minutes up