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

Re: Could not open the requested SVN filesystem

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-02-15 20:07:51 CET

On Feb 15, 2006, at 19:28, ilmars.katajs-paeglis@chase.com wrote:

> I tried both setting up SVNPath as /sas/svnrepos/crma
> and SVNParentPath as /sas/svnrepos
>
> it does not work. I am getting exactly the same error as before.
>
> I am looking into changing locale. I found AddDefaultCharset line
> in apache config file.
> I change it to
> AddDefaultCharset UTF-8
>
> Unfortunately, when restarting server UTF8 charset can not be
> loaded. I think i am missing something
> but do not know what. I will keep browsing for more info on locale
> change.

No, that's definitely wrong and has nothing to do with it. I'd undo
your change there.

I have this feeling that Apache inherits the environment from the
shell used to start it, at least on some systems and possibly
depending on configuration. So I'd just try setting the LANG
environment variable to something UTF-8-ish and then starting (or
restarting) Apache.

For example....

export LANG=en_US.utf8
apachectl restart

That's assuming your operating system provides a locale called
"en_US.utf8"; check the listing of /usr/share/locale.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 15 20:11:33 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.