[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-03-06 23:28:37 CET

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/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 6 23:30:36 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.