On Thu, Jan 9, 2025 at 1:26 PM Daniel Sahlberg
<daniel.l.sahlb...@gmail.com> wrote:
...
> The only solution that will make sure you actually have a working sync is to 
> monitor that the sync script completes without errors. Maybe you could have a 
> script that looks for the svn:sync-lock property (something like svn proplist 
> -v --revprop -r0 http://remote.server.tld/svn/repo) at a time when the sync 
> SHOULD have completed?

Or perhaps try to run some daily / weekly "verification" script that
runs "svnlook youngest %PATH_TO_REPO%" or "svnadmin info
%PATH_TO_REPO%" on both sides and compares the results (or simply
mails them to you as a first step). Adding an "svnadmin verify" and an
"svnadmin pack" might be useful too.

-- 
Johan

Reply via email to