I want to create a mirror backup of subversion repository. For that I've followed the guide on using svnsync to create a mirror backup of subversion repository.
I've successfully created the mirror backup of subversion repository. However when I tried to automate the synchronization by modifying post-commit hook script it is showing
Warning: 'post-commit' hook failed with error output:
I did exactly the same way they displayed but I'm not able to find what went wrong.
I googled a lot on this topic everyone are saying permission issues, end of line issues but still I'm unable to automate the synchornization.
Can someone explain how to create mirror backup of subversion repository?