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

Re: flag to disable hook scripts

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-01-31 19:35:14 CET

On Jan 31, 2006, at 19:09, Renaud Waldura wrote:

> I don't know whether the post-commit hook is synchronous, but it
> wouldn't surprise me if it were. Depending how much documentation
> you have to generate, it could take a while... therefore blocking
> your commit.

The post-commit hook is synchronous; the Subversion client does not
give control back to the user until the post-commit hook has run, and
any other developer trying to commit at the same time will have to
wait. Doing any kind of lengthy operation in a post-commit hook,
where "lengthy" is probably anything more than a few seconds,
therefore becomes a great annoyance to the developers. We currently
update a working copy in our post-commit hook, and this is quite a
bad idea. :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jan 31 19:38:27 2006

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.