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

Re: Non-ASCII user names when "svn" protocol is used.

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2006-03-08 19:54:44 CET

"Jim Blandy" <jimb@red-bean.com> writes:

> it would make sense to me if Subversion read its configuration files
> in the system locale.

Except that httpd doesn't do setlocale() so mod_authz_svn cannot do
native to UTF8 conversions (apart from trivial conversions for ASCII
strings). At present paths within an AuthzSVNAccessFile need to be
UTF8 encoded and changing that to native isn't possible since
mod_authz_svn won't be able to convert such paths to UTF8 as required
by the Subversion filesystem. The svnserve equivalent is the authz-db
file, and it's presently also UTF8. I suppose svnserve could do
things differently, but that doesn't seem like a good idea to me.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 8 19:55:30 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.