My subversion bundle "Commit" command stopped working - I get the following message:
/Library/Application Support/TextMate/Bundles/Subversion.tmbundle/Support/svn_commit.rb:12:in `require': no such file to load -- /Users/ryan/Library/Application Support/TextMate/Support/bin/shelltokenize.rb (LoadError) from /Library/Application Support/TextMate/Bundles/Subversion.tmbundle/Support/svn_commit.rb:12
I've searched the archive and I've seen a couple of similar threads, and like some of them, this also only seems to apply to commit (I can still use the diff commands). Maybe I'm missing something, because the recommendations I found didn't work or didn't apply. I've added TM_SVN (/usr/local/bin/svn) to my TextMate shell variables, and I tried adding it to my .bash_profile and changing BASH_ENV in the preferences. The other recommendations centered around the version of Ruby, and I'm running Tiger and have version 1.8.2 already installed.
I'm running TextMate version 1.5.3 (1258), and have the latest subversion bundle installed. Any assistance would be appreciated.
Thanks, Ryan
On 19/9/2006, at 22:40, Ryan Powell wrote:
My subversion bundle "Commit" command stopped working - I get the following message:
/Library/Application Support/TextMate/Bundles/Subversion.tmbundle/ Support/svn_commit.rb [...]
Try: svn up '/Library/Application Support/TextMate/Bundles/ Subversion.tmbundle'
So much for having the most recent version of the bundle...thought I did, but that did the trick. Thanks!
Ryan
On Sep 19, 2006, at 3:51 PM, Allan Odgaard wrote:
On 19/9/2006, at 22:40, Ryan Powell wrote:
My subversion bundle "Commit" command stopped working - I get the following message:
/Library/Application Support/TextMate/Bundles/Subversion.tmbundle/ Support/svn_commit.rb [...]
Try: svn up '/Library/Application Support/TextMate/Bundles/ Subversion.tmbundle'
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
I was trying to update bundles with svn, and got error messages about not being able to convert some of the characters used in filenames into UTF-8.
Just in case anybody else hits the same problem, the answer turned out to be defining
LANG="en_US.UTF-8"
in my environment.
http://mcmanus.typepad.com/grind/2004/10/subversion_on_m.html