Author: lyalyakin
Date: Fri Sep 11 20:55:57 2026
New Revision: 1938128
Log:
Mention in INSTALL that CMake build system *was* included in SVN 1.15.
* INSTALL
(II): Minor rewording to say CMake *was* included in 1.15.x vs future tense.
Modified:
subversion/trunk/INSTALL
Modified: subversion/trunk/INSTALL
==============================================================================
--- subversion/trunk/INSTALL Fri Sep 11 20:41:11 2026 (r1938127)
+++ subversion/trunk/INSTALL Fri Sep 11 20:55:57 2026 (r1938128)
@@ -125,10 +125,11 @@ II. INSTALLATION
deprecated as of Subversion 1.15 and will be removed in a future release.
Windows users should build Subversion with CMake instead.
- Subversion's CMake-based build system was created in 2024 and is still
- under development. It will be included in Subversion 1.15 and is
- expected to be the default build system for Windows platforms starting
- with Subversion 1.16. Section B below describes the CMake build system.
+ Subversion's CMake-based build system was created in 2024 and was
+ included in Subversion 1.15. It is still under development and is
+ expected to become the default build system for Windows platforms
+ staring with Subversion 1.16. Section B below describes the CMake build
+ system.
A. Building with autoconf and make (Unix only)
-------------------------------------------