I'm trying to write a post-commit hook for a VisualSVN server on MSWindows, that immediately after the commit updates the server's project. On the server side: when I'm commiting a revision the svn up
command cannot be executed in the hook. On the client side I get the message Transmiting file data.
and no further messages.
post-commit hook:
call C:\batch\_something_.cmd
call svn up D:\path\to\local\project <--- it's freezing here
Thank You!