hartmannat...@apache.org wrote on Fri, Nov 15, 2019 at 16:21:00 -0000:
> +++ 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 (DEPRECATED and OPTIONAL for client and server)
>  
> +         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

There are three options: bdb, fsfs, fsx.  (This error predates your change.)

Cheers,

Daniel

> +         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