I am working on the final configuration of write through proxy with replication. I have one master server and two slaves. The apache config works correctly but I am having problems trying to figure out what hooks need to be envoked so that replication occurs back to the slave. I can execute the svnsync manually from the master but I can't get it to work with the hooks.
on the slave I have an empty pre-revprop-change.bat, just exit 0. on the master I have a pre-lock.bat that issues an svn propdel command to free the locks on the remote repository. I also have a start-commit.bat that has the svnsync init and svnsync sync commands. When I do a commit the process just times out.
Any ideas to what I am missing?