Hi list,
Not too long ago I was trying to deploy an app with capistrano in
which the username of the svn repository was different from the ssh
user. This could no be helped and it took me ages to figure out how to
make this work. As I found nearly no documentation on the subject I
thought I'd post it here for everybody to find.

What you should do is set, in your deploy.rb;
set :scm_user
and
set :scm_password

So not :svn_user as an other post suggested.

With kind regards,
Harm


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