On 05/07/2014 08:20 PM, James Cloos wrote:
I occasionally get syncs which are stuck because something killed the process before it could release its lock.The only way I could get past that was to edit revprops/0/0 and remove the svn:sync-lock lines. Is there a command which will remove such stale svnsync locks?
If you have svn 1.7 or higher, you can use: svnsync synchronize --steal-lock Ciao and regards TG