Patch #1993
To correct the defect that non-ASCII subversion path can't be displayed(on windows)
| Status: | Closed | Start date: | 2008-10-06 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | SCM | |||
| Target version: | 0.8 |
Description
The path parameter of the entries function
1entries(path=nil, identifier=nil)
function must be escaped before it passed to the svn command line executable. And other functions using the path parameter is also changed as above.
A related message could be found at: http://www.redmine.org/boards/2/topics/show/2396#message-2397
Related issues
Associated revisions
Fixed: non-ASCII subversion path can't be displayed (patch #1993 by Chaoqun Zou).
History
Updated by Jan Ivar Beddari about 3 years ago
I needed this patch to fix problems with the Norwegian characters ÆæØøÅå in the subversion view (at site.url/repositories/show/projectid/)
After doing these changes it now works as expected.
I can do manual svn operations using these characters on the command line on the same system. This is a Debian linux system, my system locale is set to "en_US.UTF-8" which should be all I need.
Updated by Jean-Philippe Lang about 3 years ago
- Status changed from New to Closed
- Target version set to 0.8
Patch applied in r2004. Thanks.