Using WinMerge with Subversion#
I'm still using the Subversion command line interface (despite Scott's gentle recommendation that maybe I should graduate to the GUI world), but I've grown out of WinDiff and moved on to WinMerge as my visual diff tool of choice. The process for integrating the tools is the same that I outlined for using WinDiff, except the contents of the batch file should be changed to:

start "WinMerge" /B /WAIT "C:\Program Files\WinMerge\WinMergeU.exe" /e /ub /dl %3 /dr %5 %6 %7

A couple immediate advantages is that you now get descriptive labels for the 2 different file windows (working copy, revision), and you can quickly exit out of a diff by pressing ESC, making it easy to cycle through a folder of modified files.
Wednesday, April 26, 2006 11:56:00 PM (Central Daylight Time, UTC-05:00) #    Comments [1]  | 

 

Wednesday, August 01, 2007 11:16:37 AM (Central Daylight Time, UTC-05:00)
This is very handy-- thank you!

I have what I think is an improvement -- the latest version of WinMerge allows you to have "single-instance behavior"-- ie. One instance of WinMerge can have several diff sessions (comparisons of pairs of files) open in it.

To use this, just take out the "/WAIT" and add the "/s":

start "WinMerge" /B "C:\Program Files\WinMerge\WinMergeU.exe" /e /s /ub /dl %3 /dr %5 %6 %7

OpenID
Please login with either your OpenID above, or your details below.
Name
E-mail
Home page

Comment (HTML not allowed)  

Live Comment Preview
All content © 2008, Joshua Flanagan
About this site
Send mail to the author(s) Contact me
Feed your aggregator (RSS 2.0)
Joshua Flanagan
I have been developing software professionally for 10 years; focusing on .NET since its release. I use this site to interact with, and contribute to, the .NET software development community.
Microsoft Certified Application Developer

On this page
Archives
Rest of the world

Acknowledgements

Powered by: newtelligence dasBlog 2.1.8209.14743

The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

Site theme based on the essence design by Jelle Druyts