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

Apache/DAV problems with 1.2.1

From: Ishaan Dalal <ishaand_at_gmail.com>
Date: 2005-07-21 00:35:43 CEST

Hi,

I'm running svn 1.2.1 on CentOS 4. I've setup Apache as described in
the SVN Book. mod_dav_svn loads fine, the parent path/repository has
owner/group set to apache.

The error I get when trying to browse a repo is:

<D:error>
<C:error/>
<m:human-readable errcode="11">
Could not open the requested SVN filesystem
</m:human-readable>
</D:error>

svn errors with:

svn: PROPFIND request failed on '/svn/repos2'
svn: Could not open the requested SVN filesystem

The httpd error log has:

[Wed Jul 20 18:04:54 2005] [error] [client 127.0.0.1] (20014)Error
string not specified yet: Can't get shared lock on file
'/usr/local/svn/repos2/locks/db.lock': Resource temporarily
unavailable
[Wed Jul 20 18:04:54 2005] [error] [client 127.0.0.1] Could not fetch
resource information. [500, #0]
[Wed Jul 20 18:04:54 2005] [error] [client 127.0.0.1] Could not open
the requested SVN filesystem [500, #11]

And my httpd.conf Location section is:

<Location /svn>
  DAV svn
  SVNParentPath /usr/local/svn
</Location>

Checkout, etc. with file: URLs is working fine.

Any clues?

Thanks,
-Ishaan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 21 00:37:46 2005

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.