Hi everyone,

I just upgraded from 2.0.0 to 2.1.0, and I'm getting this error.  I
spent some time sifting through the code and trying to figure out what
had changed, with no luck, so I thought I'd ask the experts.  Here's
what I see

With Capistrano 2.1.0:

~/rails/grapher/trunk $>cap deploy:update_code
  * executing `deploy:update_code'
  * executing "svn checkout -q  -r907 svn+ssh://
[EMAIL PROTECTED]/path/to/right/place/in/repository /mnt/app/
grapher/releases/20071016211140 && (echo 907 > /mnt/app/grapher/
releases/20071016211140/REVISION)"
    servers: ["somehost.com"]
    [somehost.com] executing command
 ** [err] Permission denied, please try again.
 ** [err] Permission denied, please try again.
 ** [err] Permission denied (publickey,gssapi-with-mic,password).
 ** [err] svn: Connection closed unexpectedly
    command finished
command "svn checkout -q  -r907 svn+ssh://[EMAIL PROTECTED]/
path/to/right/place/in/repository /mnt/app/grapher/releases/
20071016211140 && (echo 907 > /mnt/app/grapher/releases/20071016211140/
REVISION)" failed on plotomatic.com

with Capistrano 2.0.0:

~/rails/grapher/trunk $>cap _2.0.0_ deploy:update_code
  * executing `deploy:update_code'
  * executing "svn checkout -q  -r908 svn+ssh://
[EMAIL PROTECTED]/path/to/right/place/in/repository /mnt/app/
grapher/releases/20071016211231 && (echo 908 > /mnt/app/grapher/
releases/20071016211231/REVISION)"
    servers: ["somehost.com"]
    [somehost.com] executing command
 ** [out] [EMAIL PROTECTED]'s password:
Password:
 ** [out]
 ** [out] [EMAIL PROTECTED]'s password:
 ** [out]

As far as I can see, the difference is that it asks for my password in
2.0.0. I tried fooling around with setting :scm_username
and :scm_password, and setting :scm_prefer_prompt to true, but that
didn't help.

Hopefully that's enough information to make things clear, but let me
know if anything else would help.

Thanks in advance,

Scott Patten


--~--~---------~--~----~------------~-------~--~----~
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