filemerge

SourceTree filemerge quits immediately and creates 4 files. How to fix it?

萝らか妹 提交于 2019-12-09 18:01:12
问题 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 choose "Launch external diff tool" from the contextmenu of a file, 4 files appear (Backup, base, local and remote) but filemerge quits immediately. When I launch external diff, filemerge displays in the left /dev/null as source. How can I fix it? In preferences I choose filemerge as external diff tool.

How to change FileMerge's font/settings/preferences?

不羁的心 提交于 2019-12-08 16:10:20
问题 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). That could be changed temporarily to monaco by changing the font to ... Helvetica. Yes, it's very weird. But now, it shows all text white on white, and only the changed section is visible because of the different background and I cannot change it. I've tried to locate all the pref files, and

How to merge two files in python

依然范特西╮ 提交于 2019-12-08 07:16:25
问题 I have two tab delimited csv files (with headers) that I need to merge in python. Also, in the merged file I want to add a column in the end to identify the files because though they have same format, they have different data that I need to separate later on. So, I want to add a column called 'source' on each line of output which is 0 for file1 and 1 for file2. I have gone far as using the csv module but the writerow adds an additioal newline character between each line it writes and this

`git difftool -d` get 'file does not exist' error on mac

纵饮孤独 提交于 2019-12-06 02:42:00
I am trying to use command git difftool -d for a folder diff. The command get diff list successfully (show in FileMerge.app). But when I try to open each diff file. I get file does not exist error. Output log: $ git difftool -d merge tool candidates: opendiff kdiff3 tkdiff xxdiff meld kompare gvimdiff diffuse ecmerge p4merge araxis bc3 codecompare emerge vimdiff Image: I am using git version 1.8.1.1 on mac OS X 10.9. Thanks. The problem is the opendiff command returns which causes difftool to delete the temp directory and all the files you are comparing. After a ton of searching I found this,

SourceTree filemerge quits immediately and creates 4 files. How to fix it?

和自甴很熟 提交于 2019-12-04 06:30:42
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 choose "Launch external diff tool" from the contextmenu of a file, 4 files appear (Backup, base, local and remote) but filemerge quits immediately. When I launch external diff, filemerge displays in the left /dev/null as source. How can I fix it? In preferences I choose filemerge as external diff tool. Have I to write the diff command for source tree manually, to give it the right local version of my

Unable to load platform at path

吃可爱长大的小学妹 提交于 2019-12-03 05:25:37
问题 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.platform 回答1: I have the same FileMerge warning in Git. When I look inside Xcode's preferences, I can see that neither the iPhoneSimulator nor the iPhoneOS platforms are installed but the directories do exist when I look into "/Applications/Xcode.app/Contents/Developer/Platforms". I don't develop for iOS,

git diff with opendiff gives “Couldn't launch FileMerge” error

旧巷老猫 提交于 2019-12-03 01:47:14
问题 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: 2011-02-18 13:58:55.532 opendiff[27959:60f] exception raised trying to run FileMerge: launch path not accessible 2011-02-18 13:58:55.535 opendiff[27959:60f] Couldn't launch FileMerge external diff died, stopping at source/some_file.m. What's going on? This has worked for many months, but stopped working

Unable to load platform at path

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-02 18:43:41
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.platform I have the same FileMerge warning in Git. When I look inside Xcode's preferences, I can see that neither the iPhoneSimulator nor the iPhoneOS platforms are installed but the directories do exist when I look into "/Applications/Xcode.app/Contents/Developer/Platforms". I don't develop for iOS, so I deleted both iPhoneOS.platform and iPhoneSimulator.platform and the warning went away. If you do need