capistrano-withrsync
capistrano-withrsync copied to clipboard
Setting for :scm is ignored
My deploy.rb has:
set :scm, :svn
set :repo_url, 'https://svn.acme.com/app/trunk'
withrsync appears to ignore the SCM setting, resulting in it treating the repo URL as a git repository, which it isn't.
@trejkaz Now it supports only git as scm. So, waiting for your pull requests.