0
votes

I am searching for a solution how to edit the svn pre-commit hook for checking the commit message for a certain package.

Normally, the commit message only contains the ticket number #123456

Now I want to check, if the commit message starts with that ticket number is maybe followed by some comments e.g. #123456 ticket partly done.

Do you know, if there is something like a pattern in the pre-commit to check this?

Thanks in advance

1

1 Answers

0
votes

Pipe output of snvlook log to old good grep