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

Re: <help>Database is Wedged for the 6th time. Diagnostics or Prozac, anyone?

From: Daniel Patterson <danpat_at_danpat.net>
Date: 2005-03-05 00:48:09 CET

Peter Kahn wrote:
> Tail of my My commit.log - from post-commit hook
> -----------------
> Deltifying revision 17543...done.
> Fri Mar 4 15:55:33 EST 2005
> -----------------
> Deltifying revision 17544...done.
> Fri Mar 4 16:06:21 EST 2005
> -----------------
> svn: Berkeley DB error while checkpointing after Berkeley DB transaction
> for filesystem /home/svn/repos/db:
> DB_INCOMPLETE: Cache flush was unable to complete

   "newer" version of subversion (I'm not sure at which version it
   started), do automatic deltification, so you don't need to
   run "svnadmin deltify" in a post-commit hook. I'm not sure
   if it'll make a difference, but try turning that off.

   The rule of thumb, I believe is "don't frig with the repository
   using svnadmin if other process will be accessing it concurrently",
   thus the problem *might* be that another commit is happening
   while svnadmin deltify is running. This doesn't apply to all
   the operations that svnadmin has, but maybe deltify is one of them...

daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Mar 5 00:52:09 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.