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.