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

RE: Apache/DAV problems with 1.2.1

From: Erik Anderson <erikba_at_teamworkgroup.com>
Date: 2005-07-21 00:39:31 CEST

If you've been doing "Checkout, etc. with file: URLs", and you are using a
BDB database then please examine and correct the ownership of the files in
the db subdirectory. Once you have the web page access working, please
avoid use of file:// on this repository (stay with http://)

-----Original Message-----
From: Ishaan Dalal [mailto:ishaand@gmail.com]
Sent: Wednesday, July 20, 2005 3:36 PM
To: users@subversion.tigris.org
Subject: Apache/DAV problems with 1.2.1

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

  • application/x-pkcs7-signature attachment: smime.p7s
Received on Thu Jul 21 00:41:38 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.