Author: hartmannathan
Date: Fri Nov 15 16:20:59 2019
New Revision: 1869868

URL: http://svn.apache.org/viewvc?rev=1869868&view=rev
Log:
INSTALL: Rewrite section about Berkeley DB dependency.

* INSTALL:
  ("Dependencies in Detail" -- "Berkeley DB") Add "DEPRECATED" to the
    title of the bullet point.  Rewrite the paragraph to (hopefully)
    make it more clear.  Rationale: Avoid having to read a long
    paragraph only to find out at the end that BDB is deprecated.

Modified:
    subversion/trunk/INSTALL

Modified: subversion/trunk/INSTALL
URL: 
http://svn.apache.org/viewvc/subversion/trunk/INSTALL?rev=1869868&r1=1869867&r2=1869868&view=diff
==============================================================================
--- subversion/trunk/INSTALL (original)
+++ subversion/trunk/INSTALL Fri Nov 15 16:20:59 2019
@@ -120,17 +120,17 @@ I.    INTRODUCTION
         assembler modules of OpenSSL.  As of OpenSSL 1.1.0 NASM is the
         only supported assembler.
 
-      * Berkeley DB (OPTIONAL for client and server)
+      * Berkeley DB (DEPRECATED and OPTIONAL for client and server)
 
-         There are two different repository 'back-end'
-         implementations.  One implementation stores data in a flat
-         filesystem (known as FSFS); the other implementation stores
-         data in a Berkeley DB database (known as BDB).  When you
-         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.  The Berkeley DB back-end has been deprecated and
-         is not recommend.
+         When you create a repository, you have the option of
+         specifying a storage 'back-end' implementation.  Currently,
+         there are two options.  The newer and recommended one, known
+         as FSFS, does not require Berkeley DB.  FSFS stores data in a
+         flat filesystem.  The older implementation, known as BDB, has
+         been deprecated and is not recommend, but is still available.
+         BDB stores data in a Berkeley DB database.  This back-end
+         will only be available if the BDB libraries are discovered at
+         compile time.
 
       * libsasl (OPTIONAL for client and server)
 


Reply via email to