To fix svn related to bust authz:
on harmonia
cd /x1/svn/repos-infra/hooks
unlink pre-commit
on hades
/root/bin/check_svnmirror_lock.pl
from #!/usr/bin/perl -T
to #!/usr/bin/perl
su - www-data
/root/bin/check_svnmirror_lock.pl --master=https://svn-master.apache.org/repos/infra-proxy-sync --slave=https://harmonia.apache.org/repos/infra-proxy-sync --lock=/var/tmp/infrasync.lock --slack=1
(assuming this is he the command the cron email keeps spitting out)...