Just out of curiosity, I tried if I could reproduce this. I can, by setting a SVN property on the new file (Explorer file properties / SVN tab / Properties).
Just adding a file 'test.txt' with the word 'test' in it, commit, and diff it from the commit window, launches just my custom diff viewer. But when I set the property "svn:eol-style" of that file to "CRLF" and then view the diffs from the commit window, it opens my custom viewer showing the file's contents, and TortoiseMerge to diff the properties. And that's exactly what Tortoise is configured to do in my case: use a custom diff viewer for comparing the file contents, and TortoiseMerge to compare properties. Could that be what's happening in your case too? That would reduce the question to: is there anything setting file properties (for example EOL convention) on new files added to your repository? On Monday, September 10, 2018 at 10:42:23 PM UTC+2, Michael Boyko wrote: > > I use beyond compare. When I try committing files I right click on a newly > added file and select "compare with base". TortoiseSVN launches 2 compare > programs. I don't think it should be launching tortoisemerge. > > Thanks. -- 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/87ba70bd-5eb3-4ef2-a3f0-eeffdc4a8e5e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
