svn commit: r1936965 - subversion/trunk
| Newsgroups | gmane.comp.version-control.subversion.svn |
|---|---|
| Message-ID | <178610860582.3570100.5332381464024188292@svn03-he-fi> |
Author: lyalyakin
Date: Fri Aug 7 13:16:45 2026
New Revision: 1936965
Log:
Remove a reference to the tarball 'dependencies distribution' that's not
available anymore[1]. It appears that the deps tarball was replaced with the
get-deps.sh script[2].
* INSTALL
(I.C.2): In the SQLite section, remove the dependency on the 'dependencies
distribution tarball' that's not released and not used anymore.
[1]: https://svn.apache.org/viewvc/?view=revision&revision=945367
[2]: https://svn.apache.org/viewvc/?view=revision&revision=945330
Modified:
subversion/trunk/INSTALL
Modified: subversion/trunk/INSTALL
==============================================================================
--- subversion/trunk/INSTALL Fri Aug 7 12:45:03 2026 (r1936964)
+++ subversion/trunk/INSTALL Fri Aug 7 13:16:45 2026 (r1936965)
@@ -275,8 +275,8 @@ I. INTRODUCTION
To use an SQLite-provided amalgamation, just drop sqlite3.c into
Subversion's sqlite-amalgamation/ directory, or point to it with the
- --with-sqlite configure option. This file also ships with the Subversion
- dependencies distribution, or you can download it from SQLite:
+ --with-sqlite configure option. The amalgamation can be obtained via
+ get-deps.sh or from the official SQLite website:
https://www.sqlite.org/download.html