Author: lyalyakin
Date: Sat Aug 29 20:27:39 2026
New Revision: 1937628

Log:
In site/staging:

Document that get-deps.sh will be removed in 1.15

* docs/release-notes/1.15.html:
  (#devscripts): Add a list item noting the removal of the get-deps.sh
   script.

Discussion on dev@ mailing list:
- "The practical use case for get-deps.sh" started 28 August 2026:
    https://lists.apache.org/thread/gdjlbw9lrp174jwd2c78cskzscvy1g5b

Modified:
   subversion/site/staging/docs/release-notes/1.15.html

Modified: subversion/site/staging/docs/release-notes/1.15.html
==============================================================================
--- subversion/site/staging/docs/release-notes/1.15.html        Sat Aug 29 
18:42:53 2026        (r1937627)
+++ subversion/site/staging/docs/release-notes/1.15.html        Sat Aug 29 
20:27:39 2026        (r1937628)
@@ -1478,6 +1478,9 @@ the included SWIG based Python bindings
 been removed:</p>
 
 <ul>
+<li><code>get-deps.sh</code> Used to download build dependencies on
+    Unix-like systems. Use <code>tools/dev/unix-build/Makefile.svn</code>
+    or download the dependencies manually.</li>
 <li><code>build-svn-deps-win.pl</code> Used to download and build dependencies
     on Windows. Non-functional. Use <a href="#cmake">CMake</a> and vcpkg
     instead.</li>

Reply via email to