David Schweikert wrote on Thu, Jul 04, 2013 at 16:00:05 +0200: > On Thu, Jul 04, 2013 at 15:56:45 +0200, Johan Corveleyn wrote: > > Beware though that post-commit hooks may be running concurrently, and > > your 'svn update' launched by $REV might still be running when $REV+1 > > tries to start 'svn update'. > > I can see that it could be a problem. Not for us in this case, because > we serialize the post-commits anyway already with a lock file.
post-commit hooks may fire out of order, ie, r5 post-commi thook may be invoked *before* r5 post-commit.