Hi everybody!
I'm new SVN user and need help to manage hooks.
At repository\hooks folder I've created .cmd file named post-commit.cmd.
Placed two strings in it:
echo qqq > e:\123.txt
exit 0
after I commit changes to my project - nothing happens and no file e:\123.txt is created
It seems like hooks don't work at all, but if I delete " exit 0 " - while commiting changes it syas: "Post-commit failed(exit code 1)". So I think hooks work.
But why nothing happens when exit 0 is present?
Double-clicking post-commit.cmd causes e:\123.txt creating properly
Using VisualSVN Manager 2.5.4 at Win2008ServerR2.
Thanks in advance!
Last updated