0
votes
0answers
21 views
Compare similar functions in different files
I have a large complicated function that was ported from C++ to C#. I would like to perform a diff to see exactly what has changed between the two. Other can manually copying eac …
0
votes
1answer
11 views
Binary diff with masking - Needed to watch consistency of builds
Hello,
I am looking for a binary diff tool which allows me to mask parts of the binary files so they won't be taken into account.
The challenge I am facing is the following: Once …
0
votes
3answers
35 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.
1
vote
4answers
49 views
Unix-Compare two folders which has many files inside contents
Have two folders with approx. 150 java property files.
In a shell script, how to compare both folders to see if there is any new property file in either of them and what are the d …
3
votes
2answers
95 views
How do I show the changes which have been staged?
I staged a few changes to be committed; how can I see the diff of all files which are staged for the next commit? I'm aware of git status, but I'd like to see the actual diffs - no …
96
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 …
0
votes
1answer
39 views
Diff using filenames only
Is it possible using any sort of diff utility to diff based on filename only, ignoring all folders and subfolders?
So if I have
/folder_1/a/1243.txt
and
/folder_2/b/1243.txt
…
2
votes
8answers
130 views
xml diff in ruby?
What is the best/fastest way to merge two xml documents with ruby?
I have two xml files, one that's formatted so it is visually appealing, one that isn't (and it has comments and …
0
votes
3answers
66 views
How to use beyond compare as a external svn diff tool
I want to configure it so that svn diff filename shows the diff in beyond compare.
I am on ubuntu. On a related note what is everyone using to diff and merge. BC is awesome on win …
2
votes
4answers
103 views
how to determine if webpage has been modified
hello,
I have snapshots of multiple webpages taken at 2 times. What is a reliable method to determine which webpages have been modified?
I can't rely on something like an RSS fe …
0
votes
2answers
43 views
Linux diff and patch command line utilities for MySQL data (not structure)
I have two MySQL databases and I would like to write a script to compare and update data changes between them.
Does anyone know a Linux command line tool for diffing or patching d …
2
votes
1answer
39 views
git - changed file summary like svn diff --summarize/svn status from console (no gitk)
svn diff --summarize shows the changes at the file level for a commit. Output it something like:
M modified-foo.bar
D deleted-file.bar
A new-file.bar
Similar to svn sta …
1
vote
4answers
112 views
Generate pretty diff html in Python
I have two chunks of text that I would like to compare and see which words/lines have been added/removed/modified in Python (similar to a Wiki's Diff Output).
I have tried diffli …
0
votes
1answer
40 views
Programmatically Diff/Merge Xml Documents
First, let me begin by telling you the details on the problem I'm trying to solve.
We have a third party application that uses Xml Documents to store all of it's business logic an …
2
votes
3answers
39 views
How to get NO context when using svn diff
When I use 'svn diff' from the command line, it prints out the lines that have changed but also the 3 unchanged lines before and after for context. I much prefer seeing only the ch …
