[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Checksum mismatch with 1.9.7

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Mon, 11 Dec 2017 17:38:52 +0000

Michael Knigge wrote on Sat, Dec 09, 2017 at 17:41:56 +0100:
> But I'm fairly interested why I have this problems running 1.9.7 and what is
> the right way around it...

How about:

- dump the 1.8.19 repository
- change the offending checksums to all-zeroes. (Dumpfiles are a binary format
  so make sure your editor doesn't munge whitespace; if in doubt, use sed.)
- load the edited dumpfile into 1.9.7
- dump the 1.9.7 repository
- diff the two dumpfiles and check whether there are any differences besides
  the expected difference in the Text-content-sha1 header.

This should at least get your migration done safely. I'll let others comment
on what caused the warning.

Cheers,

Daniel
Received on 2017-12-11 18:43:59 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.