I'm assuming each revision is stored in the database, but what tools/libraries/technologies do they use to show the graphical diff?

link|improve this question
You should reword this so it's not a specific question about SO – DJ. Jun 3 '09 at 19:27
2  
Yeah but I'm more curious about finding out what SO used than a general question about diff tools. – Jeremy Coenen Jun 3 '09 at 19:33
This question has been re-asked: meta.stackoverflow.com/questions/66204/… – Popular Demand Oct 1 '10 at 0:17
feedback

migrated from stackoverflow.com Sep 30 '10 at 19:34

This question came from our site for professional and enthusiast programmers.

1 Answer

I am not sure about the GUI display but I am guessing it's custom and probably not that hard once you parse the diff output and apply styles to it.

The real work happens using a DIFFing engine which determines the difference between two blobs. There are quite a few .NET engines/library for determining the difference.

link|improve this answer
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged