winmerge Questions
4
Solved
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 repo...
1
I have a Visual Studio 2012 v3 and git extensions installed.
I want to change the default merge tool to winmerge but it seems that this is not a trivial task when Microsoft Git Provider is chosen....
Germann asked 25/7, 2013 at 18:25
1
Solved
I start to use WinMerge. I would like to see line numbers to easily navigate in files. I cannot find the option.
Does someone know where I can turn it on, or is it possible?
Clomb asked 30/4, 2013 at 14:21
4
Solved
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...
Edifice asked 7/10, 2009 at 21:53
2
Solved
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 ne...
2
Solved
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 <...
Cheesecake asked 15/1, 2010 at 17:30
1
Solved
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 ~/....
1
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...
1
Solved
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 winmer...
Eleanore asked 29/8, 2010 at 5:7
1
Solved
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'...
8
Solved
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 expressi...
2
Solved
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?
3
Solved
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 h...
Juliannjulianna asked 21/8, 2009 at 19:48
3
Solved
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 k...
Hydroxide asked 6/10, 2008 at 13:51
© 2022 - 2024 — McMap. All rights reserved.