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

Re: [PATCH] Suppress conflict resolver in dry-run merge

From: Stefan Sperling <stsp_at_elego.de>
Date: Fri, 2 Nov 2018 10:34:54 +0100

On Thu, Nov 01, 2018 at 05:38:48PM +0100, Branko Čibej wrote:
> On 01.11.2018 17:25, Stefan Sperling wrote:
> > While many SVN operations support a dry-run mode, at present the conflict
> > resolver does not. It might actually be nice to see what the resolver would
> > do while in dry-run mode. A dry-run merge could show the result of successful
> > resolution in cases where a recommended resolution option exists, rather
> > than showing a conflict. For instance, a merge to the new location of a
> > moved item could be shown, instead of showing a conflict at the old location.
>
> Wouldn't that only work if the nature of the conflict was recorded
> somewhere in the working copy? And wouldn't recording it be exactly
> opposite of what 'svn merge --dry-run' really means?

Indeed, the resolver only reads such information from on-disk working
copy state. So this idea would probably not be worth the effort.
Received on 2018-11-02 10:35:15 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.