svn x-shelve gives E200014: Checksum mismatch

2019-07-30 Thread Mark P.
Good day, I'm trying to use svn x-shelve on Windows, both via TortoiseSVN and via the command line client, and I'm getting the above error. I'm using subversion version 1.12.2 everywhere. I'm accessing the repositories using svn:// After seeing this error on an existing repository, I: - created

Re: svnadmin fails to create empty repository on CSV storage (Windows Cluster Shared Volume)

2019-07-30 Thread Daniel Watzinger
The issue at hand may be solved by changing how svn code calls APR. However, I strongly suspect that there is more code that relies on data and metadata synchronization. I cannot comment on the latter due to insufficient knowledge of the APR library and its guarantees on IO operations. On Tue, Jul

Re: svnadmin fails to create empty repository on CSV storage (Windows Cluster Shared Volume)

2019-07-30 Thread Daniel Shahaf
Daniel Watzinger wrote on Tue, 30 Jul 2019 20:44 +00:00: > I took the liberty to dive into the relevant source code. The issue may > be pinned down to file metadata not being flushed to disk by the > underlying APR library. Do you mean that svn needs to change how it calls APR, or that APR needs

Re: svnadmin fails to create empty repository on CSV storage (Windows Cluster Shared Volume)

2019-07-30 Thread Daniel Watzinger
Good evening Daniel :-) I somehow miserably failed to include a cross-reference to the JIRA issue I have created. - https://issues.apache.org/jira/browse/SVN-4819 I took the liberty to dive into the relevant source code. The issue may be pinned down to file metadata not being flushed to disk by

Re: svnadmin fails to create empty repository on CSV storage (Windows Cluster Shared Volume)

2019-07-30 Thread Daniel Shahaf
Good morning Daniel, I don't have the brainwidth to investigate this, but two quick questions: - Does it happen on a local disk? - Can you post the file foobar/db/revs/0/0 as an attachment? FWIW, 6b is the correct value of the P2L offset. Cheers, Daniel Daniel Watzinger wrote on Sun, 28 Jul 2

Re: svn: E175008: Failed to parse revprops for r0.

2019-07-30 Thread Daniel Shahaf
JITHIN K wrote on Tue, 30 Jul 2019 14:57 +00:00: > * Verifying metadata at revision 0 ... > * Error verifying repository metadata. > svnadmin: E22: Failed to parse revprops for r0. > svnadmin: E22: Serialized hash malformed value data > " That's supposed to be impossible *even after a syst

svn: E175008: Failed to parse revprops for r0.

2019-07-30 Thread JITHIN K
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 verifyi