Author: breser
Date: Wed Feb 18 00:04:39 2015
New Revision: 1660543
URL: http://svn.apache.org/r1660543
Log:
* INSTALL: Note that BDB is deprecated to discourage usage.
Modified:
subversion/trunk/INSTALL
Modified: subversion/trunk/INSTALL
URL:
http://svn.apache.org/viewvc/subversion/trunk/INSTALL?rev=1660543&r1=1660542&r2=1660543&view=diff
==============================================================================
--- subversion/trunk/INSTALL (original)
+++ subversion/trunk/INSTALL Wed Feb 18 00:04:39 2015
@@ -123,7 +123,8 @@ I. INTRODUCTION
create a repository, you have the option of specifying a
storage back-end. The Berkeley DB back-end will only be
available if the BDB libraries are discovered at compile
- time.
+ time. The Berkeley DB back-end has been deprecated and
+ is not recommend.
* libsasl (OPTIONAL for client and server)