Re: Is there a way to dump the checksums from a svn repo?
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 29 Nov 2012 19:13:11 +0000
Daniel Shahaf <d.s_at_daniel.shahaf.name> writes:
> Philip Martin wrote on Thu, Nov 29, 2012 at 18:26:04 +0000:
OK. But the sequence number differences do show up in other places:
svnadmin create repo
--- > _1.0.t1-1 add-dir false false /A/B Further, node-revision-ids can vary for other reasons. Representations in the revision files are in whatever order the client sends representations to the server. There are no defined orders for clients to use so it is quite likely that commits to the master and the mirror will use different orders: mkdir zz echo foo > zz/f echo bar > zz/g echo zigzig > zz/F echo zagzag > zz/G svnadmin create repo svn mkdir -mm file://`pwd`/repo/A svnadmin create repo2 svnsync init file://`pwd`/repo2 file://`pwd`/repo svnsync sync file://`pwd`/repo2 I see orders: repo/db/revs/0/1: foo, zigzig, zagzag, bar repo2/db/revs/0/1: zigzig, zagzag, foo, bar That affects the offsets in the text: lines, often changing the line length, which in turn affects the position of the subsequent nodes, and the position of the nodes affects the node-revision-ids. -- Certified & Supported Apache Subversion Downloads: http://www.wandisco.com/subversion/downloadReceived on 2012-11-29 20:13:50 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.