After I installed Lion on my development mac, I was unable to use the FileMerge script built-in to Versions.app. After creating a sym link:
$ cd /usr/bin; sudo ln -s /Developer/usr/bin/opendiff Versions.app was still unable to use FileMerge. So I copied the FileMerge.sh script from Versions.app and moved it into the Compare Script folder: $ cp /Applications/Versions.app/Contents/Resources/CompareScripts/ FileMerge.sh ~/Library/Application\ Support/Versions/Compare\ Scripts/ $ chmod +x Now FileMerge works again. -- You received this message because you are subscribed to the Google Groups "Versions" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/versions?hl=en.
