Tagged Questions
2
votes
3answers
408 views
How can I access the commited file from a Subversion pre-commit hook in Perl?
I need to do the following:
Write pre-commit hook in Perl
Hook should check all files being committed for presence of some text, and fail if that text is not found
Basically, I need an example of ...