On Mon, 2008-02-04 at 01:06 -0800, Chris Shen wrote: > > * executing "svn export -q -r3 svn+ssh://svn1/home/svn/x/trunk / > > home/generic/apps/x/releases/20080201070337 && (echo 3 > /home/generic/ > > apps/x/releases/20080201070337/REVISION)" > > servers: ["ip"] > > [ip] executing command > > ** [err] svn: Error in child process: exec of '/etc/ssh' failed: > > Permission denied
Hm. So the user on the server "ip" can't check out the code. What if you SSH in to that machine and try running the "svn export" command manually as that user? Another option - use "set :deploy_via, :copy". This will check out the source locally, tar it up, copy the tarball to your server, and then install it. I've been using this a lot to avoid having to install Subversion on my app servers. Yours, tom --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
