[Capistrano] Re: cap headache - svn_log in update_code blows up

2007-01-10 Thread Jamis Buck
Ah...do you happen to have svn installed locally? - Jamis On Jan 10, 2007, at 7:22 AM, [EMAIL PROTECTED] wrote: Hi Jamis, Thanks for your help! I compiled svn 1.4 from source, and have it in /usr/local/bin. I set :svn as below, but no joy yet. I also checked permissions on the svn

[Capistrano] Re: cap headache - svn_log in update_code blows up

2007-01-10 Thread [EMAIL PROTECTED]
Jamis Buck wrote: Ah...do you happen to have svn installed locally? I'm running cap from a windows box which has tortoiseSVN client. It doesn't have a local install of subversion itself, though... John --~--~-~--~~~---~--~~ To unsubscribe from this group,

[Capistrano] Re: cap headache - svn_log in update_code blows up

2007-01-10 Thread Jamis Buck
Yup, that's the problem. Capistrano needs to be able to run 'svn' locally, in order to determine the current revision number. I am SO killing that feature...this is such a support nightmare. :( In the meantime, John, you'll need to install a command-line svn client, and make sure it is in

[Capistrano] Re: cap headache - svn_log in update_code blows up

2007-01-10 Thread [EMAIL PROTECTED]
Hi Jamis, Sounds good... By the way, Thanks for net-ssh, thanks for Capistrano, and thanks for your help debugging! John --~--~-~--~~~---~--~~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at

[Capistrano] Re: cap headache - svn_log in update_code blows up

2007-01-10 Thread Jamis Buck
On Jan 10, 2007, at 9:13 AM, [EMAIL PROTECTED] wrote: Hi Jamis, Sounds good... By the way, Thanks for net-ssh, thanks for Capistrano, and thanks for your help debugging! I'm just gratified to see so many people using something I've written! - Jamis

[Capistrano] Re: cap headache - svn_log in update_code blows up

2007-01-09 Thread Jamis Buck
I'm guessing you've got svn installed in some non-standard location. Note that the ssh session that cap uses does NOT use the same PATH environment variable you get when you login with an interactive shell. It gets a bare-minimum PATH, usually just /usr/bin and one or two others. If svn