Tagged Questions

WinMerge is a Windows-based software tool for file/folder comparisons, and for merging text files.

learn more… | top users | synonyms

31
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 ...
12
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
10
votes
2answers
2k views

How do I configure TFS to work with various merge tools

Originally the question was "How do I configure WinMerge as the compare and merge tool for TFS". However, I am changing it because TehOne answered this more general form of the question. I would have ...
9
votes
1answer
3k views

Use WinMerge as TortoiseHG Merge tool

i am trying to set up WinMerge as the Merge tool into TortoiseHG; Here is my Mercurial.ini: ; User specific Mercurial config file. ; See the hgrc man page for details. [ui] username = Bargio ...
7
votes
2answers
2k views

How can I configure Mercurial to use WinMerge for merges, under cygwin?

When Mercurial is running under cygwin, it's a bit tricky to figure out how to spawn WinMerge to resolve merge conflicts. How can I do this?
6
votes
3answers
2k views

How to use Winmerge with Git Extensions?

I'm using Git Extensions and it pre-installs and sets up KDiff as the diff tool to solve merge conflicts. I'm very fond of Winmerge though and would like to replace KDiff with Winmerge. In the Git ...
6
votes
3answers
2k views

Is it possible to use WinMerge inside Visual Studio 2008 and Visual Source Safe 6.0?

I would like to use WinMerge as the default diff tool inside VS2008 from the solutions explorer in place of the "Compare..." context menu item. Is this possible? I'm looking for a quick replacement of ...
4
votes
6answers
237 views

What is a merge friendly format for entering text tokens

I have an excel list (excel 2003) where user enter translations for tokens. It has 3 columns (key, value, language). It can be something like key: Login.Header, value: "Please login to the website" ...
4
votes
3answers
2k views

How to detect a file modifications with TFS?

It seems that when I use a tool (such as winmerge) to update my codebase... my Visual Studio Team System (VSTS) integration with Team Foundation Server (TFS) doesn't seem to pick it up. How do I know ...
3
votes
2answers
408 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
99 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
1answer
95 views

WinMerge via git difftool keeps prompting for second file

I used @VonC's excellent instructions to configure my development system so that git difftool <BRANCH1> <BRANCH1> will invoke WinMerge. Here is what I did: Placed the following in ...
2
votes
3answers
344 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
1answer
308 views

WinMerge: how to ignore comments

I'm using WinMerge to compare java files in folders (including subfolders). I would like to ignore comments when the comparison is done, but I don't know how to do it. At the file level I've found a ...
2
votes
1answer
125 views

How to not copy “.svn” folders from left to right

I love WinMerge, and I can get it to not display SVN folders in the compare, however how can I configure it not to copy the ".svn" folders from left to right when I want to bring a folder from the ...
2
votes
8answers
548 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 ...
2
votes
5answers
474 views

How can I get WinMerge to keep left and right?

Using the TFS merge tool, I can click on the left side and the right side to keep both changes/conflicts. This is needed when I add a method and another team member adds a method in the same place ...
2
votes
5answers
1k views

TortoiseSVN identifies modified file - so why does svn diff report no differences?

I have a folder checked out using TortoiseSVN. If I copy a newer version of a file over the existing versioned file, TortoiseSVN correctly identifies that the file is modified. However when I do a ...
1
vote
1answer
2k views

Git & WinMerge (msysgit)

I've read about a bajillion Q&A's on this very topic, and followed all the instructions to the letter. But I'm still getting headaches trying to set up Git to diff and merge using WinMerge. I've ...
1
vote
1answer
581 views

Is it possible to use winmerge to view git diffs from cygwin?

I like to use git on cygwin, but the only downside I have is when I want to git difftool I cannot use anything useful. git diff is fine for me most of the time, but sometimes I'd like to use winmerge ...
1
vote
1answer
170 views

Mercurial/extdiff not changing to temp dir (as I THINK it's supposed to)

Using Windows, Mercurial, and the extdiff extension (for Mercurial). I was trying to set up extdiff to use WinDiff as an external diff tool, but I think I've narrowed the problem down enough to say ...
1
vote
2answers
139 views

How to detect the position of window in vim

I am trying to customize the mappings for vimdiff and make them similar to winmerge In a vertical 2 way split, I want to map alt-left <a-left> to move current diff to left side and alt-right ...
1
vote
2answers
2k views

Winmerge : how to ignore differences in lines with a special ending tag

I would like to ignore difference in lines, if one of the files has a line ending with //ignore is this possible? how would the regular expression for the line filter be written? tried .*//ignore$ ...
1
vote
3answers
2k views

Using WinMerge with Bazaar

I searched a lot, found that some people claimed they did that, but I can't make it to work. How to you use WinMerge, my favorite diff tool on Windows, with Bazaar? I know difftools plugin (shipped ...
0
votes
1answer
20 views

What are the parameters for using WinMerge in Subclipse?

For using WinMerge in Subclipse, What are the parameters in Preferences > Team > SVN > Diff/Merge? Is this correct? /dl "Base" /dr "Mine" "${base}" "${mine}"
0
votes
0answers
25 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
1answer
72 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
43 views

How can you remove the option to use WinMerge when diffing with tortoise svn

I just installed WinMerge on my windows machine. When doing setup it asked if I would like to use WinMerge in conjunction with tortoise svn. The link here sort of describes that functionality. ...
0
votes
1answer
104 views

winmerge how to use line filters

I have two text files, some lines starting with a forward slash (/). I want those lines to be ignored. Line filters are definitely enabled, and I've tried ^/ and ^\/ with no luck. I even tried to use ...
0
votes
0answers
19 views

Is it display a list modified files within all sub folders? (winmerge)

Is there a way to get a list of modified files within sup folders in a single list?
0
votes
1answer
109 views

WinMerge : how to ignore specific words in a comparison?

When I compare 2 files with WinMerge on Windows platform, do you know how could I ignore specific words ? I mean I wanna say to WinMerge : "Don't care about that list of words : house, garden, etc." ...
0
votes
1answer
199 views

MySQL table/row/cell data compare tool ? A la winmerge?

is there any such tool to compare row data and cell data between two mysql tables ? Say you have 2 different cells (values) in a row (same row idenfied by primary key) and you want to "Copy to Left" ...
0
votes
1answer
122 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 ...
0
votes
0answers
160 views

How to configure WinMerge as diff tool with git 1.7.1? [closed]

Possible Duplicate: use Winmerge inside of Git to file diff Configuration Win7 64-bit MSysGit WinMerge installed (default location) Although there are many similar questions here, I found ...