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

Re: delete callback in editorv2 and tree conflicts

From: Stefan Sperling <stsp_at_elego.de>
Date: Wed, 29 Feb 2012 14:01:42 +0100

On Wed, Feb 29, 2012 at 07:27:46AM -0500, Greg Stein wrote:
> I'm not sure this has anything to do with Ev2. The editor is for making the
> actual changes; ie. examine the merge sources, and if acceptable, then you
> call svn_editor_delete() to perform the deletion. The merge logic is in the
> *driver*, not the receiver.

The driver is not omniscient. It needs to pass information that allows
the receiver to make informed decisions.

The question is what information the receiver really needs and how much
the driver can provide upfront to prevent the receiver from having
to go through extra RA round-trips to obtain required information.

I'm happy to discuss solutions that don't involve Ev2, of course.
So how would you solve the problem at hand?
Received on 2012-02-29 14:02:21 CET

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.