On Wed, Sep 18, 2019 at 8:01 AM Shilp, Kumar <Kumar.Shilp_at_harman.com> wrote:
> Hi,
>
> We are trying to import Perforce dump in to SVN but we are hitting ‘checksum mismatch’ error. Can someone please let me know what could be the issue here and how can we resolve it?
>
> Error snippet:
>
> C:\>svnadmin load --force-uuid repo < depot_build.dump
> <<< Started new transaction, based on original revision 1
> editing path : trunk ... done.
> editing path : trunk/ReadMe.txt ... done.
> Committed revision 1 >>>
> <<< Started new transaction, based on original revision 2
> • editing path : trunk/Makefile ... done.
> • editing path : trunk/buildEnvironment ... done.
> • editing path : trunk/buildEnvironment/channel.src ... done.
> • editing path : trunk/buildEnvironment/channel.src/codepage-channel ... done.
> editing path : trunk/buildEnvironment/channel.src/codepage-channel/.castanet ... done.
> editing path : trunk/buildEnvironment/channel.src/coclepage-channel/.castanet/properties.txt ... done. '
> editing path : trunk/buildEnvironment/channel.srt/codepage-channel/.castanet/publish.mrb ...svnadmin: E200014: Checksum mismatch for ‘/trunk/buildEnvironment/channel.srt/codepage-channel/.castanet/publish.mrb':
> expected: e8b415c62a9389736e70d82994612c5c
> actual: 1fcc3a2d7f40406c20301a6f52163429
>
> Any information would be very much helpful.
What version of svn (svnadmin) are you using (see svn --version or
svnadmin --version)? I'd suggest using 1.10.6 (latest LTS release) or
1.12.2 (latest regular release).
The problem could be with the tool that exported the dump from
Perforce of course (i.e. perhaps that tool created an incorrect dump
file). In that case there is not much the "Apache Subversion" project
can do to help (though perhaps others on this list might have
experience with the tool you're using).
--
Johan
Received on 2019-09-18 09:28:36 CEST