Actions
Defect #17882
openSubversion: French character filename causes error 404
Status:
New
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
The file name is "AnalyseOpportunité.docx" and is converted to "AnalyseOpportunit%C3%A9.docx" so cannot be found by SVN.
I'm using Bitnami Redmine Stack :Version 2.5.0-0 2014-03-03
- Updated Redmine to 2.5.0
- Updated MySQL to 5.5.36
- Updated Ruby to 1.9.3-p545
- Updated Rails to 3.2.16
Subversion 1.8.5 is on the local network on Linux machine and my redmine stack is on Windows 7.
The production.log file include theses lines :
Started GET "/redmine/projects/voilure/repository/entry/gestion/48586/AnalyseOpportunit%C3%A9.docx" for 127.0.0.1 at 2014-09-15 12:48:35 -0400
Processing by RepositoriesController#entry as HTML
Parameters: {"id"=>"voilure", "path"=>"gestion/48586/AnalyseOpportunité.docx"}
Current user: admin (id=1)
Rendered common/error.html.erb within layouts/base (0.0ms)
Completed 404 Not Found in 312.0ms (Views: 31.2ms | ActiveRecord: 46.8ms)
Related issues
Actions