Questions tagged [winmerge]

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

WinMerge is an Open Source differencing and merging tool for Windows. WinMerge can compare both folders and files, presenting differences in a visual text format.

138 questions
0
votes
1 answer

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" from one cell to the other, skip the next…
James
  • 1
  • 1
0
votes
1 answer

WinMerge in Android Studio and git shows entire file as changed

I use WinMerge successfully in Visual Studio with the following params: /e /u /maximize %1 %2 But when using WinMerge as an external diff tool in AS, it shows me the entire file as one big difference even though it might have several small…
EZDsIt
  • 921
  • 1
  • 9
  • 14
0
votes
1 answer

How to use winmerge as the merge/diff tool for git installed on Linux

$ cd testGit/ $ ls first.txt second.txt $ git log --oneline 9c88fb7 add second lines to 1st & 2nd files 9c3da6c add 1st & 2nd files $ git diff 9c88fb7 9c3da6c first.txt warning: LF will be replaced by CRLF in first.txt. The file will have its…
q0987
  • 34,938
  • 69
  • 242
  • 387
0
votes
1 answer

Issues in Merging local and remote files using WinMerge command in WinSCP

I am using WinSCP and added Win-merge command "C:\Program Files\WinMerge\WinMergeU.exe" /dr "!@:!/" "!^!" "!" to merge both local and remote files easily. But, once i merged and saved the changes using this feature, for the first time it shows…
Karthick
  • 357
  • 4
  • 13
0
votes
2 answers

git merge appears successful but HEAD and origin tags are left in the file

I have configured my git instance to use winmerge as the comparison tool using the following options: git config --global merge.tool winmerge git config --replace --global mergetool.winmerge.cmd "\"C:\Program Files (x86)\WinMerge\WinMergeU.exe\" -e…
user26901
0
votes
0 answers

Compiling Winmerge Sample Plugin fails on project conversion

I want to write a WinMerge Plugin to call into my C# business layer code to do a text transform. I decided to start with the sample plugin which is closest to my own needs, but if I want to open it, Visual Studio is trying to convert its solution…
fabsenet
  • 372
  • 2
  • 15
0
votes
1 answer

Regx to exclude elements in an xml file

I am comparing two xml files using win merge. The files are deployment files and im looking for variation between the environments. The main issue is that the xml files are littered with tags that indicate a change in underlying id e.g. 123 but…
user1605665
  • 3,771
  • 10
  • 36
  • 54
0
votes
0 answers

compare two tables or textfiles and output the difference with linenumber and column

Hi i'm searching for a solution how i can compare two textfiles or two mdb(Access) tables. either: connect with java to a mdb database and find differences with a output file where it will logged the colums and line numbers. or: a software with the…
0
votes
3 answers

Programmatically send key strokes to a window program in Groovy or bat script

Backstory: I need to programmatically find the differences between two files. I want to use WinMerge to generate a report (Tools -> Generate Report) that I can parse to get the differences between two files. I need this done using either a Groovy…
Weezle
  • 730
  • 10
  • 27
0
votes
1 answer

WinMerge select "Tools" -> "Generate Report" missing

I used to have nice HTML reporting in WinMerge by selecting "Tools" -> "Generate Report". Now that feature is missing. Does anyone have a link to that plugin? I've been scouring the prior versions in 7zip format to no avail.
CZahrobsky
  • 762
  • 7
  • 7
0
votes
1 answer

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: http://manual.winmerge.org/Intro_diffs.html. The quote…
w0051977
  • 15,099
  • 32
  • 152
  • 329
0
votes
2 answers

highlight differences between very large files with php

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. One too many steps for my liking. I want to…
Renzosilv
  • 1
  • 2
0
votes
1 answer

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.
anmarti
  • 5,045
  • 10
  • 55
  • 96
0
votes
1 answer

How do I launch WinMerge from Vim?

On my Mac, I use this to diff my current buffer: nnoremap d \ :silent w! /tmp/vim_current_buffer \ :silent !gdiff "%" /tmp/vim_current_buffer (gdiff is my graphical differ) Now I'm using Windows 7, and I'm trying to get this code…
Jay
  • 9,314
  • 7
  • 33
  • 40
-1
votes
1 answer

Where is WinMerge?

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 "alternates" that I…
granadaCoder
  • 26,328
  • 10
  • 113
  • 146
1 2 3
9
10