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

SVNParentPath and Unicode repository name

From: Николай Домуховский <nick2005a.d_at_gmail.com>
Date: 2007-10-08 07:06:38 CEST

Hello. I'm trying to configure my Apache with dav_svn to support a lot
of repositories via SVNParentPath.
But I cannot avoid one problem: when some repository has name with
national characters (Russian in my case) I got error, when trying to
access it...
The origin of error is simple: repository name in HTTP GET request is
encoded (i.e. %do%ca%d0%0a and so on), and this _encoded_ name is used
by low-level svn subsystem. As I can see through source code - there
is no some decoding procedures defined.
So, can anyone help me to make this configuration works? Is this a bug
in dav_svn or I just missed some important parameter?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 8 07:07:00 2007

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.