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

Re: Help: Could not open the requested SVN filesystem

From: David Budworth <dbudworth_at_eloan.com>
Date: 2004-08-18 23:47:56 CEST

On Aug 18, 2004, at 2:23 PM, Max Bowsher wrote:

> Fayun Luo wrote:
>> Hi, Max:
>
> Please keep email addressed to the mailing list. That way other's can
> help too.
>
>> Thanks for your help. I couldn't see anything that is related in the
>> error_log file (the file I am looking for is /var/log/httpd/error_log,
>> let me know if it is not the file to look at)
>
> That's correct.
>
>> Below is a chunk from that file:
> ...
>> [Wed Aug 18 10:32:39 2004] [error] [client 127.0.0.1] (20014)Error
>> string not specified yet: Can't open file
>> '/usr/local/svnrep/MantisIQ/format': No such file or directory
>
> Hmm, what about this?

Possibly you fell in to the same trap I did in regards to how
ParentPath works in regards to mod_dav_svn.

Did you do:
svnadmin create /usr/local/svnrep/MantisIQ/some-svn-repo
svnadmin create /usr/local/svnrep/MantisIQ/some-other-svn-repo

Where MantisIQ is just a plain directory that has sub directories
containing repositories?

svnserve and file:// urls will work with that, but apache will not.

svnserve will delve deep in to the tree trying to find the repo and
then perform actions relative to that, but the apache module *requires*
that the repositories live directly under your ParentPath location.

Completely disregard the above if you did the equivalent of:
svnadmin create /usr/local/svnrep/MantisIQ

in that case, it should be working and I have no clue what could be the
problem.

-David

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 18 23:49:05 2004

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.