Re: SCMS question

From: Neil Conway <neilc(at)samurai(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Bruce Momjian <bruce(at)momjian(dot)us>, Gregory Stark <stark(at)enterprisedb(dot)com>, Warren Turkal <wt(at)penguintechs(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: SCMS question
Date: 2007-02-25 23:06:57
Message-ID: 1172444818.4576.39.camel@neilc-laptop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 2007-02-23 at 18:02 -0500, Tom Lane wrote:
> Yah know, the one bit of these pitches that always sounds like pure
> snake oil is the claim that they offer some kind of mechanical solution
> to merge conflicts. AFAICS that has nothing to do with the SCMS in use
> and everything to do with whether your "diff" command is AI-complete.

Did you do any research to support that assertion? The nature and
quality of the merge algorithm used actually differs significantly
between SCMs. The ability to do history-sensitive merges actually
results in a significant reduction in the need for manual conflict
resolution. For one example among many, see the discussion around a new
proposed merge algorithm for Codeville:

http://lists.zooko.com/pipermail/revctrl/2005-May/000005.html
http://revctrl.org/PreciseCodevilleMerge

Or the "Mark Merge" algorithm used by Monotone:

http://monotone.ca/docs/Mark_002dMerge.html
http://revctrl.org/MarkMerge

Claiming that all this amounts to "snake oil" is plainly wrong, I think.

> I note also that CVS does have the ability to merge changes across
> branches, we just choose not to use it that way.

As far as I know, CVS does not provide a way to do a 3-way merge without
considerable manual effort (e.g. using a standalone tool to do the
actual merge).

-Neil

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zoltan Boszormenyi 2007-02-25 23:23:24 IDENTITY/GENERATED v31
Previous Message Matthew D. Fuller 2007-02-25 22:14:31 Re: [Monotone-devel] Re: SCMS question