I have added a post-commit hook to my Visual SVN Server that updates my web root folder. I have the following in the commit-hook:
"%VISUALSVN_SERVER%bin\svn.exe" update "D:\wamp\www\xix" --username xone --password xxx
Running this from within the command-line works, but when I commit changes in my project from the client program, I get always the error:
Error: post-commit hook failed (exit code 1) with output: svn: E720005: Error resolving case of 'D:\wamp\www\xix'
Why is this? Thanks for your help!