San Martino <sanmrt...@gmail.com> writes:

> I know that
> during the pre-commit phase the repository cannot be accessed concurrently,

That's not right.  The pre-commit runs before taking the repository lock
so other access, including other commits, can occur while the pre-commit
is running.  And that means that the pre-commit cannot guarantee
anything about files that are not part of the commit.

-- 
Certified & Supported Apache Subversion Downloads:
http://www.wandisco.com/subversion/download

Reply via email to