While doing an "svnsync synchronize" of a remote repository with big files and a weak connection (Europe vs China), I received the following error: "svnsync: E160028: Directory '/SourceCode/TPS/1.FSP150CC' is out of date" This error appears for all further tries and permanently stopped the sync. I would understand this message for a checkout/update/commit, but it's not logical for an svnsync.
I've already tried:
- checking the mirror with "svnadmin verify" and it validates fine
- copying all revprops to the mirror using "svnsync copy-revprops", but it didn't help
- removing any dead transactions with "svnadmin rmtxns", but is also didn't help
I couldn't find any instances of this specific issue here or on the web, so I'm hoping someone here knows how to fix/workaround this.