svn commit: r1936953 - subversion/trunk
| Newsgroups | gmane.comp.version-control.subversion.svn |
|---|---|
| Message-ID | <178609631482.3460918.8934319695927210461@svn03-he-fi> |
Author: lyalyakin
Date: Fri Aug 7 09:51:54 2026
New Revision: 1936953
Log:
Add LZ4 to the I.B section of the INSTALL guide and mark it as REQUIRED in
I.C.20.
(I.B: Dependency Overview): Add a missing entry for LZ4.
(I.C: Dependencies in Detail): Mark LZ4 as 'REQUIRED', not 'OPTIONAL':
[[[
configure: error: Subversion requires LZ4 >= r129, or use --with-lz4=internal
]]]
Even though SVN sources have a copy of LZ4, it's still a required
dependency.
Modified:
subversion/trunk/INSTALL
Modified: subversion/trunk/INSTALL
==============================================================================
--- subversion/trunk/INSTALL Fri Aug 7 09:09:10 2026 (r1936952)
+++ subversion/trunk/INSTALL Fri Aug 7 09:51:54 2026 (r1936953)
@@ -94,6 +94,12 @@ I. INTRODUCTION
These diff streams are used everywhere -- over the network,
in the repository, and in the client's working copy.
+ * LZ4 (REQUIRED for client and server)
+
+ Subversion uses the LZ4 library for compression. If it is not detected
+ at compile time, a copy bundled with the Subversion sources can be
+ used.
+
* utf8proc (REQUIRED for client and server)
Subversion uses utf8proc for UTF-8 support, including Unicode
@@ -532,7 +538,7 @@ I. INTRODUCTION
--with-libmagic
- 20. LZ4 (OPTIONAL)
+ 20. LZ4 (REQUIRED)
Subversion uses LZ4 compression library version r129 or above. Configure
will attempt to locate the system library by default using pkg-config