Hi James,
On 1 Sep 2006, at 15:54, James Edward Gray II wrote:
On Sep 1, 2006, at 4:36 AM, Jon Evans wrote:
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27: command not found: svn log -q -rhead https://my.svn.server/repos/ my_app-portal/rails/my_app/trunk
Clearly the issue is that Subversion is not found. RakeMate just does a piped-open to Rake to run the task, so it's pretty likely Subversion is not in your path at the time of the call.
The reason and fix are described here:
http://macromates.com/textmate/manual/shell_commands#search_path
You want the "Important" section towards the end.
Perfect, all working again now. Still don't know why it stopped working though - mysterious. Thanks for your help.
Jon