Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

When you install winmerge after TortoiseSVN it gives you the option of associating winmerge with Tortoise. But if we install TortoiseSVN after winmerge how can we associate Winmerge to be used instead of Tortoise default diff viewer.

share|improve this question

1 Answer

up vote 8 down vote accepted

You can open the TortoiseSVN settings and manually enter it:

enter image description here

My command line from the screenshot above is:

C:\Program Files (x86)\WinMerge\WinMergeU.exe -e -x -ub -dl %bname -dr %yname %base %mine

If you install TortoiseSVN after WinMerge, probably the easiest way would be to uninstall and re-install WinMerge again.

share|improve this answer
1  
wow.. I mean wow. I love SO ;) – Rakesh Juyal Mar 6 '12 at 6:25
@RakeshJuyal Thank you :-) – Uwe Keim Mar 6 '12 at 6:28
1  
Great answer! Thanks! – Viet Oct 22 '12 at 7:03
1  
I like to see the changed version in the left pane, so this is mine: C:\Program Files (x86)\WinMerge\WinMergeU.exe -e -ub -dl %yname -dr %bname %mine %base – mattalexx Mar 25 at 15:31

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.