capistrano-withrsync icon indicating copy to clipboard operation
capistrano-withrsync copied to clipboard

Setting for :scm is ignored

Open hakanai opened this issue 9 years ago • 1 comments

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.

hakanai avatar Jul 08 '16 03:07 hakanai

@trejkaz Now it supports only git as scm. So, waiting for your pull requests.

linyows avatar Jul 16 '16 00:07 linyows