I'm running svnsync as a background process,
nohup svnsync synchronize svn://www.example.com/repos &
But sometimes the source SVN repository / server crashes. Can I set svnsync or configure something that would periodically retry the sync?
Note that:
- svnsync fails to connect with the error message:
svnsync: PROPFIND request failed on '/repos/abc'
svnsync: PROPFIND of '/repos/abc': could not connect to server (http://a.bc.de)
- Locks are left in place that need to be cleared with the following command
svn pdel --revprop -r 0 svn:sync-lock --username myusername svn://www.example.com/repos