You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Shahaf <d....@daniel.shahaf.name> on 2019/11/15 23:41:32 UTC

Re: svn commit: r1869868 - /subversion/trunk/INSTALL

hartmannathan@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)
>  
> 
> 

Re: svn commit: r1869868 - /subversion/trunk/INSTALL

Posted by Branko Čibej <br...@apache.org>.
On 16.11.2019 00:41, Daniel Shahaf wrote:
> hartmannathan@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.)


FSX is still experimental, is not tested by buildbots, was never
"released" in an meaningful way and now I doubt it ever will be.

-- Brane