This small utility applet is written in C++ to keep the interface layering to a minimum when integrating your own diff3 program (such as Kdiff3) into Subversion or TortoiseSVN. Subversion allows you to configure it to plug in a different diff3 program. Most people will use a script file, but when running with TortoiseSVN, this can be very painful. For every merge, a separate command console is launched and the interface script file is executed to launch kdiff3. When merging hundreds or thousands of files, this quickly becomes unworkable. In order to speed this up and to make it more seamless, a lower-level C++ shim is needed. No interface console will be created. Instead, redirected console pipelines will be used, and any error return codes will be bubbled up to the user to display in a nice integrated error dialog box from TortoiseSVN.
30 Day Summary Apr 16 2013 — May 16 2013
|
12 Month Summary May 16 2012 — May 16 2013
|
Copyright
©
2013
Black Duck Software, Inc.
and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a
Creative Commons Attribution 3.0 Unported License
. Ohloh
®
and the Ohloh logo are trademarks of
Black Duck Software, Inc.
in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.