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

Re: Commit failure when doing concurrent commits: "the specified activity does not exist"

From: Ryan Schmidt <subversion-2012a_at_ryandesign.com>
Date: Wed, 4 Jan 2012 18:46:59 -0600

On Jan 4, 2012, at 07:12, Alexandru Ioan Cucu wrote:

> I've been browsing through the 1.4.6 subversion sources and noticed that this error message is given when apr_dbm_open or apr_dbm_fetch fail for any reason (look in mod_dav_svn/activity.c --> const char *dav_svn_get_txn) so I would assume this is caused by concurrency issues in Berkley DB or in APR... (though this is just an assumption...)

Also, if you are indeed using a BerkeleyDB-based repository, I'd suggest a dump/load cycle to get onto an FSFS-based repository so you can avoid all the BDB-specific problems. FSFS has been the default repository type since Subversion 1.2 IIRC.
Received on 2012-01-05 01:47:37 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.