Author: lyalyakin
Date: Tue Sep 8 20:02:11 2026
New Revision: 1938018
Log:
List APR and APR-util entries separately in the Dependency Overview section of
INSTALL.
* INSTALL
(I.B): Split the APR and APR-util entry into two in the overview list.
Modified:
subversion/trunk/INSTALL
Modified: subversion/trunk/INSTALL
==============================================================================
--- subversion/trunk/INSTALL Tue Sep 8 18:53:20 2026 (r1938017)
+++ subversion/trunk/INSTALL Tue Sep 8 20:02:11 2026 (r1938018)
@@ -74,8 +74,9 @@ I. INTRODUCTION
Required:
- * APR 1.4 or later and APR-util 1.3 or later -- the portability layer
- that allows Subversion to run on different operating systems.
+ * APR 1.4 or later -- the portability layer that allows Subversion to
+ run on different operating systems.
+ * APR-util 1.3 or later -- utility library built on top of APR.
* Expat -- XML parsing.
* zlib -- compression of binary diffs, used everywhere.
* LZ4 r129 or later -- compression. A bundled copy can be used.