I Implement a python script for the pre-commit hook to detect the commit message, author, changed path then throw exception or error in specifics cases.
I want to set this script pre-commit.py in the VisualSVN server Pre-commit Hook using this command in the Hooks
C:\Users\momo\Desktop\pre-commit.py %1 %2
When I want to commit I got this error Access Denied looks like pre-commit hook doesn't recognize my syntax
