Re: PostgreSQL Developer meeting minutes up

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PostgreSQL Developer meeting minutes up
Дата
Msg-id 11894.1243529112@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: PostgreSQL Developer meeting minutes up  (Greg Smith <gsmith@gregsmith.com>)
Ответы Re: PostgreSQL Developer meeting minutes up  (Stephen Frost <sfrost@snowman.net>)
Re: PostgreSQL Developer meeting minutes up  (Greg Smith <gsmith@gregsmith.com>)
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: PostgreSQL Developer meeting minutes up
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PostgreSQL Developer meeting minutes up