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

Internal error: Couldn't perform atomic initialization

From: Jérôme Berger <jeberger_at_free.fr>
Date: Fri, 10 Apr 2009 16:13:54 +0200 (CEST)

Hi,

I've got a problem with FSFS and Apache2: svn randomly fails to access the repository with the following messages in the logs:

=========================8<------------------------
(20014)Internal error: Couldn't perform atomic initialization
Could not fetch resource information. [500, #0]
Could not open the requested SVN filesystem [500, #200029]
Could not open the requested SVN filesystem [500, #200029]
------------------------->8========================

If I retry, it sometimes works and sometimes doesn't work.

Accessing the repository locally through a file:// url works.

Converting the repository to BDB works.

Here's my Apache svn configuration:
=========================8<------------------------
<Location /svn>
   DAV svn
   SVNParentPath /work/svn
   AuthType Digest
   AuthName "Subversion"
   AuthUserFile /work/htdigest
   AuthzSVNAccessFile /work/svnaccess
   Require valid-user
</Location>
------------------------->8========================

Software versions:
- Subversion 1.6.0 and 1.6.1;
- Apache 2.2.11;
- Neon 0.28.3.

Can somebody confirm that this is a bug or tell me what I'm doing wrong please?

Jerome

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1631394

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-10 17:43:28 CEST

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.