1
vote
4answers
54 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 …
1
vote
1answer
56 views
use Winmerge inside of Git to file diff
Is there a way to use Winmerge inside of Git to do Diffs?
Thanks
1
vote
1answer
188 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 …
0
votes
2answers
335 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 …
1
vote
2answers
116 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
1answer
137 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$
…
0
votes
3answers
89 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 …
0
votes
3answers
603 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 …
1
vote
1answer
783 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?
2
votes
5answers
657 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
3answers
435 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 …
