DiffFiles integration with TortoiseSVN
Posted: Wed Jun 18, 2014 12:54 pm
Can anyone suggest suitable pseudo-command line syntax for launching DiffFiles.exe as an external diff viewer for TortoiseSVN. The available variables are listed here:
http://tortoisesvn.net/docs/release/Tor ... ings-progs
I know I can use at least this:
but are there also equivalent 'command line' options to alter the headings/titles/revision number display as there are for many other common diff viewers (like the WinMerge example given on that page: WinMerge.exe -e -ub -dl %bname -dr %yname %base %mine)?
http://tortoisesvn.net/docs/release/Tor ... ings-progs
I know I can use at least this:
Code: Select all
DiffFiles.exe %base %mine