On Apr 9, 2007, at 2:44 PM, Allan Odgaard wrote:
Looking into the error, it seems the semaphore name is too long, and coincidentally both you and mark has a name of 32 characters, so that might be the limit (excl. null byte).
I changed the code to use the user ID instead of name, so that should result in a shorter semaphore name.
To test the update do:
mkdir -p /Library/Application\ Support/TextMate cd /Library/Application\ Support/TextMate svn co http://macromates.com/svn/Bundles/trunk/PlugIns
Then relaunch TextMate -- and you want to remove the checked-out plug-in again, after next TM update (to revert to the default version).
Yep, that did the trick... thanks!