scm: cvs: add -q option at cat.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5396 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-04-11 06:30:47 +00:00
parent 717e2a0a9f
commit 064e8476e8
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ module Redmine
identifier = (identifier) ? identifier : "HEAD"
logger.debug "<cvs> cat path:'#{path}',identifier #{identifier}"
path_with_project="#{url}#{with_leading_slash(path)}"
cmd_args = %w|co|
cmd_args = %w|-q co|
cmd_args << "-D" << "#{time_to_cvstime(identifier)}" if identifier
cmd_args << "-p" << path_with_project
cat = nil