Best Diff tool
-
We've gone through this before I'm sure but what diff/versioning/merge tool is everyone using? WinDiff sucks becuase it has a hardcoded limit on filename sizes (gimme a break!) and WinMerge goes haywire when you throw it more than a few dozen files. cheers, Chris Maunder
-
We've gone through this before I'm sure but what diff/versioning/merge tool is everyone using? WinDiff sucks becuase it has a hardcoded limit on filename sizes (gimme a break!) and WinMerge goes haywire when you throw it more than a few dozen files. cheers, Chris Maunder
Chris Maunder wrote: We've gone through this before I'm sure but what diff/versioning/merge tool is everyone using? WinDiff sucks becuase it has a hardcoded limit on filename sizes (gimme a break!) and WinMerge goes haywire when you throw it more than a few dozen files. Pen and paper. Just take copious notes and lay off the beer. :-D Michael Martin Australia "I personally love it because I can get as down and dirty as I want on the backend, while also being able to dabble with fun scripting and presentation games on the front end." - Chris Maunder 15/07/2002
-
We've gone through this before I'm sure but what diff/versioning/merge tool is everyone using? WinDiff sucks becuase it has a hardcoded limit on filename sizes (gimme a break!) and WinMerge goes haywire when you throw it more than a few dozen files. cheers, Chris Maunder
Chris Maunder wrote: We've gone through this before I'm sure but what diff/versioning/merge tool is everyone using? What about
fc
? -Nick Parker -
We've gone through this before I'm sure but what diff/versioning/merge tool is everyone using? WinDiff sucks becuase it has a hardcoded limit on filename sizes (gimme a break!) and WinMerge goes haywire when you throw it more than a few dozen files. cheers, Chris Maunder
Windiff or the built-in tool in Continuus.... X| Do you know why it's important to make fast decisions? Because you give yourself more time to correct your mistakes, when you find out that you made the wrong one. Chris Meech on deciding whether to go to his daughters graduation or a Neil Young concert
-
We've gone through this before I'm sure but what diff/versioning/merge tool is everyone using? WinDiff sucks becuase it has a hardcoded limit on filename sizes (gimme a break!) and WinMerge goes haywire when you throw it more than a few dozen files. cheers, Chris Maunder
-
We've gone through this before I'm sure but what diff/versioning/merge tool is everyone using? WinDiff sucks becuase it has a hardcoded limit on filename sizes (gimme a break!) and WinMerge goes haywire when you throw it more than a few dozen files. cheers, Chris Maunder
Chris Maunder wrote: WinDiff sucks becuase it has a hardcoded limit on filename sizes Funny, I've never hit that problem. You could always
subst
a drive letter to get around it. -- Mike Dimmick -
We've gone through this before I'm sure but what diff/versioning/merge tool is everyone using? WinDiff sucks becuase it has a hardcoded limit on filename sizes (gimme a break!) and WinMerge goes haywire when you throw it more than a few dozen files. cheers, Chris Maunder
Try ExamDiff Pro[^]
Paul Watson wrote: "At the end of the day it is what you produce that counts, not how many doctorates you have on the wall." George Carlin wrote: "Don't sweat the petty things, and don't pet the sweaty things." Jörgen Sigvardsson wrote: If the physicists find a universal theory describing the laws of universe, I'm sure the asshole constant will be an integral part of that theory.
-
We've gone through this before I'm sure but what diff/versioning/merge tool is everyone using? WinDiff sucks becuase it has a hardcoded limit on filename sizes (gimme a break!) and WinMerge goes haywire when you throw it more than a few dozen files. cheers, Chris Maunder
-
We've gone through this before I'm sure but what diff/versioning/merge tool is everyone using? WinDiff sucks becuase it has a hardcoded limit on filename sizes (gimme a break!) and WinMerge goes haywire when you throw it more than a few dozen files. cheers, Chris Maunder
I've used Araxis Merge[^], but I now use Beyond Compare[^].
The nice thing about C++ is that only your friends can handle your private parts.
-
We've gone through this before I'm sure but what diff/versioning/merge tool is everyone using? WinDiff sucks becuase it has a hardcoded limit on filename sizes (gimme a break!) and WinMerge goes haywire when you throw it more than a few dozen files. cheers, Chris Maunder
If you like WinDiff but want to tweak it the source is available with the Platform SDK under : PlatformSDK\Samples\begin\sdkdiff If you like inline diff viewing and diff compatability then http://www.componentsoftware.com/Products/CSDiff/index.htm[^] (btw : the free single user CS RCS is also worth a look) ...cmk Save the whales - collect the whole set
-
We've gone through this before I'm sure but what diff/versioning/merge tool is everyone using? WinDiff sucks becuase it has a hardcoded limit on filename sizes (gimme a break!) and WinMerge goes haywire when you throw it more than a few dozen files. cheers, Chris Maunder
-
We've gone through this before I'm sure but what diff/versioning/merge tool is everyone using? WinDiff sucks becuase it has a hardcoded limit on filename sizes (gimme a break!) and WinMerge goes haywire when you throw it more than a few dozen files. cheers, Chris Maunder
Araxis Merge[^] is awesome!
-
We've gone through this before I'm sure but what diff/versioning/merge tool is everyone using? WinDiff sucks becuase it has a hardcoded limit on filename sizes (gimme a break!) and WinMerge goes haywire when you throw it more than a few dozen files. cheers, Chris Maunder
Beyond Compare! (someone else gave a Clickety, so I won't :-D) I prefer to wear gloves when using it, but that's merely a matter of personal hygiene [Roger Wright on VB] Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. [Rich Cook]