@@ -294,7 +294,7 module Redmine | |||
|
294 | 294 | identifier = (identifier) ? identifier : "HEAD" |
|
295 | 295 | logger.debug "<cvs> cat path:'#{path}',identifier #{identifier}" |
|
296 | 296 | path_with_project="#{url}#{with_leading_slash(path)}" |
|
297 | cmd_args = %w|co| | |
|
297 | cmd_args = %w|-q co| | |
|
298 | 298 | cmd_args << "-D" << "#{time_to_cvstime(identifier)}" if identifier |
|
299 | 299 | cmd_args << "-p" << path_with_project |
|
300 | 300 | cat = nil |
General Comments 0
You need to be logged in to leave comments.
Login now