Defect #9107
closedGit: Redmine can't show Simplified Chinese character in filenames in git repository
0%
Description
环境
ubuntu10
redmine0.9
问题见图
Files
Related issues
Updated by Etienne Massip about 13 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Speak english.
Updated by Bogor shi about 13 years ago
- Status changed from Closed to Reopened
it is say that can't show chinese file name right in redmine's repository! chinese file name made in windows.
but used TortoiseGit is OK!
Updated by Toshi MARUYAMA about 13 years ago
- Subject changed from git+redmine乱码 to Git: Redmine can't show Simplified Chinese character in filenames in git repository
- Category set to SCM
- Status changed from Reopened to Closed
Set Simplified Chinese encoding name on your repository setting.
Updated by Toshi MARUYAMA about 13 years ago
- Tracker changed from Feature to Defect
Updated by Toshi MARUYAMA about 13 years ago
- Resolution changed from Invalid to Duplicate
Updated by Bogor shi about 13 years ago
- Status changed from Closed to Reopened
I had change Simplified Chinese encoding name on my repository setting,but no ok like then pic. I think maybe redmine need add some function to do this.like http://code.google.com/p/utf8-git-on-windows/downloads/list we set server on ubuntu and client on windows ,we have to use this git.
Thank you!
Updated by Toshi MARUYAMA about 13 years ago
- Status changed from Reopened to Closed
Redmine has tests of path encoding.
You need to use above git 1.7.2 or set "core.quotepath=false".
See source:tags/1.2.1/lib/redmine/scm/adapters/git_adapter.rb#L363
Updated by Bogor shi about 13 years ago
- Status changed from Closed to Reopened
first : Server ubuntu 10.04 git-core 1.7.04 gitolite gitk redmine 1.2.1 mysql 5.1.4
Client msysgit 1.7.3,TortoiseGit 1.6
git repo made by gitolite.than on client TortoiseGit OK! on server gitk OK! but in redmine NO OK!
set server git config --globle "core.quotepath=false" The problem same.
update my git-core 1.7.6 than tst The problem same. I don't why!
Could you show me your server environment and config?
Thank you!
Updated by Toshi MARUYAMA about 13 years ago
- Status changed from Reopened to Closed
All Redmine tests pass.
This is Redmine issue tracker, not supporting.
You should open topic on forum.
Updated by Bogor shi about 13 years ago
Help in your.
I have fix the problem. and i write here for others; I am sorry to make issue tracker is support!
Thank you very much!
update git-core 1.7.2 (http://packages.debian.org/source/squeeze/git)
git config --system core.quotepath false
everything is OK!