<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><BR><DIV><DIV>On Jun 7, 2005, at 10:52 AM, Charilaos Skiadas wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"><BLOCKQUOTE type="cite"><P style="margin: 0.0px 0.0px 0.0px 10.0px"><FONT face="Times" size="3" color="#0000dd" style="font: 12.0px Times; color: #0000dd">Try setting the output for the Diff Revisions command to "Output in New Window" and then running Diff Revisions again? This should give us some error diagnostic text.</FONT></P> <BR></BLOCKQUOTE><P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Times; min-height: 14.0px"><BR></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Times" size="3" style="font: 12.0px Times">I get the following:</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Times; min-height: 14.0px"><BR></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Times" size="3" style="font: 12.0px Times">/bin/bash: line 30: [: too many arguments</FONT></P></BLOCKQUOTE><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Seems to be a red herring. I have no idea what bash is complaining about, but I see this here as well.</DIV><BR><BLOCKQUOTE type="cite"> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Times" size="3" style="font: 12.0px Times">-:1:in `require': No such file to load -- svn_diff (LoadError)</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Times" size="3" style="font: 12.0px Times"><SPAN class="Apple-converted-space"><SPAN class="Apple-converted-tab">    </SPAN></SPAN>from -:1</FONT></P></BLOCKQUOTE></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Aha. At the end of the command is this:</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>ruby -I "$TM_BUNDLE_PATH/Tools/" <<END</DIV><DIV>    require 'svn_diff'</DIV><DIV>    Subversion::diff_active_file("$rev1:$rev2", "Subversion—Diff Revisions…")</DIV><DIV>END</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>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.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>The ruby command itself should be "${TM_RUBY:=ruby}", seems I've been forgetting this recently.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Chris</DIV></BODY></HTML>