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

Re: Automatic tree conflicts resolution during svn update

From: Danil Shopyrin <danil_at_visualsvn.com>
Date: Wed, 12 Jun 2013 14:59:26 +0400

On Tue, Jun 11, 2013 at 4:12 PM, Stefan Sperling <stsp_at_elego.de> wrote:
> I think the problem with 'svn' is that the menu options were too hard
> to figure out. After some discussion with Ivan, I've tweaked the conflict
> prompt menu for clarity in this commit: http://svn.apache.org/r1491762
>
> Does this change settle the issue for you?

The new prompt menu makes a great improvement. The most important part
is that 'apply edit' action is marked as 'recommended'.

But is it possible to make the solution even better and apply edits
automatically without prompting users?

Also I agree with the idea that this case is not a real "tree
conflict" (from the user's point of view). The real "tree conflict" is
when user renames 'Program.cs' to 'SuperProgram.cs' while the file is
already renamed to 'MegaProgram.cs' in the repository. The discussed
use case is much simpler and it's not treated as a conflict by most of
the users.

So I propose to apply edits automatically to all files renamed in the
working copy (except the possible edge cases, of course). Users who
don't want edits to be applied automatically can run 'svn update' with
the '--accept=postpone' option. But I expect that most of the users
will be happy with the automatic behavior.

-- 
With best regards,
Danil Shopyrin
VisualSVN Team
Received on 2013-06-12 13:00:29 CEST

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.