Stümpfig, Thomas wrote on Thu, Dec 08, 2016 at 07:36:10 +0000: > Hi Daniel, > you are a guru. I don't know why but it worked! > > I guess the magic is in the difference of network transmission of svnsync vs > svnrdump / svnadmin load
That's pretty unlikely: svnsync and svnrdump use the very same network interface. (svn_ra_replay*()) > Are there suggestions from your side to avoid this error in the future? Check in the master's error log the reason for the E175002. I imagine some limit was run into, in which case, have httpd.conf exempt svnsync from that limit. > Thank you very much for your help!!! > You're welcome. Daniel