1
vote
3answers
23 views
Diff tool that can compare sub-sections of files
I'm looking for a diff tool that will allow me to compare just a sub-section of a file with a section of another file, or even of itself. Preferably eclipse based but will take all …
0
votes
4answers
69 views
Diffing between two entire directories/projects?
I inherited a project originally stored in CVS with all the revisions. I made quite a few edits, and I'm trying to compare all the changes I made in the original directory, in rega …
0
votes
2answers
71 views
Minimal binary diff for similar 1000 byte blocks with static noise?
I need a minimal diff for similar 1000 byte blocks. These blocks will have at most 20% of the bits different. The flipped bits will be like radio static -- randomly flipped bits wi …
0
votes
0answers
15 views
Eclipse diff for large file shows incorrect differences
Hi,
I am not sure if anybody has experienced this.
I am working with a very large file having 7000 lines of code.
I made a lot of changes and when i compared the file with the repo …
0
votes
1answer
15 views
Using CVS to #ifdef my changes
I have a large project that has many changes not yet checked in. I want to check them in but have them only take effect when a certain symbol is #define'd
CVS does have the abili …
1
vote
3answers
52 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 …
0
votes
1answer
21 views
TortoiseDiff to diff source code but it seems to have become an image diff’ing tool?
I just downloaded and installed the newest Tortoise 64 bit on Win 7, and then start up TortoiseDiff from
START -> All Programs -> TortoiseSVN -> TortoiseDiff
It used t …
6
votes
3answers
61 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
3answers
50 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 …
0
votes
3answers
61 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
4answers
77 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 …
2
votes
2answers
57 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
1answer
24 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 …
1
vote
2answers
57 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 …
99
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 …
