Re: svnadmin verify
From: Johnathan Gifford <jgifford_at_wernervas.com>
Date: 2007-04-25 16:45:33 CEST
> One further question - is there any way you can think of for the script to
The revision that is bad is next unverified revision. So in your example:
> $ show_exit_code "svnadmin verify ."
Revision 3 would be the bad revision. However this doesn't mean that revision 4 or 15-20 are not bad also. With svnadmin verify, there is no way to tell. Only doing an incremental dump on each revision would tell you there is a problem.
This is the script I use to cron with:
#!/usr/bin/bash
SVN_HOME=/path/to
find $SVN_HOME/repositories/* -type d -prune |
---------------------------------------------------------------------
|
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.