名称

svnadmin crashtest — Simulate a process that crashes.

概要

svnadmin crashtest REPOS_PATH

描述

Open the repository at REPOS_PATH, then abort, thus simulating a process that crashes while holding an open repository handle. This is used for testing automatic repository recovery (a new feature in Berkeley DB 4.4). It's unlikely that you'll need to run this command.

选项

例子

$ svnadmin crashtest /var/svn/repos
Aborted

Exciting, isn't it?