I have a setup of master-slave SVN servers. Slave uses write through proxy, so every commit is forwarded to master.
When slave server is out of sync working copy checked out from slave repository can not be updated to the latest.
So I am looking for a solution that will automatically initialize svnsync command from master server if slave is out of sync while committing.
Thanks
[Updated] This situation occurs because we shut down our slave server at the end of the day, whereas master is up all the time. So if svnsync doesn't happen at slave startup, regular users must not face problems