Is there a way to block SVN commits unless they ha

2019-08-06 11:58发布

问题:

I want to stop developers from committing unless they reference a ticket in the message field of their SVN commit. for example, it should read something like "see ticket #999 - (description of change)" and if they don't have that formatting, it will stop the commit. Is this possible with a hook and if so, how would I code that?