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

Re: "Couldn't open rep-cache database" (post commit FS processing)

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 16 Nov 2011 15:21:41 +0000

Aleksandr Sidorenko <asidorenko_at_cashontime.com> writes:

> Rebuilt, now I get this message on post-commit:
>
> Warning: post commit FS processing had error:
> Couldn't perform atomic initialization

It could be the atomic functions failing, but more likely it's still a
DB problem. Please add this patch as well:

Index: subversion/libsvn_subr/atomic.c
===================================================================
--- subversion/libsvn_subr/atomic.c (revision 1202695)
+++ subversion/libsvn_subr/atomic.c (working copy)
@@ -57,8 +57,7 @@
                          SVN_ATOMIC_INIT_FAILED,
                          SVN_ATOMIC_START_INIT);
 #endif
- return svn_error_create(SVN_ERR_ATOMIC_INIT_FAILURE, err,
- "Couldn't perform atomic initialization");
+ return err;
         }
       svn_atomic_cas(global_status,
                      SVN_ATOMIC_INITIALIZED,

-- 
Philip
Received on 2011-11-16 16:22:18 CET

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.