I'm new to using hooks for SVN. Basically i'm new to setting up an SVN repository and everything. Basically what I am trying to do here is copy whatever is committed to the repository to my existing live site.
I am using VisualSVN. This is my post-commit hook code or somewhat of a code.
"%VISUALSVN_SERVER%bin\svn.exe" export mysvnurl D:\myfolder\websitefolder --quiet --non-interactive --force --username ***** --password *****
And i get this error everytime I commit a file.
Error: post-commit hook failed (exit code 1) with output:
Error: svn: E730061: Unable to connect to a repository at URL mysvnurl
Error: svn: E730061: Error running context: No connection could be made because the target machine actively refused it.
Any ideas on how to resolve the error? I am not sure if inputted the write post-commit command, since i just found it using google.