[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Are post-commit hooks atomic?

From: <kfogel_at_collab.net>
Date: 2004-09-17 15:13:22 CEST

Dewey Sasser <dewey@sasser.com> writes:
> So, does subversion call my post-commit script atomically? Can I
> count on there *never* being two instances of the script running
> simultaneously?

It is only called once per revision, but there is no guarantee that
one instance of post-commit will have finished before another instance
is called -- indeed, if people are committing fast enough, you can
pretty much guarantee that instances will overlap.

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 17 16:57:27 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.