filemerge Questions

9

For some time now, I can't change FileMerge's font. Then it suddenly started using a Helvetica-like font (sans serif, variable width) for files it doesn't recognize (like typescript source files). ...
Melodic asked 2/8, 2017 at 9:51

5

I'm new to git on OS X, and I'm using it via the command line. I come from the world of Tortoise SVN and Beyond Compare on Windows. I want to be able to send diffs to FileMerge. I was able to do ...
Ricotta asked 18/3, 2010 at 0:15

7

Solved

I regularly use Atlassian SourceTree (on Mac OS X) to launch FileMerge to resolve git merge conflicts. Out of the blue it has stopped working: when I right click and select Resolve Conflicts > L...
Korikorie asked 23/9, 2015 at 0:14

2

yesterday I could merge files in sourcetree with the external tool filemerge. Today, sourcetree wanted me to register me, and after my successful registration, I couldnt start filemerge. When I c...
Humbuggery asked 6/5, 2013 at 8:19

4

Solved

I just upgraded to Xcode 5 and now Gitbox doesn't seem to be able to find FileMerge as the diff tool, and has no options for setting a path manually. Anyone know a way to link it up again?
Antiphonary asked 19/9, 2013 at 14:15

5

I see FileMerge in the Xcode app bundle: /Applications/Xcode.app/Contents/Applications/FileMerge.app I know I can open it on the command line using: open /Applications/Xcode.app/Contents/Applic...
Pulverulent asked 29/11, 2017 at 23:38

4

Solved

When I attempt to run FileMerge as a GUI for Opendiff, I receive an error: $ git mergetool -t opendiff Merging: Gemfile Gemfile.lock ... Normal merge conflict for 'Gemfile': {local}: modified fi...
Borate asked 27/12, 2013 at 1:10

6

I use FileMerge as the difftool tool for Git. Recently, I started receiving a weird error message: Unable to load platform at path /Applications/Xcode.app/Contents/ Developer/Platforms/iPhoneOS.p...
Whisker asked 4/12, 2012 at 2:32

1

I know you can assign shortcuts by editing the nib file that FileMerge uses, but I have no idea how to do it. I want to replace the "choose left" and "choose right" actions with specific keys on m...
Farsighted asked 5/4, 2016 at 2:17

3

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 tha...
Frons asked 18/7, 2010 at 17:34

5

When using filemerge to solve HG conflict, I got the following error FileMerge[18002:707] Unable to load platform at path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platf...
Yesterday asked 27/9, 2012 at 8:58

1

Solved

Can I configure this tool to default the choice for each differing block to the left side rather than the right side? Right now the workaround is to swap the sides, but this is slightly confusing...
Incunabula asked 23/12, 2013 at 18:30

4

Solved

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 r...
Cuccuckold asked 22/7, 2010 at 18:53

1

Solved

The documentation is here: http://www.kernel.org/pub/software/scm/git/docs/git-mergetool.html A handy guide is here: http://ryanflorence.com/git-for-beginners/ However, neither of them explain how...
Renfroe asked 1/11, 2012 at 18:58

5

Solved

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.
Catton asked 20/8, 2009 at 5:29

3

Solved

I had a small conflict in a .h header file in a project I'm working on. This project is tracked in Git. Fortunately, the conflict was very simple to solve. I used git mergetool And chose the def...
Capacitance asked 12/3, 2013 at 23:1

3

I have front-end JS files: -js   -a.js   -b.js   -c.js and I request http://example.com/js/all.js, I will get a file with all contents of a.js, b.js and c.js. Is there any libr...
Godwit asked 19/4, 2012 at 5:18

3

Today I tried to use opendiff on my MacBook Pro and I got this error. xcode-select: Error: No Xcode folder is set. Run xcode-select -switch <xcode_folder_path> to set the path to the Xcode f...
Tryst asked 15/2, 2012 at 20:23

3

Solved

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: ...
Phyllida asked 18/2, 2011 at 3:2

6

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 ...
Walloping asked 3/1, 2012 at 12:21

3

Solved

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 fileme...
Plenitude asked 22/11, 2008 at 6:8
1

© 2022 - 2024 — McMap. All rights reserved.