how does our commit-finalization race logic *really* work?
From: Ben Collins-Sussman <sussman_at_red-bean.com>
Date: Wed, 11 Feb 2009 09:51:31 -0600
A googlecode user gave me this bash one-liner today:
$ for a in 0 1 2 3 ; do for b in 0 1 2 3 4 5 6 7 8 9 ; do svn mkdir -m
It simply spawns 40 simultaneous processes, and each attempting to do
When I run this against either a googlecode repository, or even a
subversion/libsvn_ra_neon/commit.c:492: (apr_err=160024)
I'm sort of bewildered here, because this is not at all what I would
So what's causing this behavior? Why am I not seeing the ideal behavior?
------------------------------------------------------
|
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.