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

From Tom Lane
Subject Re: PostgreSQL Developer meeting minutes up
Date
Msg-id 11894.1243529112@sss.pgh.pa.us
Whole thread Raw
In response to Re: PostgreSQL Developer meeting minutes up  (Greg Smith <gsmith@gregsmith.com>)
Responses Re: PostgreSQL Developer meeting minutes up  (Stephen Frost <sfrost@snowman.net>)
Re: PostgreSQL Developer meeting minutes up  (Greg Smith <gsmith@gregsmith.com>)
List pgsql-hackers
Greg Smith <gsmith@gregsmith.com> writes:
> The best way to control the scope creep here is to avoid doing that, and 
> instead focus on what you really need from the repo conversion.  [...]
> If the goalposts are moved to "every ancient tag/release ever must build 
> perfectly and have sane history no matter how nasty its CVS history was", 
> history conversion is doomed.

Right.  Shall we try to spec out exactly what our conversion
requirements are?  Here's a shot:

* Head of each active branch must check out the same as it does from CVS
(modulo $PostgreSQL$ and similar tags, which we've already agreed we can
abandon).

* Each released minor version tag must check out the same as from CVS,
at least back to some specified point (perhaps 7.4.0).  I'd really
prefer to insist on that all the way back.

* Each commit message in the CVS history must be retrievable from the
git history, and should correspond to the same file changes.  However,
we are okay with git sometimes treating "one" CVS commit as two or more
events with similar messages.  (I'm basing this on the behavior of
cvs2cl, which sometimes does that depending on how time-extended the
individual file updates were.)  Also, we won't be too picky about
whether the "same" commits on different branches are treated as one
event or multiple events.

Comments?  Other considerations?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: PostgreSQL Developer meeting minutes up
Next
From: Tom Lane
Date:
Subject: Re: PostgreSQL Developer meeting minutes up