Client-side commit hooks (Revisited)
From: Peter Davis <peter_at_pdavis.cx>
Date: 2002-08-02 21:41:37 CEST
This issue has come up before, but in a different context. Skip to the end to
For those who don't know, I'm starting a project called Subissue
He suggested analyzing log messages from all commits and updating issues based
Subissue: /issues/assigned/your-username/issue-314159
Subissue would provide some kind of commit hook to look at the message and
My project needs to update files in the same repository as what is being
The alternative is to design this part of Subissue as a wrapper around the svn
** Begin reading here **
Another thread back on May 25 talked about adding client-side commit hooks,
$ svn ci -m "Log" --pre-commit-hook=/path/to/subissue-pch
(The --pre-commit-hook option could be remembered with 'alias svn=svn
Now, hooks as we have known them have so far have mostly been geared towards
Is this type of hook the right answer? Would it be better/easier to add hooks
-- Peter Davis --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Fri Aug 2 21:42:16 2002 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.