This text is a work in progress—highly subject to change—and may not accurately describe any released version of the Apache™ 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.
目录
很久以前, 当 Subversion 开始学习如何存储版本化的数据时, 它的存储层 实现基于一个事务性的数据库系统—Berkeley DB (简称 BDB).[83] 随着 Subversion 的不断成熟, 后端 存储又增加了一种类型—并且逐渐优于 BDB—FSFS. 如今, 大部分 Subversion 仓库使用的后端存储都是 FSFS. 在 Subversion 1.8, Subversion 社区宣布 BDB 后端存储被正式弃用.
本附录将介绍如何管理基于 BDB 的仓库, 这部分内容原本是本书较早版本 的重点内容之一.