On Fri, 4 Sept 2026 at 04:54, Nathan Hartman <[email protected]> wrote:
> > While reviewing this one, I noticed something that was incorrect > before you started: > > The text above suggests that CMake would become the default for all > platforms in 1.16. IIRC this had been considered/discussed and the > consensus was to keep the Autoconf build as default for Unix and make > CMake the default for Windows in 1.16. But we forgot to correct the > text. > I missed this as well and was assuming that CMake is expected to replace the autoconf-based build sometime in the future for both Unix and Windows (perhaps not in the near future, but anyway). I believe the decision to keep autoconf default for Unix was made in https://lists.apache.org/thread/80l9dmogtc2sx52zq3dl0tcpygovpjkk. > I'm attaching a patch that changes the paragraph to: > > [[[ > 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. > ]]] > > I may be away from a keyboard for a day or two so feel free to apply > as-is or modify if you like. > Committed in r1937850. Thank you! -- With best regards, Pavel Lyalyakin

