SVN post-commit hook not executing file

Posted by Oded on Stack Overflow See other posts from Stack Overflow or by Oded
Published on 2009-11-10T11:29:11Z Indexed on 2010/04/19 7:13 UTC
Read the original article Hit count: 463

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about svn

Related posts about hook