Project

General

Profile

Defect #6090 ยป cvs-cat-bin.diff

Toshi MARUYAMA, 2011-02-10 00:49

View differences:

lib/redmine/scm/adapters/cvs_adapter.rb
249 249
          cmd << " -p #{shell_quote path_with_project}"
250 250
          cat = nil
251 251
          shellout(cmd) do |io|
252
            io.binmode
252 253
            cat = io.read
253 254
          end
254 255
          return nil if $? && $?.exitstatus != 0
    (1-1/1)