SVN post-commit hook not executing file
- by Oded
I have created an exe file that will print to console the first and second arguments that it receives.
In the SVN post-commit hook I wrote:
PATH_TO_FILE\print.exe "%1" "%2"
when I make a check-in, it gets stuck.
%1 is the PATH
%2 is revision number