Actions
Defect #12279
closederror with large files in filesystem repo
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Cant reproduce
Affected version:
Description
I've got a filesystem repo that contains DVD ISO images. When I try to view the repo I get
An error occurred when trying to access the repository: bignum too big to convert into `unsigned long'
It seems like Redmine is only calculating the size of the files in Bytes, which blows up the variable here. I don't know Ruby enough to try and modify it so that it can calculate sizes in kb/mb/gb so as not to throw this error.. This is all my theory of course.
Redmine 1.4.4.stable (MySQL)
Debian 6.0.5 Squeeze
ruby 1.8.7
Related issues
Actions