1
vote
4answers
44 views
Diff Tool That Ignores Newlines
I frequently need to compare SQL procedures to determine what has changed in the newest version. The problem is, everyone has their own style of formatting, and SQL doesn't (usual …
5
votes
3answers
36 views
XML Diff: How to generate XML diff using XSLT?
I would like to compute the diff between two XML files or nodes using XSL/XSLT. Is there any stylesheet readily available or any simple way of doing it?
0
votes
1answer
20 views
Javascript Textarea Monitoring / Ruby Delta Calculation
I am working on a system which needs to keep constant (and I mean constant) track of browser side changes to a textarea via AJAX requests to the server. Ideally, every character wo …
0
votes
3answers
39 views
how to make svn diff show only non-whitespace line changes between two revisions
I can get diffs between two revisions using something like
svn diff -r 100:200 > file.diff
But the problem is that there are many lines that show up due to change in whitesp …
2
votes
2answers
54 views
What IDE lets me view diffs as highlighting on my code?
EDIT: Primarily, talking about code written in C.
Someone sends me a diff to review and I know I can take the "before" code, apply the diff (patch) to get proposed "after" code, a …
0
votes
3answers
55 views
Python binary diff
I'm trying to use bsdiff (or any binary diff implementation you come up with) to compute and apply diff onto random binary data. I would like to use it on data from a database, so …
1
vote
2answers
51 views
How to Diff Files Directly from the Linux Kernel GIT Repository?
I'd like to be able to diff files / directories directly from the Linux Kernel GIT repository without having to download full source.
Specifically, I'm interested in two potential …
1
vote
4answers
69 views
diff/merge tool for TortoiseSVN within Visual Studio
Hi. We've recently "upgraded" from Visual SourceSafe to SVN based on recommendations on this site. Our current source control set-up is: TortoiseSVN with VisualSVN. We're very happ …
0
votes
2answers
36 views
How to get the diff between a tag and its base in Git?
I need to generate a patch of commit with respect to its base. A tag has been marked on that commit. So like on 939023 I do a commit and now it becomes 213232, I will tag 213232 wi …
0
votes
1answer
17 views
How do I get each comp result ?
I would like to check diffs and when files are not same,stop compare files.
Compare any files C:/UML/reports/* and C:/UML/Test/*.
In this two directory has same file names and also …
0
votes
2answers
51 views
Using ‘diff’ (or anything else) to get character-level diff between text files
Hi everyone,
I'd like to use 'diff' to get a both line difference between and character difference.
For example, consider:
File 1
abcde
abc
abcccd
File 2
abcde
ab
abccc
Usi …
0
votes
3answers
42 views
find differences netween 2 htmls with php
Hi,
did you find a way to display differences between two htmls??
Im telling you I need to get this but I cant find a way to do this. There is a php class called daisdiff but it h …
98
votes
42answers
8k 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 …
1
vote
3answers
24 views
Xml comparison and merge tool
I need a tool for comparing and merging two xml-files.
Requirements
Handle large Files (> 50mb)
Collapse XmlNodes in UI
Support validation of files
merge files in both directio …
0
votes
3answers
42 views
How do I open a .diff file on a mac?
Hi
I have a .diff file but I don't know how to open it. I trie using FileMerge but that doesn't give me an option to open a .diff file.
Any ideas? Thanks.
