First of all, it's nice to see SVN 1.10's much improved handling of tree conflicts coming to fruition!
TortoiseSVN's interactive task dialog tries to helpfully explain the full paths of each possible action, but because those paths can easily get long, they can get truncated, like here: https://imgur.com/a/E4bYDo4 I don't know if the Win32 API imposes a relatively short limit on command button descriptions, or if this is merely a line wrapping issue. In either case, the dialog should probably try to leave out common portions of the path if the text gets too unwieldy (and the differences get too hard to notice for the user), e.g.: "Move and merge local changes from trunk\…\NightlyUserAccountStatistics.html into trunk\…\NightlyUserAccountStatistics.cshtml" It would also be nice to highlight (bold?) the actual path changes. In this case, since this is actually quite hard to make out: NightlyUserAccountStatistics.**cs**html NightlyUserAccountStatistics**_NewAccountsTable.cs**html … -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/8380e81b-b53e-4449-b4ba-4da74a5af8f9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
