I'm having problems getting SourceTree to launch Filemerge from either of the two menu options.
I see the "visual merge" dialogue box appear, and BACKUP, BASE and REMOTE files appear in the working tree. Then after about 5 seconds the dialogue box closes itself, but Filemerge doesn't launch.
Clicking the "External diff" button at top right does launch Filemerge - with 'null - /dev' in the left-hand pane, and the conflicted file in the right.
My Xcode path is /Applications/Xcode.app/Contents/Developer. Running opendiff at the command line works with no problem.
I've tried setting the preferences settings as both 'FileMerge' (with no diff command, and empty arguments) and as 'Other' with the diff command as 'opendiff' and arguments as $LOCAL $REMOTE -merge $MERGED (as per http://www.soycow.org/meep/?p=1170.
(Edited to add: this is the content of my global .gitconfig:
[diff]
tool = default-difftool
[difftool "sourcetree"]
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
path =
[mergetool "sourcetree"]
cmd = /Applications/SourceTree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \$
trustExitCode = true
Does anyone have any ideas?
I noticed that SourceTree will hang if one of the files to diff had been removed. I submitted a bug regarding this. Check to see if this is your case.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I get the same problem with opendiff on mac osx 10.10. Command line works fine. Source tree does not. Please fix!
Also note that sourcetree creates backup files upon clicking "launch external merge tool", but does not launch the merge tool!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same problem as described above with tortoisemerge and with kdiff3
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am seeing this issue as well as Bennett Smith. Even changing the tool back to default / non-external tool does not have any effect. Help!!!
BTW, I am using Windows version, and use beyond compare as external diff tool. The suggested link above does not help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am seeing the exact same issue, but my external diff/merge tool is Araxis Merge. Everything was working fine through multiple individual 3-way merges. Then, without any reason I can see, Sourcetree started acting as described above. It creates the merge files in the folder, a dialog flashes up (but goes away too quickly to read) and nothing else happens.
Does anyone have an aswer for this? It is very frustrating.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Maybe this helps? https://confluence.atlassian.com/pages/viewpage.action?pageId=267258218
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.