Tagged Questions
32
votes
4answers
9k views
Ignoring svn folders in WinMerge
I'm trying to recursively compare two subversion working copy folders using WinMerge.
Unfortunately, WinMerge displays lots of differencing files inside of the subversion control folders (.svn or ...
13
votes
3answers
6k views
use Winmerge inside of Git to file diff
Is there a way to use Winmerge inside of Git to do Diffs?
Thanks
3
votes
2answers
417 views
How to diff custom file list with WinMerge
I have a code directory structure, which is this:
modudle1
trunk
pom.xml
branches
1.1
pom.xml
modudle2
trunk
pom.xml
submodule-2.1
pom.xml
...
2
votes
3answers
102 views
Mapping line numbers across two diff files using emacs/python/winmerge
Consider the following two files that are slightly different
foo(old version):
<Line 1> a
<Line 2> b
<Line 3> c
<Line 4> d
foo(new version):
<Line 1> a
<Line ...
2
votes
3answers
386 views
Get line numbers of differences in two files when performing a diff on two files in Windows
For the purposes of code review, after an existing source file is modified, we only review lines of code that have been changed in those source files.
After I make changes to source files in a ...
2
votes
8answers
557 views
Free Diff tool that is configurable?
Is there a diff tool, that allows me to write regular expression to remove a line from difference.
Like see the two lines:
this.Visible = true;
Visible = true;
And can I write an expression such ...
0
votes
0answers
26 views
How to copy all strings containing particular text in WinMerge?
I'm merging 2 files using WinMerge. And I need to keep the right file, only replacing all of its strings that contain particular word ("version_number") with the corresponding lines from the left ...
0
votes
0answers
93 views
Automated diff reporting
I need a diff tool that has a command line option to create and save a diff report that looks easy to read, something like the html report produced by WinMerge. I have a few hundred files that I need ...
0
votes
1answer
125 views
Hi compare directory using winmerge
I have two different directories and i am making a script which identify that if different directories have the same file name with different changes.i am trying with winmerge commaline option as ...