On 7 Dec 2006, at 03:18, Alexander Ross wrote:
Andy,
You need to checkout the TextMate Support folder to /Library/ Application Support/TextMate/Support.
It might be easiest to just delete /Library/Application Support/ TextMate/, and then checkout the entire Bundle trunk with:
svn co http://macromates.com/svn/Bundles/trunk/ /Library/Application \ Support/TextMate
- Alex
On Dec 6, 2006, at 3:13 PM, Andy Armstrong wrote:
⌘R seems to be broken for Perl scripts at the moment. After an svn up in /Library/Application Support/TextMate/Bundles attempts to run a Perl script yield
/Library/Application Support/TextMate/Bundles/Perl.tmbundle/ Support/PerlMate/perlmate.rb:1:in `require': no such file to load -- /Applications/TextMate.app/Contents/SharedSupport/Support/lib/ scriptmate (LoadError) from /Library/Application Support/TextMate/ Bundles/Perl.tmbundle/Support/PerlMate/perlmate.rb:1
Only a tiny question:
Did you mean
/Library/Application Support/TextMate/Bundles/Perl.tmbundle/Support/ PerlMate/perlmate.rb:1:
or
~/Library/Application Support/TextMate/Bundles/Perl.tmbundle/Support/ PerlMate/perlmate.rb:1:
I can remember that I have a similar problem. And it turns out that actually there is no folder /Library/..., only in ~/Library/... .
-Hans