You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by TEI <ta...@teicom.net> on 2006/10/13 14:37:59 UTC

bug for SVNPathAuthz

Dear sir
   I am using Apach2.0 + Subversion 1.4 in Windows2003 . (japanese)
   I use AuthzSVNAccessFile to Author my repository
  when I use Japanese in my repository as a folder name . then I can't set 
author for this folder.
I try to use a english folder name .then the author is work .so i think this 
is a language problem

your tei

My config file as following
========== apache config ==========
<Location /dev/>
    DAV svn
    SVNParentPath e:/SVNROOT/dev

    # our access control policy
    AuthzSVNAccessFile e:/SVNAdmin/dev_svn_control.conf
    SVNPathAuthz on

    # only authenticated users may access the repository
    Require valid-user
    #Require group GroupName

    # how to authenticate a user
    AuthType Basic
    AuthName "Dev SVN "
    AuthUserFile  e:/SVNAdmin/dev_svn_pass.conf

</Location>
========== apache config end ==========

==========dev_svn_control.conf ========
[test:/abc]
tei = rw
yb = rw

# tei can't access the abc/efg is good
[test:/abc/efg]
tei =
#tei can still access  japanese folder
[test:/abc/日本語]
tei =


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org