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

Re: Subversion Apache/DAV problems with 1.2.1

From: Ishaan Dalal <ishaand_at_gmail.com>
Date: 2005-07-25 14:08:46 CEST

Hey,

Actually no, I was quite frustrated. I was on a newly installed CentOS 4
machine, but then I installed FC3. Everything is working so far with
Subversion 1.1.4. If there is this problem I might think twice about
upgrading. Perhaps you could uninstall 1.2.1 and go back to 1.2. Any big
fixes in 1.2.1 that are important enough to inflict such torture on
ourselves?

Sadly, nobody on the list has been able to come up with any other solution
so far...

Cheers,
-Ishaan

[My original message below Oscar's post]

On 7/25/05, Oscar Chic <oscar.chic@openitgroup.com> wrote:
>
> Hi Ishaan,
> Have you solved your problem with Subversion?
> I have the same one when I upgrade from 1.2 to 1.2.1 in Fedora Core 3.
> Thanks,
>
> ̉sca

---My Original Message---

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 <http://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 <http://127.0.0.1/>]
Could not fetch
resource information. [500, #0]
[Wed Jul 20 18:04:54 2005] [error] [client 127.0.0.1 <http://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

NOTE: I'm not using BDB, using FSFS.
Received on Mon Jul 25 14:13:54 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.