When I do a merge in SVN, I often like to run it with the -dry-run option so that I can see my conflicts, take a look at them and develop a plan to solve them, as I am doing my actual merge. This is great for file conflicts, but with tree conflicts, I cannot find additional information about them, for example. local deletion, inbound editing during update.
Is there any way to get this information through dry run? or without actually polluting my local copy with a bunch of conflicts? I do not want to check another local copy in order to check the merge, because it takes a lot of time.
source
share