blob: a19214852a765e202cf992c4adb74965b2225c79 [file] [log] [blame]
This branch teaches the FS layer to optionally run 'verify' just before commit.
The implementation is in libsvn_fs_fs:commit_body().
TODO: make this not-always-on
A prior implementation in libsvn_fs:svn_fs_commit_txn() has been removed
in favour of a 'svnadmin verify -t' feature (avilable in trunk).