Hi Thomas,

here's what works for me when scm user and ssh user are different:

set :scm_user, "mysvnlogin"
set :scm_password, Proc.new { Capistrano::CLI.password_prompt("SVN
password for #{scm_user}, please: ") }
set :repository, Proc.new { "--username #{scm_user} --password
#{scm_password} --no-auth-cache http://myrepository/..."; }

Maybe it will help you ?

cheers

Thibaut
--
LoGeek
[blog]http://evolvingworker.com- tools for a better day
[blog]http://blog.logeek.fr- about writing software
--~--~---------~--~----~------------~-------~--~----~
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