On my windows server machine I would like to execute a post commit hook svn update.
If i execute it on my server trough cmd it works but if I insert command into svnserver I get an error after committing from my local machine. Error is: use cleanup (and I do, I have two lines of sommand - svn cleanup and svn update), trying to write to read-only database. I am acctually just copying my directories and files form repository to a working directory of my app.
Any suggestions?
Thank you