[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[Q] Path-based authorization for directories including non-ASCII characters

From: ¹®ºÎ±â <bgmoon_at_sysmate.com>
Date: 2006-01-27 08:33:13 CET

Hi, svn users.

I¡¯m trying to give a path-based authorization for svn repositories. It
works well for directories named with ASCII characters. But it doesn¡¯t
seem to work for directories with non-ASCII characters. I tested it using
both svnserve (1.3.0) and apache. How can I do this? Any work-around
(except not using non-ASCII characters)?

 

Following is what I tested.

 

svn://192.168.10.8/myrepos

+- English

| +- myFile

+- ÇѱÛ

    +- ³»ÆÄÀÏ

 

----------

svnauthzfile

[myrepos:/English]

harry = rw

[myrepos:/ÇѱÛ]

harry = rw

 

I tried to access those two directories. The directory ¡®English¡¯ was
accessible while ¡®Çѱۡ¯ was not.

 

----------

Brandon, Moon.
Received on Fri Jan 27 15:26:50 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.