This text is a work in progress—highly subject to change—and may not accurately describe any released version of the ApacheTM Subversion® software. Bookmarking or otherwise referring others to this page is probably not such a smart idea. Please visit http://www.svnbook.com/ for stable versions of this book.
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.
None
$ svnadmin crashtest /var/svn/repos Aborted
Exciting, isn't it?