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

Re: [PATCH] Implement svnadmin verify --force

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 19 Oct 2012 00:35:14 +0200

Philip Martin wrote on Thu, Oct 18, 2012 at 23:32:15 +0100:
> Stefan Fuhrmann <stefan.fuhrmann_at_wandisco.com> writes:
>
> >> Why is
> >>
> >> r=0
> >> HEAD=$(svnlook youngest $repos)
> >> while [ $r -le $HEAD ]; do
> >> svnadmin verify -r$r $repos
> >> r=$(($r + 1))
> >> done
> >>
> >> not an option?
> >>
> >
> > It will not report multiple issues with the same revision
> > (e.g. predecessor revision mismatch + MD5 mismatch).
>
> Performace? There is an overhead starting lots of processes, even if
> Linux is more efficient than Windows, and I guess the FSFS caching is
> reduced as well.

Then redo the loop using the API directly (i.e.: using the Python
bindings), rather than as a shell script.
Received on 2012-10-19 00:35:54 CEST

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

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