Stefan Fuhrmann wrote on Thu, Oct 18, 2012 at 23:20:45 +0200: > On Thu, Oct 18, 2012 at 11:00 PM, Daniel Shahaf > <d...@daniel.shahaf.name>wrote: > > > Prabhu Gnana Sundar wrote on Thu, Oct 18, 2012 at 20:35:03 +0530: > > > Hi all, > > > > > > Currently svnadmin verify would stop verification process once an > > > error/corruption is found in the repo. It does not go till the HEAD of > > > the repo to see if there are further corruptions/errors. > > > > > > > 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). >
Neither does Prabhu's patch...