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

Re: svn client hangs on db access

From: Peter Schuller <peter.schuller_at_infidyne.com>
Date: 2002-08-03 20:57:33 CEST

> The DB isn't corrupted --- it's fine. But since Berkeley DB uses its
> own locks, not some kernel-provided mechanism, there's no way to
> ensure that when a process exits unexpectedly, its locks are
> released. The next process comes in, finds the dead process's locks,
> and politely waits for something that will never happen.

Hmm. Ok. I suppose it *MIGHT* be that I pressed Ctrl-C sometime. How
does svn handle that (if at all)? Since I'm accessing the repository
directly (not through WebDAV), if svn does not handle the signal I
suppose that would explain why the lock was not removed.

(If I did press Ctrl-C that is, I dunno.)

-- 
/ Peter Schuller, InfiDyne Technologies HB
PGP userID: 0xE9758B7D or 'Peter Schuller <peter.schuller@infidyne.com>'
Key retrival: Send an E-Mail to getpgpkey@scode.org
E-Mail: peter.schuller_at_infidyne.com Web: http://www.scode.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Aug 3 19:58:11 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.