I am attempting to diff two files in svn and see the side by side differences in winmerge as described in this post.
However when I try to do that Winmerge opens but complains that the file paths are invalid. It appears that svn diff outputs files in a temp folder then deletes them before WinMerge can open them. Is there a workaround for this?
Console output:
C:\blah>svn diff -r 14055:14056 web.xml
Index: web.xml
===================================================================
C:\blah>start "WinMerge" /B "C:\Program Files (x86)\WinMerge\WinMergeU.exe" /e /s /ub /dl "web.xml (revision 14055)" /dr "web.xml(revision 14056)" C:\Users\standeph\AppData\Local\Temp\svn-E6927443 C:\Users\standeph\AppData\Local\Temp\svn-E69F9C4A
Winmerge gui: