Tagged Questions

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 …
7
votes
16answers
2k views

Anyone know of any good Database Diff tools?

I can't find any good ones in sourceforge :( Anyone has any success with open source (or retail) database diff tool? EDIT: for sqlserver 2005
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 …
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
4answers
68 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
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 …
1
vote
2answers
310 views

Standard diff format in SVN

Does standard/normal diff format exist in svn or only unified format?
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 …
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
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 …
0
votes
2answers
28 views

CVS diff from inside VS2008

Creating an Addin to use your favorite diff tool for doing a diff between the current active document and the last checked in version seems to be one way to go. Is there an option …
1
vote
2answers
329 views

Python difflib: highlighting differences inline?

When comparing similar lines, I want to highlight the differences on the same line: a) lorem ipsum dolor sit amet b) lorem foo ipsum dolor amet lorem <ins>foo</ins> i …
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 …
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 …

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