Author: rinrab
Date: Thu Dec 11 18:25:20 2025
New Revision: 1930448

Log:
cmake: Make ra_serf enabled by default.

It's quite rare to build Subversion without Serf. If one actually wants this
configuration, they should explicitly pass -DSVN_ENABLE_RA_SVN=OFF during to
cmake command-line.

This is a default feature. This change would prevent potential confusions of
both users and developers and make our lifes easier.

* CMakeLists.txt
  (options): Change OFF to ON.

Modified:
   subversion/trunk/CMakeLists.txt

Modified: subversion/trunk/CMakeLists.txt
==============================================================================
--- subversion/trunk/CMakeLists.txt     Thu Dec 11 18:18:28 2025        
(r1930447)
+++ subversion/trunk/CMakeLists.txt     Thu Dec 11 18:25:20 2025        
(r1930448)
@@ -92,7 +92,7 @@ option(SVN_ENABLE_SWIG_RUBY "Enable Subv
 
 # Enable modules and features
 option(SVN_ENABLE_RA_LOCAL "Enable Subversion Local Repository Access Library" 
ON)
-option(SVN_ENABLE_RA_SERF "Enable Subversion HTTP/WebDAV Protocol Repository 
Access Library" OFF)
+option(SVN_ENABLE_RA_SERF "Enable Subversion HTTP/WebDAV Protocol Repository 
Access Library" ON)
 option(SVN_ENABLE_RA_SVN "Enable Subversion SVN Protocol Repository Access 
Library" ON)
 option(SVN_ENABLE_FS_FS "Enable Subversion FSFS Repository Filesystem Library" 
ON)
 option(SVN_ENABLE_FS_X "Enable Subversion FSX Repository Filesystem Library" 
ON)

Reply via email to