开发者

What is :scm_verbose on capistrano?

开发者 https://www.devze.com 2022-12-16 04:42 出处:网络
I searched on capistrano documentation but I did开发者_运维知识库n\'t find.From the source (in this case subversion, but it works similarly for other scm modules):

I searched on capistrano documentation but I did开发者_运维知识库n't find.


From the source (in this case subversion, but it works similarly for other scm modules):

def verbose
  variable(:scm_verbose) ? nil : "-q"
end

Unless :scm_verbose is true, the -q option is added to all svn commands, which suppresses output such as lists of files retrieved from the repository.

0

精彩评论

暂无评论...
验证码 换一张
取 消