I am getting the following error when i do a SVN commit.
Error: post-commit hook failed (exit code 16) with no output.
My post-commit.bat file has following code.
svn checkout file:///D:/Repositories/site1/trunk D:\svncheckout\site1
robocopy D:\svncheckout\site1 \\dev-server\site1
I am running VisualSVN service as local account on Windows Server 2008 Standard.
But post-commit.bat runs fine from command prompt.