On Wednesday, June 6, 2018 at 8:11:00 AM UTC+2, Tobias Knauss wrote: > > maybe the cmd.exe pops up because I have set > diff-cmd = "c:\\svn_no-merge.bat" > diff3-cmd = "c:\\svn_no-merge.bat" > to avoid automatic merging. > Batch file content: > @type %9 > @exit 1 >
That's the reason. As I explained before: the "compare with working copy" from the log list (top pane in the log dialog) creates a patch file and applies that to the working copy. Now since you have the 'diff3-cmd' set to do nothing, the unified diff (patch file) can not be created. Stefan -- 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/69c3eb60-79c5-4eac-8176-11778a122358%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
