You've got the scm_password value in quotes...don't do that. :) Do:

  set(:scm_password) { Capistrano::CLI.password_prompt("...") }

- Jamis

On 7/16/07, gcnovus <[EMAIL PROTECTED]> wrote:
>
> I'm running preview release 2, and I'm getting the problem Merg
> mentioned a while back with the following settings:
>
> set :repository, "http://svn.#{domain}/svn/#{application}/trunk";
> set :scm_username, "capistrano"
> set :scm_password, "Proc.new {Capistrano::CLI::password_prompt('SVN
> Password:')}"
>
> I have NOT set scm_command or local_scm_command
>
> The only way I can get cap to work is to use
> set :repository, "svn+ssh://[EMAIL PROTECTED]/home/#{user}/svn/
> #{application}/trunk"
> instead of all three lines above.
>
> -Gaius
>
>
> >
>

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