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

bug for SVNPathAuthz

From: TEI <taiben_at_teicom.net>
Date: 2006-10-13 16:37:59 CEST

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
Received on Sun Oct 15 21:46:19 2006

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

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