[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: Thu, 18 Oct 2012 23:21:39 +0200

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.s_at_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...
Received on 2012-10-18 23:22:16 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.