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