Dear Team: I am trying to sync a repo from primary server to secondary server. During svn sync, I have got the below error: Copied properties for revision 2327. svnsync: E175002: Could not execute PROPPATCH.
Visual SVN Server 2.7.13, installed on Windows Server 2007 SP2 operating system. Two servers are the same. The 2327 revision seems to be normal(no log):
My command: svnsync init https://10.7.0.88:8443/svn/SW https://10.7.0.84:8443/svn/SW --non-interactive --allow-non-empty svnsync sync https://10.7.0.88:8443/svn/SW https://10.7.0.84:8443/svn/SW --non-interactive How to resolve? Thank you so much!


Last updated