名称

svnadmin verify — 验证版本库保存的数据。

概要

svnadmin verify REPOS_PATH

描述

Run this command if you wish to verify the integrity of your repository. This basically iterates through all revisions in the repository by internally dumping all revisions and discarding the output—it's a good idea to run this on a regular basis to guard against latent hard disk failures and “bitrot.” If this command fails—which it will do at the first sign of a problem—that means that your repository has at least one corrupted revision, and you should restore the corrupted revision from a backup (you did make a backup, didn't you?).

例子

检验挂起的版本库:

$ svnadmin verify /var/svn/repos/ 
* Verified revision 1729.