[SVN] subversion bundle problems
Allan Odgaard
allan at macromates.com
Tue Jun 7 22:03:15 UTC 2005
On Jun 7, 2005, at 20:13, Chris Thomas wrote:
>> I get the following:
>> /bin/bash: line 30: [: too many arguments
> Seems to be a red herring. I have no idea what bash is complaining
> about, but I see this here as well.
Only for the diff stuff?
>> -:1:in `require': No such file to load -- svn_diff (LoadError)
>> from -:1
> Perhaps this is doing something differently on 10.3.9 vs Tiger
> (ruby 1.6.8 vs 1.8.x). It may be worth double-checking that your
> Subversion bundle actually has a Tools folder and that it contains
> svn_diff.rb.
Switching to Ruby 1.6 reveals two problems:
require 'English' # does not work for 1.6 -- what is this?
And: DIR.chdir() do ... end # does not evaluate the block
I wanted to commit my change, but got a similar 'require -- English'
error from the commit script ;)
More information about the textmate-dev
mailing list