[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:15:46 CET

On Jan 31, 2006, at 16:35, Alessandro Ferrucci wrote:

> I'm setting up some hook scripts to run doxygen and create
> documentation for all checked in source-code and any time someone
> commits new code it would re-run doxygen to update the online
> docs. Sometimes though a commit will be 1 line change (the date on
> a changeLog perhaps) and at that time I do not want to run doxgen
> because it would waste resources.
>
> Is there any way to provide a flag to svn to tell it not to run a
> certain/all hook script(s) ?

No. You would have to write your post-commit hook to be smart enough
to know when it should do its thing and when it should let it slide.

---------------------------------------------------------------------
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:19:14 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.