Ah-ha! Yes. Capistrano requires that your subversion repository be accessible both the same user both on your local (deployment) host, and your target (destination) hosts. This is because it needs to access the repository from the local host to determine what the current revision is.

Are you able to access your svn repository from your local machine as that deployment user?

- Jamis

On Nov 15, 2006, at 9:16 AM, Jake Howerton wrote:


Hey Jamis,

end of the cap deploy output:

...
  * executing task update_code
  * querying latest revision...
[EMAIL PROTECTED]'s password:
Permission denied, please try again.


x.x.x.x is my actual IP when I run it and yes I am assuming that there
is some sort of permissions issue on the server that I am deploying
to.  Any idea what it could be?

Jake


On 11/14/06, Jamis Buck <[EMAIL PROTECTED]> wrote:
Jake,

You said that you get a "Permission denied" error. Can you paste the
error? "Permission denied" sounds more like a filesystem error than
an authentication error.

- Jamis

On Nov 14, 2006, at 1:37 PM, Jake Howerton wrote:


Hey Jamis.

I have password authentication for SSH on the repo box.

When I login as my deployment user and do a check out I get 2 password
prompts.  I am assuming one is for SSH and one is for SVN. Same
username and pass for everthing though.

Jake

On 11/14/06, Jamis Buck <[EMAIL PROTECTED]> wrote:
Jake,

Is password or keyboard-interactive authentication enabled on the
server hosting your svn repo? Do you get a password prompt when you
log in as your deployment user and do a checkout?

- Jamis

On Nov 14, 2006, at 1:16 PM, Jake Howerton wrote:


Hey All,

I am having some troubles getting access to an svn+ssh repo when
deploying.

If i login as my deployment user and do a checkout everthing works.

However when doing a cap deploy, I get the prompt to enter a pass
for
[EMAIL PROTECTED] , but then it fails with Permission denied.

Tailing the logs on the repo box indicates that SSH connection is
never established at all.

SSH is at /usr/bin/ssh

svn is at /usr/bin/svn

Is there anything else that I need permission for that would be
preventing this?

Thanks,

Jake













--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to capistrano- [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/ group/capistrano
-~----------~----~----~----~------~----~------~--~---


Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to