Tagged Questions

104
votes
42answers
9k views

Best Diff Tool?

For all my present Diff / Merge needs I'm using Beyond Compare; when I decided to buy a license for it I tried other similar tools, both payware and freeware. Now BC is at version 3, and I think it's …
33
votes
8answers
7k views

How do I view ‘git diff’ output with visual diff program?

When I type 'git diff', I want to view the output with my visual diff tool of choice (SourceGear diffmerge on Windows). How do I configure git to do this?
22
votes
12answers
10k views

Graphical diff for Mac OS X

Where can I find a convenient graphical diff-tool for Mac OS X (freeware)?
21
votes
6answers
584 views

Semantic Diff Utilities

I'm trying to find some good examples of semantic diff/merge utilities. The traditional paradigm of comparing source code files works by comparing lines and characters.. but are there any utilities …
20
votes
10answers
2k views

Text difference algorithm

Hi, I need an algorithm that can compare two text files and highlight their difference and ( even better!) can compute their difference in a meaningful way ( meaning, two similar files should have a …
15
votes
5answers
645 views

Can I see changes before I save my file in Vim?

I use Vim. I open a file. I edit it and I want to see what I've edited before I save it. How can I do this in Vim?
15
votes
15answers
1k views

Determining “Owner” of Text Edited by Multiple Users

You may have noticed that we now show an edit summary on Community Wiki posts: community wiki 220 revisions, 48 users I'd like to also show the user who "most owns" the final content displayed …
14
votes
5answers
541 views

Do you know of any language-aware diffing tools?

I got to thinking about how annoying messy merges can be and was wondering if there are any language aware diffing tools that go beyond the typical language-aware features of comment skipping and case …
13
votes
3answers
681 views

How can you diff two pipelines in Bash?

How can you diff two pipelines without using temporary files in Bash? Say you have two command pipelines: foo | bar baz | quux And you want to find the diff in their outputs. One solution would …
13
votes
3answers
1k views

Any decent text diff/merge engine for .NET ?

Requirements: free, preferably open-source implemented in one of the .NET managed langs Google found these: A Generic, Reusable Diff Algorithm on codeproject An O(ND) Difference Algorithm for C# …
12
votes
7answers
2k views

MySQL Diff Tool

Does anyone know any visual MySQL diff tools? I have about 10 machines all with their own instance of MySQL. No replication is taking place, since each machine acts independently of the others. …
11
votes
11answers
3k views

Compare two MySQL databases

I have a database in MySQL that I am currently developing. I have a copy of this database on my development machine which I modify as fast as I develop and a copy on a test server. My question is: Is …
10
votes
14answers
1k views

Anyone have a diff algorithm for rendered HTML?

I'm interested in seeing a good diff algorithm, possibly in Javascript, for rendering a side-by-side diff of two HTML pages. The idea would be that the diff would show the differences of the rendered …
10
votes
10answers
2k views

Best tool for auto-generating SQL change scripts for SQL Server

I'm doing a survey for the best SQL change script generators out there, specifically for MS SQL Server. I do know of Redgate SQL Compare, but I'd like to know what others use, and if there are free …
9
votes
10answers
628 views

Does anyone know of a good diff tool for C#?

I'm looking for a diff tool that can analyse my code and tell me what has changed on a construct by construct basis. For instance, if I cut and paste a method from the start of my file and put it at …

1 2 3 4 5 24 next
15 30 50 per page