Stefan Fuhrmann <stefan.fuhrm...@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.