how do I do it? It is asking me for the wrong svn username
#deploy.rb
set :svn_username, “sw_ivanoats”
set :svn_password, “my password”
I have also tried scm_username, without success
VLAD the DEPLOYER stuff
set :application, “www2.sustainablewebsites.com”
set :domain, “www2.sustainablewebsites.com”
set :deploy_to, “/var/www/www2.sustainablewebsites.com”
set :repository, “http://sw.unfuddle.com/svn/sw_sw/”