Odd, I don't have the source lying around here on which I based my post. However a fellow developer also ensure me this would work: ssh_options[:username] = foo
Hope that helps. On Nov 27, 9:38 pm, "Robert Sköld" <[EMAIL PROTECTED]> wrote: > Actually, i looked through the source now, and it seems like it's > > set :scm_username > > instead of > > set :scm_user > > however, i can't seem to get neither of them to work. > > Thanks though! > > On Oct 17, 12:59 pm, harm <[EMAIL PROTECTED]> wrote: > > > 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 sshuser. > > 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 -~----------~----~----~----~------~----~------~--~---
