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

learn more… | top users | synonyms

1
vote
1answer
283 views

Generated file with protobuf-net for c# is different a little from the same file generated in C++

I'm having a wired issue, I'm using protobuf-net for C# to generate a file which based on Google Protocol Buffer message and then upload it to one of my company's servers. I created a tool in C# that ...
0
votes
1answer
17 views

Line number in WinMerge

I start to use WinMerge, I would like to see lines number to easy navigate in files. I can not find option where can I do it. Does someone know where can I turn it on or is it possible?
0
votes
1answer
40 views

Where is WinMerge? [closed]

Oh no. http://www.winmerge.org/ and http://winmerge.org/ and http://manual.winmerge.org/Command_line.html are bringing up links on "how I can get out of debt"........ :< Here are some ...
0
votes
2answers
43 views

WinMerge - Is there a way to line up shifted/moved code blocks?

When using WinMerge I am looking at a file that has had a block of code inserted into a function which causes the rest of the file to be out of sync in the comparison. Mine is much more complex but ...
0
votes
1answer
23 views

Winmerge - block as a single difference

Please have a look at the screen shot below: Why is the following Text highlighted yellow: This is a Test2. The text appears in both files. I have found a quote from the following website: ...
0
votes
2answers
61 views

highlight differences between very large files with php [closed]

I would like to write a web interface that shows the differences between two very large files. I normally use winmerge, but that means I need to log into a server copy the files and then compare them. ...
0
votes
0answers
27 views

WinMerge - highlight all occurrences of selected word

How to highlight all instances of a double clicked word in WinMerge? I use find selected text with Ctrl+F3 functionality, but this is not appropriate for everything.
0
votes
3answers
96 views

Is it possible to configure AccuRev to use WinMerge as its diff/merge tool?

I see in AccuRev's Diff/Merge Preferences tab that the diff and merge tools can be switched to a pre-defined list of third-party tools. These are the choices I have: Diff AccuRev TkDiff Araxis ...
1
vote
1answer
48 views

clearcase query results into winmerge

I can compare two files in Winmerge by triggering a comparison on the command line with a command similar to: WinMergeU C:\file1.txt C:\file2.txt I can query a list of files with particular ...
10
votes
5answers
621 views

WinMerge: How to compare files with the same content but different encodings?

Motivation: I am rewriting a doc -- text files to be processed later. The new sources now use UTF-8. Large portions of the sources are the same. I need to find differences. Details: The old doc ...
0
votes
1answer
16 views

Comparing more than two versions of a file

I have several environments using configuration files. In order to merge those files, I would like to be able to compare them. However, comparing two files at a time when having five environments is ...
0
votes
1answer
56 views

Tortoise how to view changes before commit using WinMerge?

Is it possible to see file changes with previous version using Winmerge before commit? Thank you.
0
votes
0answers
24 views

winmerge filter out mac system files (._blah.php)

I need to filter out all the pesky little mac system files from winmerge ex. ._blah.php should be not be evaluated The closest I've got is something like: f: ^._.$ ## Filter for filename
0
votes
1answer
187 views

In Winmerge, how can I compare folder structure alone (no file comparison)?

After years of backups and copying massive directories from one computer to another, I have a right royal mess. Duplicate finder software and winmerge want to get down and dirty by exploring ...
2
votes
1answer
345 views

How to write a WinMerge plugin in C# (or VB.NET)

I would like to write a WinMerge plugin to translate SQLite databases to text, so I can use WinMerge to compare databases. I have written code in C# to do the conversion, but I can't seem to make it ...
0
votes
0answers
56 views

Using WinMerge with MinGW

I am using SVN under MinGW and I want to take advantage of the diff tool WinMerge To invoke WinMerge from the command line I have to issue this command C:\Program Files (x86)\WinMerge\WinMergeU.exe ...
0
votes
0answers
95 views

comparing two files and saving the report in any other file

I would like to compare the dat of two files and store the report in another file.I tried using winmerge by invoking cmd.exe using subprocess module in python3.2.i was able to get the difference ...
6
votes
4answers
3k views

git mergetool winmerge

I'm trying to integrate WINMerge with Git as I've seen others done before on my Windows 7 Ultimate. I've followed the following steps, but an error continues to show up when I do a git mergetool ...
0
votes
1answer
119 views

How do I launch WinMerge from Vim?

On my Mac, I use this to diff my current buffer: nnoremap <Space>d \ :silent w! /tmp/vim_current_buffer<cr> \ :silent !gdiff "%" /tmp/vim_current_buffer<cr> (gdiff is my ...
1
vote
1answer
219 views

android winmerge filter rules

I want to use winmerge to merge two directories containing android projects. I wnat to merge only source files (.java ) , resource files ( layout / values/ drawable ) Can anyone help me with the ...
6
votes
1answer
1k views

How to integrate WinMerge with TortoiseSvn after installation?

When you install winmerge after TortoiseSVN it gives you the option of associating winmerge with Tortoise. But if we install TortoiseSVN after winmerge how can we associate Winmerge to be used instead ...
2
votes
1answer
1k views

Using WinMerge as ClearCase diff viewer for xml files

I just installed WinMerge and checked its "Integrate with ClearCase" option. ClearCase now runs Winmerge when i execute "compare with previous version" on my java source files. However, when I run the ...
0
votes
1answer
767 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}"
3
votes
2answers
221 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 ...
1
vote
2answers
1k 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
132 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. ...
5
votes
1answer
443 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 ...
0
votes
1answer
483 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
1answer
682 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." ...
3
votes
3answers
2k 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 ...
4
votes
1answer
5k 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 ...
0
votes
1answer
314 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" ...
2
votes
1answer
1k 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 ...
0
votes
1answer
1k views

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 ...
4
votes
1answer
895 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
209 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 ...
1
vote
1answer
255 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 ...
4
votes
6answers
299 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" ...
0
votes
0answers
176 views

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

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 ...
5
votes
2answers
577 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 ...
1
vote
2answers
190 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 ...
10
votes
5answers
6k 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 ...
17
votes
2answers
5k 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 ...
2
votes
8answers
1k views

Free Diff tool that is configurable? [closed]

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 ...
45
votes
3answers
16k views

use Winmerge inside of Git to file diff

Is there a way to use Winmerge inside of git to do Diffs?
8
votes
4answers
4k 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 ...
48
votes
4answers
15k 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 ...
20
votes
2answers
3k 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 ...
1
vote
2answers
4k 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$ ...
4
votes
6answers
1k 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 ...

1 2