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

Re: My first hung repository

From: Ben Reser <ben_at_reser.org>
Date: 2004-08-25 10:13:06 CEST

On Wed, Aug 25, 2004 at 02:51:22AM -0400, Eric S. Raymond wrote:
> But, say I'm on a Linux machine -- how do I tell which processes have
> a lock on the repository? (Actually, the first question is why "svn
> recover" doesn't print a list of those locks and exit with an
> explanatory message.)

fuser -v /path/to/repo/locks/db.lock /path/to/repo/locks/db-logs.lock

I don't believe there is a platform independent way to find this out nor
do I think bdb provides us a way to do it. :(

(Yes bdb has lots of problems, which is why we're working to get rid of
it).

-- 
Ben Reser <ben@reser.org>
http://ben.reser.org
"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 25 10:13:24 2004

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.