Yummy Software
Yummy FTP => Problems & Bugs => Topic started by: pusle on August 24, 2011, 03:08:21 PM
-
Hi,
I have Yummy installed on my work and home computer. On both I have installed both filemerge and Textwrangler, and on both, diff works with Textwrangler (when uploading or downloading, it asks wether to overwrite, resume .. And diff).
On my home computer where I run Lion, diff with filemerge don't work, but on my work computer it does. There are no error messages when trying to diff with filemerge on the Lion mac, nothing just happens.
Hope someone can help.
Hope I have made myself understood. Thanks!
-
I guess Apple changed something in Lion that broke the compatibility.
I'll check this out and if possible I'll add a fix for the next update - v1.8.6, coming soon :)
In the mean time, use TextWrangler. It works well, better than FileMerge in my opinion.
-
I don't see any problem with FileMerge. It's working without issue.
What happens if you use opendiff from the Terminal?
-
Ah.. found the issue. In Lion they moved the opendiff executable (which Yummy invokes to call FileMerge) into the Developer -> usr -> bin folder, so now when calling opendiff directly in Terminal the command is not found. I needed to change Yummy so that if Lion is running then specifically call out to the Developer folder. Works now... fix will be in the 1.8.6 b3 update.
I guess mine was still working because I did an upgrade, so the original opendiff was still there.
-
Hi,
This issue returns on OS X Lion 10.7.3 with newly installed Xcode 4.3.2 - opendiff executable is now again in /usr/bin/opendiff
FileMerge.app is in /Applications/Xcode.app/Contents/Developer/FileMerge.app
To make FileMerge work on my machine I had to create /Developer directory with a symlink usr to /usr inside. Without that nothing happens after clicking "diff". Any chances to fix this in further releases?
Also Xcode 4.3.2 requires to call sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer otherwise opendiff will throw "Error: No Xcode folder is set.". Gah… It's not easy to bring FileMerge working now.
-
Yes, this is fixed in v1.8.9 which is being released imminently :)
-
Great, looking forward for hearings about new version. ;)