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

Re: ra_svn deadlock

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2002-12-13 17:08:55 CET

On Fri, 2002-12-13 at 10:45, Philip Martin wrote:
> I get a deadlock in daemon mode on Linux. I think the problem is
> caused by externals_tests.py using a simple directory copy to
> duplicate a repository. Is that a valid way to duplicate a
> repository?

No, but this may uncover a real bug.

Since svnserve is holding a repository open for the lifetime of a
connection, then depending on how locking works, it may be impossible
for two client connections to access the same repository at the same
time. That would also affect diff-tests 5.

I don't know why I haven't run into this in my tests. Maybe a db 4.0.14
vs. db 4.1 issue.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Dec 13 17:16:27 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.