On 04.02.2012 01:11, Cory Finger wrote: > Is there a way in subversion to disable the ability of the post-commit hook > to run concurrently? > > Say Jim and Bob both commit a file at nearly the same time, I would like to > disable the asynchronous capabilities of commit hooks so that > > Jim's commit hooks process, then Bob's commit hooks process. >
Please move this conversation to the users@ list. And there's nothing stopping you from using an external locking mechanism to serialize your commit hooks. -- Brane