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