Tagged Questions
The filemerge tag has no wiki summary.
9
votes
2answers
2k views
How do I pipe in FileMerge as a diff tool with git on OSX?
I'm new to git, on OSX, using it via command line. I come from the world of Tortoise SVN and Beyond Compare on Windows.
I want to be able to pipe in diffs to happen via FileMerge which I have ...
8
votes
6answers
212 views
How to perform a SQL-like Join in Perl?
I have to process some data by combining two different files. Both of them have two columns that would form a primary key that I can use to match them side-by-side. The files in questions are huge ...
8
votes
3answers
3k views
Configuring Mercurial - FileMerge for Apple Mac OS X
How do I configure Apple's FileMerge program to function as Mercurial's merge tool? I have my .hgrc file setup in my home directory and I simply want to configure FileMerge as the merge program.
6
votes
1answer
271 views
FileMerge .nib file type cannot be merged
I am trying to merge two .nib files. FileMerge has no problem showing the comparison of the two files. I am trying to keep all the settings in one file (i.e. right side) except for two settings that ...
3
votes
3answers
149 views
Large PDF File Merger API?
Currently the company I work for generate our invoices as separate PDF files for each page. The company website has to have these as a single PDF file, so they merge the files after grouping them. ...
3
votes
2answers
295 views
How do you do a 3-way merge in FileMerge?
I see the option for specifying three files (left, right, and ancestor), but it doesn't seem to be possible to actually display the ancestor.
The bottom pane shows the result of the merge. I'd ...
2
votes
1answer
182 views
Git difftool — how to ignore images?
i'm a git / osx / unix newbie but in my current job, i'm using them all. i run "git difftool" a lot to compare changes in a commit, but any time it runs into an image, i get an error from FileMerge ...
1
vote
1answer
59 views
why doen't conflict diffs load on Filemerge, when other diffs do?
I have GIT set up to load Diffs in filemerge, but when there are conflicts, it just prints the diff to terminal.
Is there a way around this, or a better app to handle conflicts?
1
vote
2answers
821 views
git diff with opendiff gives “Couldn't launch FileMerge” error
I have git configured to use ~/bin/opendiff-git.sh as my external diff tool. That script looks like this:
opendiff $2 $5
When I try and do a git diff from the command line, I get this message:
...
1
vote
1answer
294 views
FileMerge: This file type cannot be merged
FileMerge.app fails with an odd message:
This file type cannot be merged.
when I try to save successfully merged text files, which definitely can be merged.
(I invoke FileMerge from git using ...
1
vote
4answers
413 views
iPhone version control tools (subversion)
I've used iPhone SDK and tools for several months. XCode seems pretty nice, but there is one tool which I don't get: FileMerge. How can anyone use it for comparing files or doing merge?
Seriously ...
0
votes
1answer
62 views
Config: Fetch git data then merge it with git mergetool
I've successfully set up Kaleidoscope as my default git difftool, and works like a charm. But when I make a fetch then git difftool, I can see what has changed, yet I cannot choose or merge what I ...
0
votes
2answers
211 views
Filemerge with git - It's all gone horribly wrong
Following this tutorial to the letter, whenever I now run a diff, I get the following:
~~$ git diff
fatal: cannot exec '/Users/john/git-diff-cmd.sh': Permission denied
external diff died, stopping at ...
0
votes
0answers
209 views
How can I change line endings in Xcode?
I want to merge two files in Xcode FileMerge, but I can't do it,
because of some differences of the two files' line endings.
Line endings of the left file is "LF" and right's is "none".
How can I ...
0
votes
1answer
294 views
xCode FileMerge - “Line ending differ”
When I open the 2 files as left & right in FileMerge,
I can see the things like the following screenshot.
As you can see, it doesn't show contents of the right file.
Before I saw this error, I ...
0
votes
2answers
39 views
combining few jpgs(and a txt) to a single jpg file
i have a sort of a canvas on my site, (not canvas though for the need of support in IE) where images are loaded to and modified.
At the end of the process i'd like to take all the files used in the ...
0
votes
1answer
333 views
How to integrate FileMerge with Komodo 6 IDE?
After reading this post:
http://community.activestate.com/forum/subversion-external-diff-tool
I've tried using the following command in the "diff options" text box in preferences > source code ...
0
votes
4answers
427 views
How do I open a .diff file on a mac?
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.
0
votes
1answer
252 views
How do I get the TeamWare filemerge GUI to run on OpenSolaris?
How do I get the TeamWare filemerge GUI to run on OpenSolaris?
% filemerge
ld.so.1: filemerge: fatal: libtt.so.2: open failed: No such file or directory
Killed
TeamWare is no longer a supported ...
0
votes
2answers
138 views
Unable to diff dot-files in Mac's FileMerge
I have set my FileMerge not to ignore any file.
However, it ignores my dotFiles.
How can you make FileMerge to diff dotFiles?
0
votes
3answers
1k views
solaris filemerge and pstack equivalents for linux
Accepting the possibility of extreme ridicule, I must admit that I really miss sun Teamware's filemerge tool. I have switched from solaris to red hat linux, and find myself regularly missing filemerge ...