svn commit: r1936361 - subversion/site/staging/docs/release-notes
[email protected] Mon, 20 Jul 2026 10:22:49 -0000
| Newsgroups | gmane.comp.version-control.subversion.svn |
|---|---|
| Message-ID | <178454296975.2658529.1809021805510065320@svn03-he-fi> |
Author: kotkov
Date: Mon Jul 20 10:22:49 2026
New Revision: 1936361
Log:
In site/staging:
* doc/release-notes/1.15.html:
(vcproj, devscripts): Remove links to a non-existing #cmake anchor.
We can re-add them later when we have notes about CMake support,
but for now let's make sure all of our links work.
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 Mon Jul 20 10:18:45 2026 (r1936360)
+++ subversion/site/staging/docs/release-notes/1.15.html Mon Jul 20 10:22:49 2026 (r1936361)
@@ -914,7 +914,7 @@ features for removal in later versions.<
title="Link to this section">¶</a>
</h3>
-<p>With the addition of the <a href="#cmake">CMake</a> build system, the
+<p>With the addition of the CMake build system, the
vcproj/vcxproj build system is deprecated. It will be removed in a future
release of Subversion 1.x.</p>
@@ -946,8 +946,7 @@ been removed:</p>
<ul>
<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>
+ on Windows. Non-functional. Use CMake and vcpkg instead.</li>
<li><code>wc-format.py</code> Used to extract the format version from a
working copy. Did not support the latest working copy formats.
Use <code>svn info</code> instead.</li>