什么是:capistrano上的scm_verbose?

时间:2010-01-11 15:23:30

标签: git capistrano

我搜索了capistrano文档,但我找不到。

1 个答案:

答案 0 :(得分:4)

来自the source(在这种情况下是颠覆,但它对其他scm模块的工作方式类似):

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

除非:scm_verbosetrue,否则-q选项会添加到所有svn命令中,这会禁止输出,例如从存储库中检索的文件列表。