[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: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 18 Oct 2012 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.
Received on 2012-10-19 00:32: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.