[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: <ilmars.katajs-paeglis_at_chase.com>
Date: 2006-03-06 22:11:12 CET

Update:
        Our admins installed locale en_US.UTF-8.
        I went ahead and changed LC_CTYPE variable to en_US.UTF-8.
        Apache conversion error wet away.

Though svn http support still doesn not work. Now something really strange
is happening.

When requesting: svn co http://hostname/repos/crma or svn co
http://hostname/repos/trunk (depending on SVNParentPath or SVNPath
setting)
apache log gives me the following error:
        (20014)Error string not specified yet: Can't open file
'/sas/svnrepos/crma/format': No such file or directory

note config file:

<Location /repos>
    DAV svn
   #SVNParentPath /sas/svnrepos
    SVNPath /sas/svnrepos/crma
</Location>

Somehow SVN apache module attaches directory "format". Does anybody have
any idea where that directory is coming from?

thanks for any ideas!

still not giving up,
i.

Ilmars Katajs-Paeglis

Ryan Schmidt <subversion-2006Q1@ryandesign.com>
02/16/2006 12:09 PM
 
        To:
        cc: Subversion List <users@subversion.tigris.org>
        Subject: Re: Could not open the requested SVN filesystem

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

> It seems that our server does not have the en_US.utf8 locale
> installed. I have requested it to be installed, though it might
> take a while.

Different operating systems, and even different versions or
configurations of one operating system, may name these locales
differently. For example, on Mac OS X 10.4.4, it's called
en_US.UTF-8, whereas on our Gentoo Linux box, it's just called en.
Received on Wed Mar 8 16:47:22 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.