Re: 1.9.4 fix
From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 04 May 2016 20:55:18 +0000
Terry Dooher wrote on Tue, May 03, 2016 at 11:07:25 +0000:
Another option: dump the new repository and diff the dump to a dump of
There are a number of complications here:
- Deltas are compressed, so if you pass --deltas and the two producers
- There is no option to emit non-compressed deltas (svndiff0 rather than
Furthermore, there used to be a few sources of non-determinism (e.g.,
So, in practice, I think one of these should work:
- cmp <(svnadmin1 dump --incremental old) <(svnadmin2 dump --incremental new)
- cmp <(svnrdump2 dump url://old) <(svnadmin2 dump --deltas --incremental new)
- Run incremental, non-deltas, single-revision dumps on both
All three variants could false positive if one of the producers
Cheers,
Daniel
P.S. <(${command}) is a shell construct (supported by bash and zsh,
|
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.