Redmine Git with Cyrillic file names
Added by Romeo R almost 11 years ago
Hi All!
Environment:
Redmine version 2.4.0.stable
Ruby version 1.9.3-p231 (2012-05-25) [i386-mingw32]
Rails version 3.2.15
Environment production
Database adapter Mysql2
SCM:
Subversion 1.7.9
Git 1.8.3
Filesystem
There's a mirror to my project repo in RedMine
It sync and show branches and folders/files.
But if some folder or file name in Cyrillic transcription redmine puts 404 error.
such url gets error -
/redmine/projects/brj/repository/revisions/master/entry/Инструкция BR4J.txt
Another git client (TortoiseGit) show all folders/files in Cyrillic transcription.
Local Git repo path on Redmine also in UTF-8 encoding.
Seems that redmine can't see cyrillic files..
How fix it?
p.s. Also tryed to add
AddDefaultCharset utf-8
in httpd.conf - just the same 404 error..
Replies (1)
RE: Redmine Git with Cyrillic file names - Added by Mad Geniy almost 10 years ago
It's connected to my question
http://www.redmine.org/boards/1/topics/45186?r=45277#message-45277
Possibly need create an issue?