Daniel Shahaf <danie...@elego.de> writes:

> The bug reproduced with either "ServerLimit 1" or "ThreadLimit 1" in
> httpd.conf.  (That forced both commits to be served by the same process
> (resp., by different processes).)  I use httpd 2.4.1 with event MPM.

I can reproduce ove ra_local:

svnadmin create repo
svn mkdir -mm file://`pwd`/repo/A
svn mkdir -mm file://`pwd`/repo/B
svn co file://`pwd`/repo wc1
svn co file://`pwd`/repo wc2
svn ps svn:mergeinfo /P:2 wc1/A
svn ps svn:mergeinfo /Q:2 wc2/B
svn mkdir wc1/X
svn mkdir wc2/Y
svn ci -mm wc1 & svn ci -mm wc2 & wait

Gives:

Sending        wc1/A
Adding         wc1/X
Sending        wc2/B
Adding         wc2/Y

Committed revision 3.
svn: E160004: Commit failed (details follow):
svn: E160004: predecessor count for the root node-revision is wrong: found 3, 
committing r4

-- 
uberSVN: Apache Subversion Made Easy
http://www.uberSVN.com

Reply via email to