##// END OF EJS Templates
scm: cvs: fix most binary files become corrupted on Windows (#6090)....
Toshi MARUYAMA -
r4695:2a11abdcfcc1
parent child
Show More
@@ -249,6 +249,7 module Redmine
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
General Comments 0
You need to be logged in to leave comments. Login now