Hello All, I would like your suggestion on fixing the a svnsync error. SVN mirroring is not working in one of the repository after a system crash.
Options tried. 1. I used svnadmin verify tool but it failed with following error message. " * Verifying metadata at revision 0 ... * Error verifying repository metadata. svnadmin: E200002: Failed to parse revprops for r0. svnadmin: E200002: Serialized hash malformed value data " 2. svnadmin verify -r 1:100 is working fine. So I think problem with revision 0. 3. '/db/revprops/0/0' file readable and shows the revision0 properties. I could not set revision 0 properties using *svn propset --revprop -r0 *command it failed with svn: E175008: While handling the 'svn:sync-from-uuid' property on '/svn/myrepo/!svn/bln/0': svn: E175008: Failed to parse revprops for r0. 4. I edited the file manually and tried to sync but it failed. Did anyone faced this problem. Any support would be appreciated. Server OS : Ubuntu 14.04 LTS Subversion : *version 1.8.8 (r1568071).* *Mirror OS : Ubuntu 16.04 LTS* *Subversion : **version 1.9.3 (r1718519).* Regards, Jithin K