value in 'svnadmin verify' cron job? (or is 'svnadmin hotcopy' enough?)
From: <svn_at_trodman.com>
Date: Wed, 08 Sep 2010 19:12:01 -0500
Assuming a nightly 'svnadmin hotcopy' is run w/o errors, is
svnadmin verify REPO-PATHNAME 2>&1 |egrep -v '^\* Verified revision [0-9]+\.'
svnadmin dump -q --deltas REPO-PATHNAME >/dev/null
Goal of grep and redirects is to only display errors or warnings.
-- Does a successful 'svnadmin hotcopy' indicate a clean bill of health for the repository, or might 'svnadmin verify' still locate problems? Would like to detect corruption in repository as soon as possible. -- thanks TomReceived on 2010-09-09 02:13:15 CEST |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.