Nick Burkitt wrote on Fri, 28 Dec 2018 10:19 -0800: > I contacted CollabNet, and while they didn't find a solution to the > svnsync problem per se, they did provide instructions for creating a > local backup using "snvrdump dump" and "svnadmin load."
Interesting. 'svnrdump dump' and 'svnsync sync' use exactly the same wire API (svn_ra_replay_range()), so it's surprising that one of them works and one doesn't. > Thanks again for your help! You're welcome. Cheers, Daniel