Hello, I'm using visualSVN server 2.06 on a Windows Server 2003 Setup. On the client side I have tortoiseSVN running.
I have a post-commit hook configured to export a repository to one server directory using this line: "C:\Program Files\VisualSVN Server\bin\svn.exe" export http://server-01.mediacode.local:8181/svn/mediacode/timorgov/trunk I: \Producao\HTML\svn_test --force Everything runs ok if I run this line on the command prompt, the job gets done. If I use tortoiseSVN and commit a file, the status window stays running (loading cursor) without any sucess or failure error message. Am I missing something here? I've tried to put this line on a BAT file but the result is the same...