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

Is there a way to dump the checksums from a svn repo?

From: olli hauer <ohauer_at_gmx.de>
Date: Sun, 25 Nov 2012 20:18:57 +0100

Is there a way to dump the checksums from a svn repo?

What I'm doing at the moment on masters and slaves is
$> svnadmin verify
and
$> sqlite $repo/db/rep-cache.db "select hash,revision from rep_cache"

then additional comparing the sqlite output from master and slaves.

Since rep-cache is not used during read requests it would be nice to have
for example a parameter for svnadmin verify to output the checksums so
they can be compared between master and slaves.

Is there way for example via the python/perl API?

Thanks for every answer and code snippet ...

--
Regards,
olli
Received on 2012-11-25 20:19:22 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.