[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r27431 - trunk/subversion/libsvn_client

From: David Glasser <glasser_at_davidglasser.net>
Date: 2007-10-27 01:15:38 CEST

On 10/26/07, Karl Fogel <kfogel@red-bean.com> wrote:
> cmpilato@tigris.org writes:
> > More work in issue #2953. Change the way merge source normalization
> > happens to account for the annoyance that given a segment of path FOO
> > and revision coverage from N to M (inclusive), you can't actually do
> > anything useful unless you expand the range to N-1 (exclusive) to M
> > (inclusive), and path location for N-1 (which might not be FOO, but
> > perhaps is whatever FOO was copied from in rN).
>
> I realize I'm stepping into a hornet's nest of complexity, but how is
>
> N(inclusive)-->M(inclusive)
>
> different from
>
> (N-1)(exclusive)-->M(inclusive)
>
> ...in an algebra following the normal rules?

I think it's about name resolution. (If a path is deleted in N, say.)

--dave

-- 
David Glasser | glasser_at_davidglasser.net | http://www.davidglasser.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 27 01:15:50 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.