Changes between one version of a file and a former version of the same file
1
vote
1answer
22 views
Comparing few colums of a file with coloums of another file
I have two data files 1.txt and 2.txt
1.txt contains valid lines.
For example.
1 2 1 2
1 3 1 3
In 2.txt i have an extra coloum, but if you ignore that, i have a few valid lines, and few invalid ...
0
votes
0answers
13 views
DiffMathPatch do not work on Framework 4?
I've been using the component DiffMatchPatch available in https://code.google.com/p/google-diff-match-patch/source/browse/trunk/csharp/nunit.framework.dll?r=36 into a project with .NET and Framework ...
0
votes
1answer
29 views
Correct Git replacement of entire file
I've committed a file on git, which has several changes, but is not completely different from the old file. Rather than pick out the changes, git has made one big delete; the whole file, and one big ...
0
votes
0answers
30 views
Create diff patches in java
honorable developers!
Could you say, is there exist a java-library, that allow to create diff-patches, preferably from jar-files and apply them to those jar-files?
Maybe, somebody has an article ...
1
vote
3answers
69 views
R how can I calculate difference between rows in a data frame
Here is a simple example of my problem:
> df <- data.frame(ID=1:10,Score=4*10:1)
> df
ID Score
1 1 40
2 2 36
3 3 32
4 4 28
5 5 24
6 ...
0
votes
3answers
60 views
Can someone identify this unix command?
At my university, the output from our submitted code is being compared to a correct output using (I think) some unix command. The problem is I don't know what it is or what it means (I don't think ...
3
votes
2answers
1k views
How to get my git-integrated Kaleidoscope to display all files that are about to be committed?
I'm using command-line git and Kaleidoscope to perform my code reviews. When I merge a branch into another and type
git difftool
Kaleidoscope only displays changes that are 'not staged for commit' ...
8
votes
3answers
1k views
PHP's DateTime::Diff gets it wrong?
DateTime::Diff should calculate a proper interval and take into account Daylight Savings Time (DST) and leap years. Although apparently it isn't so. Code of horror:
$d1 = new DateTime("2011-10-30 ...
0
votes
0answers
27 views
c++ project versions function prototype “diff”
With two different versions of a c++ project (many cpp and header files), does a tool exist to extract the function prototypes from each project and compare them for differences?
0
votes
1answer
24 views
SVN 1.7 reapply reverted changes
I have problem with applying svn patch. I'm using svn 1.7 with TortoiseSVN.
Some changes were made in revision A. There were some following commits until revision B reverted changes done in revision ...
1
vote
1answer
44 views
Keep Xcode targets up to date
I have an Xcode project with two targets, one for my release version and one for beta testing. The only intentional differences between the two targets are Bundle name and Id, so that beta testers can ...
0
votes
3answers
435 views
Comparing binary files
What is the easiest way (using a graphical tool or command line on Ubuntu Linux) to know if two binary files are the same or not (except for the time stamps)? I do not need to actually extract the ...
3
votes
3answers
44 views
Ignore asterix(*) while doing diff in Linux
I am trying to use the standard diff command in Linux inorder to find differences in 2 files.The contents of the file are as follows:
File1
Jim
Jack
Tracy*
Michelle
File2
Jim
Jack
Tracy
Michael
...
61
votes
10answers
5k views
Semantic Diff Utilities
I'm trying to find some good examples of semantic diff/merge utilities. The traditional paradigm of comparing source code files works by comparing lines and characters.. but are there any utilities ...
0
votes
1answer
62 views
Annotated diff file with “<<<<<<< mine” and “>>>>>>> yours” type markers
I am trying to create a diff file using the Linux diff command that has markers like this (taken from diff3 man page):
<<<<<<< mine
lines from mine
...
0
votes
1answer
29 views
Difference in 2 Databases, saving the different lines
I have 2 tables with the same structure.
Now one of them is an old dump of the live table.
I need to extract every line which is different or new in the live table compared to the old dump.
I know ...
17
votes
2answers
3k views
Why “git difftool” does not open the tool automatically?
I configured git like this:
git config --global diff.tool meld
When I run:
git difftool
I get the following message:
Viewing: 'hello.txt'
Hit return to launch 'meld':
Then, if I press ...
1
vote
4answers
1k views
How do I compare the number of lines of code in one version of a project to another?
More specifically, I'm looking for how to count the number of lines in all files within a directory recursively through all directories. I can simply repeat on each the two different versions of the ...
0
votes
2answers
48 views
Shell test for “images are different”?
In a shell script, I would like to check whether two PNG images are different in the sense that either the images have different sizes or at least one pixel of one image has a different RGBA than the ...
1
vote
1answer
47 views
Find the difference between two clearcase Labels (Need the newly created element as well)
I would like to find the differences between two clearcase labels and I did use this before:
cleartool find -all -element "{lbtype_sub(!:1) && lbtype_sub(!:2)}" -version "{lbtype(!:2) ...
0
votes
0answers
22 views
How to get LoC for each code line?
I'm now evaluating CLOC utility. I use it to know how many code lines have been added/changed/removed when comparing two files.
I use cloc -diff file1 file2 and it gives me a summary like this:
...
0
votes
0answers
20 views
Diff two directories with different folder structures and file names
I have two directories full of (mostly) the same pictures/videos. The first has a directory for each month and inside that for each day. I have since flattened that hierarchy and grouped the pictures ...
0
votes
2answers
24 views
Smart diff for binaris
if you will compile the same sources on the hardware twice you will get different binaries. Do you know how to verify using any tools or scripts that content wasn't changed?
Thank you.
2
votes
2answers
19 views
IntelliJ reorder changes tab by filepath
IntelliJ IDEA 12.x orders the diff in the "Changes" tab by filename only, how do you order by the file path?
IE:
src/main/a/SomeFile.java
src/main/b/AnotherFile.java
Versus the current order
...
2
votes
3answers
532 views
Subversion - Timestamp changes, but content does not
I think this is hard to describe, but I will try:
We're using Subversion an Buildtools. When we make a Build from our Project, several files will be overwritten, of course. So the timestamp of these ...
0
votes
1answer
10 views
bash vs sh cannot use unamed stream diff <(doSomething) <(doSomethingElse)
I want to compare two stream. I wrote the following code in bash:
#!/bin/bash
diff <({
#premier commentaire
cat test_similar1
}) <({
#second commentaire
cat test_similar2
})
It worked. ...
0
votes
0answers
12 views
Diff shows all ↵ changed to ↓
In my AIR (HTML/JS) project, I noticed that ./_notes/air_settings.mno was out of date from my SVN repo:
Running TortoiseMerge (SVN diff) shows all ↵ changed to ↓:
I have a few questions:
I ...
1
vote
1answer
64 views
Implementing Google's DiffMatchPatch API for Python 2/3
I want to write a simple diff application in Python using Google's Diff Match Patch APIs.
I'm quite new to Python, so I want an example of how to use the Diff Match Patch API for semantically ...
3
votes
2answers
840 views
Github commit, diff does not show changes
I recently made a commit to a repo on github and now when I want to see the differences, for one of the files all I get is:
1273 additions, 678 deletions not shown
What is the cause of this? How can ...
1
vote
1answer
32 views
What are the arguments that git diff uses for diff command?
When you invoke git diff, it's using the diff utility to compare files, however, not in the default way. It's using a number of extra options, some I can name are:
Different markers before lines: ...
14
votes
7answers
1k views
Context-aware merge?
Is there any diff/merge tool for programming languages, that works in a syntax-aware way (like XML Diff Tool), doing more than compare line-by-line (and optionally ignoring whitespace).
I'm ...
3
votes
3answers
2k views
Getting vc-diff to use ediff in Emacs 23.2
Had this working well in Emacs 23.1.x but it appears to have broke in the move to Emacs 23.2
I want to use ediff when comparing working copy of a file with SVN HEAD.
Normally I press C-x v = and ...
-3
votes
10answers
4k views
Algorithm to detect similar documents in python script [closed]
I need to write a module to detect similar documents. I have read many papers of fingerprints of documents techniques and others, but I do not know how to write code or implement such a solution. The ...
3
votes
2answers
1k views
How to view the mercurial diff between local and repository?
Hi
Using Mercurial I'm looking for a command to display for example files I didn't add.
Can you specify if there's a name for the command I'm looking for? Like displaying the difference between the ...
1
vote
1answer
32 views
diff script error
when i execute below command it works properly
(it provide difference between to text files)
diff <(sed -n '/eTopUp MU(55) Gateway Status1:/,/eTopUp MU(60) Gateway Status:/p' ...
0
votes
1answer
60 views
script for finding difference between subfolders of two folders in unix
I have two folders named 'check' in two places. Both will have same folders but the files of each folder may differs. I want to run a script to find the difference between the folders with same name ...
3
votes
2answers
2k views
How to diff file and output stream “on-the-fly”?
I need to create a diff file using standard UNIX diff command with python subprocess module. The problem is that I must compare file and stream without creating tempopary file. I thought about using ...
0
votes
1answer
31 views
With Git, how do I apply the difference of two versions on branch A to branch B?
We have third party software that changes about 3 or 4 times per year. The vendor's code obviously doesn't take our customizations into account and when their latest code (a single Pro*C file) is ...
2
votes
1answer
92 views
Any editor/IDE that supports or could be hacked to support viewing diffs live while editing?
Is there any editor/IDE that provides a live view of differences (probably using diff) while I am editing a file. The ideal setting would be when I open a file for editing in such a diff-mode, the ...
0
votes
2answers
49 views
Comparing two arrays to get the difference and (possibly) returning a single array in PHP
I have a MYSQL table to record status log updates for a web app.
There are several fields that will be populated but the thing is not all fields will be updated at one time.
What I am planning on is ...
0
votes
1answer
124 views
FreeScale LTIB source control with patch files using “diff” & “patch” commands by excluding binaries and object files
I was wondering if there is any way to generate the the patch file for Free scale "LTIB" using "diff" command (by excluding binary files,object files and other temporary files that were generated ...
0
votes
0answers
9 views
DIFF remove several folders
I am trying diff -r -x "*folder/subfolder*" old/ new/ and I still get diffs regarding the -x's arg folder.
I have tried -x "*folder\/subfolder*" - also not working.
How can I get rid of those diffs?
...
2
votes
1answer
112 views
View “cvs diff” output in two columns with vim
I have "cvs diff" output (for all files in project) in unified diff format.
Format could be like this:
Index: somefile.cpp
===================================================================
RCS ...
13
votes
10answers
2k views
Does anyone know of an advanced diff tool for C#?
I'm looking for a diff tool that can analyse my code and tell me what has changed on a construct by construct basis.
For instance, if I cut and paste a method from the start of my file and put it at ...
0
votes
2answers
62 views
Graphical diff viewer between local and repo file
Here is my use case.
I want to compare a local file i am working on with a repo file using a diff viewer.
For example
file 1 : /path-to-local-file-in-my-computer
file 2 : ...
7
votes
3answers
254 views
Save changes in contenteditable with timestamp
I have a <div contenteditable="true" /> that the user can write in that is pretty much unlimited in length.
The data in the div is saved on change with a timestamp in a MySQL database.
Now my ...
6
votes
2answers
157 views
In git, how do I increase the context for merges?
When I merge large changes, git often gets hopelessly confused because it's not using enough context lines. It gets mixed up between the similar-looking endings of two different subroutines that both ...
18
votes
2answers
993 views
How to set patience as default git diff algorithm
In .git/config I tried:
[diff]
patience = true
But no luck
Do I have to do:
git diff --patience
git show --patience HEAD
etc., every time?
0
votes
0answers
38 views
Python Difflib - How to Get SDiff Sequences with “Change” Op
I am reading the documentation for Python's difllib. According to the docs each, Differ delta gives a sequence
Code Meaning
'- ' line unique to sequence 1
'+ ' line unique to sequence 2
' ...
1
vote
3answers
43 views
diff with ignore matching lines doesn't work as expected
file1.txt
###################################################
Dump stat Title information for 'ssummary' view
###################################################
Tab=> 'Instance' Title=> {text ...


