[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 23:58:57 CET

Yep, I found it. It has all the rights it can have. Why it is showing up
in Apache log as part of repo is still a mystery.

thanx
i.

Ilmars Katajs-Paeglis

Ryan Schmidt <subversion-2006Q1@ryandesign.com>
03/06/2006 05:28 PM
 
        To: ilmars.katajs-paeglis@chase.com
        cc: Subversion List <users@subversion.tigris.org>
        Subject: Re: Could not open the requested SVN filesystem

On Mar 6, 2006, at 22:11, ilmars.katajs-paeglis@chase.com wrote:

> 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?

"format" is a file, and it's part of every repository created with
"svnadmin create". If you look in your repository directory, it
should contain all these items:

$ ls -1F
README.txt
conf/
dav/
db/
format
hooks/
locks/
Received on Wed Mar 8 16:59:51 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.