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

Re: svn has problems to add directory (Lock-problem?)

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-10-07 18:48:32 CEST

Niklaus Giger <ngiger@mus.ch> writes:

> The repository seems to be completly locked. I cannot checkout trying
> to run
> svn checkout file:///data/svn3/ppcboot/board/walnut403
> does not produce any output.
> gdb info is as follows:
> (gdb) info stack
> #0 0x404b039e in select () from /lib/libc.so.6
> #1 0x4011b41c in db_xa_switch_4000 () from /usr/lib/libdb-4.0.so

Berkeley DB is waiting for a write lock to go away, one that was left
behind by a dead process.

What happens when you run 'db4_recover -ve -h /path/to/repos/db'?

You say it doesn't work, but I have no idea what that means.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 7 18:50:25 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.