Hi all,
I'm experiencing a problem with Capistrano that I am unable to fix.

I'm deploying to server while the Subversion sources are on another
server. Maybe this will turn out to be not such a wise decision but at
some point it seem to make sense to me to have a central separate
Subversion server.

What I don't understand is the permission errors I get on cap deploy.

Preparing to execute command: "svn checkout -q  -r59 svn+ssh://
[EMAIL PROTECTED]/home/user/svn/svn/myapp/trunk/ /home/user/myapp/
releases/20081029140649 && (echo 59 > /home/user/myapp/releases/
20081029140649/REVISION)"
Execute ([Yes], No, Abort) ?  |y|
    servers: ["epf.eclipse.org"]
Password:
    [epf.eclipse.org] executing command
 ** [epf.eclipse.org :: err] Permission denied, please try again.
 ** [epf.eclipse.org :: err] Permission denied, please try again.

The strange thing is that I can execute the command successfully
manually by first ssh to the machine and then execute the command:
svn checkout -q  -r59 svn+ssh://[EMAIL PROTECTED]/home/user/svn/svn/
myapp/trunk/ /home/user/myapp/releases/20081029140649 && (echo 59 > /
home/user/myapp/releases/20081029140649/REVISION)

Why does capistrano fail the command when I can execute the command
successfully?
Thanks and Regards,
Onno
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to