svn commit: r1936489 - subversion/site/staging/docs/release-notes

[email protected] Wed, 22 Jul 2026 15:04:58 -0000
Newsgroups gmane.comp.version-control.subversion.svn
Message-ID <178473269838.666238.1691145575638665181@svn03-he-fi>
Author: hartmannathan
Date: Wed Jul 22 15:04:58 2026
New Revision: 1936489

Log:
In site/staging:

Revert r1936361 to reinstate links to #cmake section added in r1936488.

* doc/release-notes/1.15.html:
  (#vcproj, #devscripts): As above.

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	Wed Jul 22 15:00:03 2026	(r1936488)
+++ subversion/site/staging/docs/release-notes/1.15.html	Wed Jul 22 15:04:58 2026	(r1936489)
@@ -970,7 +970,7 @@ features for removal in later versions.<
     title="Link to this section">&para;</a>
 </h3>
 
-<p>With the addition of the CMake build system, the
+<p>With the addition of the <a href="#cmake">CMake</a> build system, the
 vcproj/vcxproj build system is deprecated. It will be removed in a future
 release of Subversion 1.x.</p>
 
@@ -1002,7 +1002,8 @@ been removed:</p>
 
 <ul>
 <li><code>build-svn-deps-win.pl</code> Used to download and build dependencies
-    on Windows. Non-functional. Use CMake and vcpkg instead.</li>
+    on Windows. Non-functional. Use <a href="#cmake">CMake</a> 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>