Change default SVN diffing tool
Following a blog, I created a batch file, wm.bat: "d:\svnroot\external\winmerge\WinMerge.exe" /B /WAIT "d:\svnroot\external\winmerge\WinMergeU.exe" /e /ub /dl %3 /dr %5 %6 %7 And I tried calling svn diff | wm but that didn't work. So how do I integrate WinMerge or similar utility with svn diff ? Extending on David's answer below, changing the default for Windows requires editing the configuration file located at (for Windows XP) C:\Documents and Settings\%USERNAME%\Application Data\Subversion\config or (Windows Vista) C:\Users\%USERNAME%\AppData\Roaming\Subversion\config David Dean Ok, looking