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

Re: SVN and Debian

From: Wichert Akkerman <wichert_at_wiggy.net>
Date: 2003-05-09 00:24:15 CEST

Previously Thom May wrote:
> I'm sure Wichert will be able to shed more light on the locking problems
> he's come across

The behaviour we see is this: when we have both read-only access through
the apache2 svn module and write-access through svnserve it frequently
happens that the apache module gets stuck and does not release a lock
(lsof shows an open file handle on locks/db.lock). This means that the
a commit using svnserve will block indefinitely, until I kill off apache
which releases the lock. Occasionaly however the repository is left in a
bad state during that process and I have to recover it.

This problem is very noticable with our linux kernel repository so it
seems that the size or complexity of the repository does play a role
in the likelyhood this problem is hit.

Wichert.

-- 
Wichert Akkerman <wichert@wiggy.net>      It is simple to make things.
http://www.wiggy.net/                     It is hard to make things simple.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 9 00:29:07 2003

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.