Project

General

Profile

Actions

Patch #1993

closed

To correct the defect that non-ASCII subversion path can't be displayed(on windows)

Added by Chaoqun Zou over 15 years ago. Updated over 15 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
Start date:
2008-10-06
Due date:
% Done:

0%

Estimated time:

Description

The path parameter of the entries function

entries(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


Files

subversion_adapter.rb.patch (3.57 KB) subversion_adapter.rb.patch Chaoqun Zou, 2008-10-06 10:36

Related issues

Related to Redmine - Defect #2006: problem accessing svn repository with PATH contains non-english symbolsClosed2008-10-08

Actions
Actions #1

Updated by Jan Ivar Beddari over 15 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.

Actions #2

Updated by Jean-Philippe Lang over 15 years ago

  • Status changed from New to Closed
  • Target version set to 0.8

Patch applied in r2004. Thanks.

Actions

Also available in: Atom PDF