You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ds...@apache.org on 2021/07/03 13:55:52 UTC

svn commit: r1891227 - in /subversion/site/publish: ./ docs/community-guide/ docs/release-notes/ pronunciation/

Author: dsahlberg
Date: Sat Jul  3 13:55:51 2021
New Revision: 1891227

URL: http://svn.apache.org/viewvc?rev=1891227&view=rev
Log:
In site/publish:
Merge r1891068-1891095 from staging replacing http with https and updating some links

Modified:
    subversion/site/publish/   (props changed)
    subversion/site/publish/contributing.html
    subversion/site/publish/docs/community-guide/conventions.part.html
    subversion/site/publish/docs/community-guide/general.part.html
    subversion/site/publish/docs/community-guide/issues.part.html
    subversion/site/publish/docs/community-guide/mailing-lists.part.html
    subversion/site/publish/docs/community-guide/releasing.part.html
    subversion/site/publish/docs/community-guide/roles.part.html
    subversion/site/publish/docs/release-notes/1.10.html
    subversion/site/publish/docs/release-notes/1.11.html
    subversion/site/publish/docs/release-notes/1.14.html
    subversion/site/publish/docs/release-notes/1.2.html
    subversion/site/publish/docs/release-notes/1.3.html
    subversion/site/publish/docs/release-notes/1.5.html
    subversion/site/publish/docs/release-notes/1.6.html
    subversion/site/publish/docs/release-notes/1.7.html
    subversion/site/publish/docs/release-notes/1.8.html
    subversion/site/publish/docs/release-notes/index.html
    subversion/site/publish/faq.html
    subversion/site/publish/ideas.html
    subversion/site/publish/news.html   (contents, props changed)
    subversion/site/publish/opw.html
    subversion/site/publish/packages.html
    subversion/site/publish/pronunciation/index.html

Propchange: subversion/site/publish/
------------------------------------------------------------------------------
  Merged /subversion/site/staging:r1890328-1891226

Modified: subversion/site/publish/contributing.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/contributing.html?rev=1891227&r1=1891226&r2=1891227&view=diff
==============================================================================
--- subversion/site/publish/contributing.html (original)
+++ subversion/site/publish/contributing.html Sat Jul  3 13:55:51 2021
@@ -38,7 +38,7 @@
 
 <ul>
 <li><p style="font-weight: bold;">Participate in the mailing lists</p>
-    <p>There are <a href="http://subversion.apache.org/faq#more-information">
+    <p>There are <a href="https://subversion.apache.org/faq#more-information">
        mailing lists, IRC channels and forums</a>
        you can join to discuss Subversion. These are an
        excellent source for users and contributors interested in
@@ -168,7 +168,7 @@
        software code doesn't write itself, and projects generally
        really do want as many people as possible to help write that
        code.  The Subversion project is no different.  We've accepted
-       and applied <a href="http://www.red-bean.com/svnproject/contribulyzer/"
+       and applied <a href="https://www.red-bean.com/svnproject/contribulyzer/"
        >countless patch contributions</a>, and we hope to always have
        a constant stream of them.  If you're a developer able to
        contribute in this way, take a cruise through our
@@ -194,7 +194,7 @@
        is an excellent way for users to ensure that planned new features are
        designed from the very beginning to meet their use-cases and wishes, 
        while for larger features holding such a discussion is key to establishing
-       <a href="http://producingoss.com/en/social-infrastructure.html"
+       <a href="https://producingoss.com/en/social-infrastructure.html"
          >consensus</a> before any coding takes place.</p>
 </li>
 

Modified: subversion/site/publish/docs/community-guide/conventions.part.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/conventions.part.html?rev=1891227&r1=1891226&r2=1891227&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/conventions.part.html (original)
+++ subversion/site/publish/docs/community-guide/conventions.part.html Sat Jul  3 13:55:51 2021
@@ -1104,7 +1104,7 @@ out which ones they are.</p>
 and parseable way.  This allows us to write scripts to figure out who
 has been actively contributing&nbsp;&mdash; and what they have
 contributed&nbsp;&mdash; so we can <a
-href="http://www.red-bean.com/svnproject/contribulyzer/">spot
+href="https://www.red-bean.com/svnproject/contribulyzer/">spot
 potential new committers quickly</a>.  The Subversion project uses
 human-readable but machine-parseable fields in log messages to
 accomplish this.</p>

Modified: subversion/site/publish/docs/community-guide/general.part.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/general.part.html?rev=1891227&r1=1891226&r2=1891227&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/general.part.html (original)
+++ subversion/site/publish/docs/community-guide/general.part.html Sat Jul  3 13:55:51 2021
@@ -132,10 +132,10 @@ don't annoy others, and don't become eas
 
 <li><p>Delta Editors</p>
      <p>Karl Fogel wrote a chapter for O'Reilly's 2007 book
-     <a rel="nofollow" href="http://beautifulcode.oreillynet.com/">
+     <a rel="nofollow" href="https://www.oreilly.com/library/view/beautiful-code/9780596510046/">
      Beautiful Code: Leading Programmers Explain How They Think</a>
      covering the design and use of
-     <a href="http://www.red-bean.com/kfogel/beautiful-code/bc-chapter-02.html">
+     <a href="https://www.red-bean.com/kfogel/beautiful-code/bc-chapter-02.html">
      Subversion's delta editor interface</a>.</p>
 </li>
 
@@ -634,7 +634,7 @@ subversion/include/*.h</a> for doxygen e
     title="Link to this section">&para;</a>
 </h3>
 
-<p>We use the <a href="http://www.doxygen.org/">Doxygen</a> format for
+<p>We use the <a href="https://www.doxygen.nl/">Doxygen</a> format for
 public interface documentation.  This means anything that goes in a
 public header file.  The generated documentation is <a
 href="/docs/#api">published on the web site</a>

Modified: subversion/site/publish/docs/community-guide/issues.part.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/issues.part.html?rev=1891227&r1=1891226&r2=1891227&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/issues.part.html (original)
+++ subversion/site/publish/docs/community-guide/issues.part.html Sat Jul  3 13:55:51 2021
@@ -473,7 +473,7 @@ separately.)</p>
 </h4>
 
 <p>We publish the list of previous security advisories at:
-<a href="http://subversion.apache.org/security/#advisories">http://subversion.apache.org/security/</a></p>
+<a href="https://subversion.apache.org/security/#advisories">https://subversion.apache.org/security/</a></p>
 
 <p>We track in-progress issues in the PMC's private repository:
 <tt>https://svn.apache.org/repos/private/pmc/subversion/security</tt></p>

Modified: subversion/site/publish/docs/community-guide/mailing-lists.part.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/mailing-lists.part.html?rev=1891227&r1=1891226&r2=1891227&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/mailing-lists.part.html (original)
+++ subversion/site/publish/docs/community-guide/mailing-lists.part.html Sat Jul  3 13:55:51 2021
@@ -143,8 +143,8 @@ href="https://www.unicom.com/pw/reply-to
 "Principle of Least Damage" and "Can't Find My Way Back Home"
 sections.  From time to time, someone posts asking why we don't set
 the <tt>Reply-to</tt> header.  Sometimes that person will mention <a
-href="http://marc.merlins.org/netrants/reply-to-useful.html"
->http://marc.merlins.org/netrants/reply-to-useful.html</a>, which
+href="https://marc.merlins.org/netrants/reply-to-useful.html"
+>https://marc.merlins.org/netrants/reply-to-useful.html</a>, which
 gives arguments in favor of modifying the <tt>Reply-to</tt> field.
 The list administrators are aware of both documents, and see that both
 sides of the argument have merits, but in the end have chosen not to

Modified: subversion/site/publish/docs/community-guide/releasing.part.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/releasing.part.html?rev=1891227&r1=1891226&r2=1891227&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/releasing.part.html (original)
+++ subversion/site/publish/docs/community-guide/releasing.part.html Sat Jul  3 13:55:51 2021
@@ -1494,7 +1494,7 @@ developed.</p>
        <a href="https://svn.apache.org/r1460176">code search and replace</a>.
        (This is also a good time to do other periodical housekeeping tasks
        such as
-       <a href="http://www.red-bean.com/svnproject/contribulyzer/detail/http%253A%252F%252Fscan.coverity.com%252F.html">static</a>
+       <a href="https://www.red-bean.com/svnproject/contribulyzer/detail/http%253A%252F%252Fscan.coverity.com%252F.html">static</a>
        <a href="https://svn.apache.org/r1469608">analysis</a>.)</p></li>
 <li><p>Review new and changed APIs for design and style (e.g. Doxygen mark-up,
        undocumented parameters, deprecation, public/private status, etc.).</p>

Modified: subversion/site/publish/docs/community-guide/roles.part.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/roles.part.html?rev=1891227&r1=1891226&r2=1891227&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/roles.part.html (original)
+++ subversion/site/publish/docs/community-guide/roles.part.html Sat Jul  3 13:55:51 2021
@@ -66,10 +66,10 @@ patch post and what's not is part of sho
 patches and other contributions in a <a href="<!--#echo var="GUIDE_CONVENTIONS_PAGE" -->#crediting">special
 crediting format</a>, which is then parsed to produce a
 browser-friendly <a
-href="http://www.red-bean.com/svnproject/contribulyzer/">contribution
+href="https://www.red-bean.com/svnproject/contribulyzer/">contribution
 list</a>, updated nightly.  If you're thinking of proposing someone
 for commit access and want to look over all their changes, that <a
-href="http://www.red-bean.com/svnproject/contribulyzer/">contribution
+href="https://www.red-bean.com/svnproject/contribulyzer/">contribution
 list</a> might be the most convenient place to do it.</p>
 
 </div> <!-- full-commit-access -->

Modified: subversion/site/publish/docs/release-notes/1.10.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.10.html?rev=1891227&r1=1891226&r2=1891227&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.10.html (original)
+++ subversion/site/publish/docs/release-notes/1.10.html Sat Jul  3 13:55:51 2021
@@ -270,7 +270,7 @@ The 1.10 implementation may change in fu
 
 <p>A fix for <a href="https://issues.apache.org/jira/browse/SVN-4762?issueNumber=4762"
 >Issue #4762</a> may change the way path-based authorization rules are applied
-in some circumstances. See <a href="http://svn.apache.org/r1882326">r1882326</a>.</p>
+in some circumstances. See <a href="https://svn.apache.org/r1882326">r1882326</a>.</p>
 
 <p>Background: Subversion 1.10 introduced a new implementation of path-based
 authorization (authz) to deliver wildcard support and improved performance

Modified: subversion/site/publish/docs/release-notes/1.11.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.11.html?rev=1891227&r1=1891226&r2=1891227&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.11.html (original)
+++ subversion/site/publish/docs/release-notes/1.11.html Sat Jul  3 13:55:51 2021
@@ -466,7 +466,7 @@ compared with its parent directory. This
 to as the shape or the layout of a WC.</p>
 
 <p>'<tt>svn info --x-viewspec=classic</tt>' writes in the format used by the old script
-<a href="http://svn.apache.org/viewvc/subversion/trunk/tools/client-side/svn-viewspec.py">tools/client-side/svn-viewspec.py</a>.</p>
+<a href="https://svn.apache.org/viewvc/subversion/trunk/tools/client-side/svn-viewspec.py">tools/client-side/svn-viewspec.py</a>.</p>
 
 <p>'<tt>svn info --x-viewspec=svn11</tt>' writes a series of '<tt>svn</tt>'
 command lines. You can create a new WC of the same layout by running these
@@ -480,7 +480,7 @@ commands.</p>
      title="Link to this section">&para;</a>
 </h4>
 
-<p>Add '<tt>schedule</tt>' and '<tt>depth</tt>' items to '<tt>svn info --show-item</tt>' (<a href="http://svn.apache.org/r1827032">r1827032</a>).</p>
+<p>Add '<tt>schedule</tt>' and '<tt>depth</tt>' items to '<tt>svn info --show-item</tt>' (<a href="https://svn.apache.org/r1827032">r1827032</a>).</p>
 
 </div> <!-- info-show-item -->
 
@@ -490,7 +490,7 @@ commands.</p>
      title="Link to this section">&para;</a>
 </h4>
 
-<p>Allow the client cert password to be saved (<a href="http://svn.apache.org/r1836762">r1836762</a>).</p>
+<p>Allow the client cert password to be saved (<a href="https://svn.apache.org/r1836762">r1836762</a>).</p>
 
 </div> <!-- save-client-cert-pw -->
 

Modified: subversion/site/publish/docs/release-notes/1.14.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.14.html?rev=1891227&r1=1891226&r2=1891227&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.14.html (original)
+++ subversion/site/publish/docs/release-notes/1.14.html Sat Jul  3 13:55:51 2021
@@ -226,7 +226,7 @@ users.  We'll cover those in this sectio
 
 <p>A fix for <a href="https://issues.apache.org/jira/browse/SVN-4762?issueNumber=4762"
 >Issue #4762</a> may change the way path-based authorization rules are applied
-in some circumstances. See <a href="http://svn.apache.org/r1882326">r1882326</a>.</p>
+in some circumstances. See <a href="https://svn.apache.org/r1882326">r1882326</a>.</p>
 
 <p>Background: Subversion 1.10 introduced a new implementation of path-based
 authorization (authz) to deliver wildcard support and improved performance
@@ -328,7 +328,7 @@ but excluding FSFS indexes. For example:
             1337 bytes in revision 1
 </pre>
 
-<p>(See <a href="http://svn.apache.org/r1857624">r1857624</a>.)</p>
+<p>(See <a href="https://svn.apache.org/r1857624">r1857624</a>.)</p>
 </div> <!-- svnadmin-rev-size -->
 
 <div class="h3" id="svnadmin-build-repcache">
@@ -353,7 +353,7 @@ committed while the feature was disabled
 <p>Subversion 1.14 introduces a new <tt>svnadmin build-repcache</tt>
 subcommand, which administrators can use to populate any missing entries in
 the rep-cache database for a specified revision range (or all revisions). (See
-<a href="http://svn.apache.org/r1875921">r1875921</a>.)</p>
+<a href="https://svn.apache.org/r1875921">r1875921</a>.)</p>
 
 <p>For example, to process revisions 20 through 25, inclusive, and ensure that
 their data is known to the rep-cache:</p>
@@ -406,7 +406,7 @@ process all revisions.</p>
 
 <p><tt>svn log --quiet </tt> and <tt>--diff </tt> options are no longer
 mutually exclusive. This makes it easier to display only the differences
-in a range of revisions. (See <a href="http://svn.apache.org/r1871916">r1871916</a>.)</p>
+in a range of revisions. (See <a href="https://svn.apache.org/r1871916">r1871916</a>.)</p>
 
 </div> <!-- log-quiet-diff -->
 
@@ -417,7 +417,7 @@ in a range of revisions. (See <a href="h
 </h4>
 
 <p>New <tt>changelist </tt> argument to <tt>svn info --show-item </tt>
-(<a href="http://svn.apache.org/r1869481">r1869481</a>).</p>
+(<a href="https://svn.apache.org/r1869481">r1869481</a>).</p>
 
 </div> <!-- info-show-item-changelist -->
 
@@ -432,9 +432,9 @@ resolution, Subversion now performs esca
 pathname of the file to be edited. This corrects a problem that would occur
 previously when the file to be edited (and/or the path leading to it)
 contained spaces or other special characters. (See
-<a href="http://svn.apache.org/r1874057">r1874057</a>,
-<a href="http://svn.apache.org/r1874093">r1874093</a>, and
-<a href="http://svn.apache.org/r1875230">r1875230</a>.)</p>
+<a href="https://svn.apache.org/r1874057">r1874057</a>,
+<a href="https://svn.apache.org/r1874093">r1874093</a>, and
+<a href="https://svn.apache.org/r1875230">r1875230</a>.)</p>
 
 <p>Note that escaping is performed only on the pathname argument. As before,
 the editor itself is invoked through the shell and the user must properly
@@ -612,7 +612,7 @@ Subversion 1.11 and 1.12 have been backp
 
 <p>This change was first introduced in 1.11.</p>
 
-<p>Add '<tt>schedule</tt>' and '<tt>depth</tt>' items to '<tt>svn info --show-item</tt>' (<a href="http://svn.apache.org/r1827032">r1827032</a>).</p>
+<p>Add '<tt>schedule</tt>' and '<tt>depth</tt>' items to '<tt>svn info --show-item</tt>' (<a href="https://svn.apache.org/r1827032">r1827032</a>).</p>
 
 </div> <!-- info-show-item -->
 
@@ -624,7 +624,7 @@ Subversion 1.11 and 1.12 have been backp
 
 <p>This change was first introduced in 1.11.</p>
 
-<p>Allow the client cert password to be saved (<a href="http://svn.apache.org/r1836762">r1836762</a>).</p>
+<p>Allow the client cert password to be saved (<a href="https://svn.apache.org/r1836762">r1836762</a>).</p>
 
 </div> <!-- save-client-cert-pw -->
 
@@ -654,7 +654,7 @@ To show experimental commands, use <tt>s
 now perform more quickly as a result of reduced I/O. This is achieved by
 disabling SQLite's WAL (write-ahead logging) feature, which Subversion does
 not use, but which introduces more I/O when left enabled.
-(See <a href="http://svn.apache.org/r1865523">r1865523</a>.)</p>
+(See <a href="https://svn.apache.org/r1865523">r1865523</a>.)</p>
 
 </div> <!-- sqlite-omit-wal -->
 
@@ -705,7 +705,7 @@ a warning if it detects empty group defi
 <p>Add a hint about a possible mod_dav_svn misconfiguration: When warning
 about an overlapping configuration, if two configuration blocks are for the
 same URL, then hint that the problem may be including the same configuration
-twice. (See <a href="http://svn.apache.org/r1866738">r1866738</a>.)</p>
+twice. (See <a href="https://svn.apache.org/r1866738">r1866738</a>.)</p>
 
 </div> <!-- mod-dav-svn-twice-hint -->
 
@@ -943,7 +943,7 @@ of Subversion's dependencies, see the
 <p>Subversion's SWIG Python bindings can be built with SWIG 4 on Python 3.
 The bindings can be built with SWIG 3.x on Python 3 as well (the
 <tt>-modern</tt> argument to SWIG is automatically used). (See
-<a href="http://svn.apache.org/r1869853">r1869853</a>.)</p>
+<a href="https://svn.apache.org/r1869853">r1869853</a>.)</p>
 
 </div>  <!-- swig4-on-py3 -->
 
@@ -1051,8 +1051,8 @@ feature.</p>
 <p>Because shelving is a work-in-progress, the shelving CLI is disabled by
 default. Users who wish to experiment with shelving should enable one of the
 two available shelving CLI implementations by setting an environment variable
-(see <a href="http://svn.apache.org/r1875037">r1875037</a> and
-<a href="http://svn.apache.org/r1875039">r1875039</a>.)</p>
+(see <a href="https://svn.apache.org/r1875037">r1875037</a> and
+<a href="https://svn.apache.org/r1875039">r1875039</a>.)</p>
 
 <p>The two implementations are "Shelving-v2" as introduced in 1.11, and
 "Shelving-v3" as introduced in 1.12. These are incompatible with each other,
@@ -1299,7 +1299,7 @@ compared with its parent directory. This
 to as the shape or the layout of a WC.</p>
 
 <p>'<tt>svn info --x-viewspec=classic</tt>' writes in the format used by the old script
-<a href="http://svn.apache.org/viewvc/subversion/trunk/tools/client-side/svn-viewspec.py">tools/client-side/svn-viewspec.py</a>.</p>
+<a href="https://svn.apache.org/viewvc/subversion/trunk/tools/client-side/svn-viewspec.py">tools/client-side/svn-viewspec.py</a>.</p>
 
 <p>'<tt>svn info --x-viewspec=svn11</tt>' writes a series of '<tt>svn</tt>'
 command lines. You can create a new WC of the same layout by running these
@@ -1385,14 +1385,14 @@ backslashes used in Windows pathnames, a
 sequences.</p>
 
 <p>Most of these issues are corrected in 1.14.1. See
-<a href="http://svn.apache.org/r1876707">r1876707</a>,
-<a href="http://svn.apache.org/r1876734">r1876734</a>,
-<a href="http://svn.apache.org/r1877318">r1877318</a>,
-<a href="http://svn.apache.org/r1877712">r1877712</a>,
-<a href="http://svn.apache.org/r1878141">r1878141</a>,
-<a href="http://svn.apache.org/r1878142">r1878142</a>,
-<a href="http://svn.apache.org/r1878143">r1878143</a>, and
-<a href="http://svn.apache.org/r1878144">r1878144</a>.</p>
+<a href="https://svn.apache.org/r1876707">r1876707</a>,
+<a href="https://svn.apache.org/r1876734">r1876734</a>,
+<a href="https://svn.apache.org/r1877318">r1877318</a>,
+<a href="https://svn.apache.org/r1877712">r1877712</a>,
+<a href="https://svn.apache.org/r1878141">r1878141</a>,
+<a href="https://svn.apache.org/r1878142">r1878142</a>,
+<a href="https://svn.apache.org/r1878143">r1878143</a>, and
+<a href="https://svn.apache.org/r1878144">r1878144</a>.</p>
 
 </div> <!-- issues-py3-testsuite-windows -->
 
@@ -1441,7 +1441,7 @@ described in <a href="https://stackoverf
 </ul>
 
 <p>This issue is fixed as of Subversion 1.14.1. See
-<a href="http://svn.apache.org/r1883337">r1883337</a>.</p>
+<a href="https://svn.apache.org/r1883337">r1883337</a>.</p>
 
 </div> <!-- issues-py3-windows-os-dup -->
 
@@ -1462,7 +1462,7 @@ included with the release.</p>
 <p>For this situation, a workaround is available as of 1.14.1: pass the
 <tt>--without-swig</tt> option to <tt>configure</tt>.</p>
 
-<p>See <a href="http://svn.apache.org/r1876662">r1876662</a>.</p>
+<p>See <a href="https://svn.apache.org/r1876662">r1876662</a>.</p>
 
 <p>The workaround does not apply in the following situations:</p>
 
@@ -1520,16 +1520,16 @@ patch into their swig-3.0.8 packages.)</
 
 <p>A crash is known to manifest when Subversion is built with GCC 10. The
 failure is detected by the test suite. This issue is fixed as of 1.14.1. See
-<a href="http://svn.apache.org/r1880886">r1880886</a>.</p>
+<a href="https://svn.apache.org/r1880886">r1880886</a>.</p>
 
 <p>A crash is known to occur when using JDK14. The failure is detected by the
 test suite. This issue is fixed as of 1.14.1. See
-<a href="http://svn.apache.org/r1882115">r1882115</a>.</p>
+<a href="https://svn.apache.org/r1882115">r1882115</a>.</p>
 
 <p>Several potential crashes in JavaHL TunnelAgent are known which are related
 to exception handling cleanup and garbage-collected Java objects. As of
 1.14.1, new regression tests are introduced to detect these failures and the
-issues have been fixed. See <a href="http://svn.apache.org/r1886029"
+issues have been fixed. See <a href="https://svn.apache.org/r1886029"
 >r1886029</a>.</p>
 
 </p>
@@ -1552,10 +1552,10 @@ svn: E155023: Can't set properties on '.
 (See <a href="https://issues.apache.org/jira/browse/SVN-4859">issue #4859</a>.)
 
 <p>This issue is fixed as of Subversion 1.14.1. See
-<a href="http://svn.apache.org/r1878997">r1878997</a>,
-<a href="http://svn.apache.org/r1879192">r1879192</a>,
-<a href="http://svn.apache.org/r1879474">r1879474</a>, and
-<a href="http://svn.apache.org/r1879959">r1879959</a>.</p>
+<a href="https://svn.apache.org/r1878997">r1878997</a>,
+<a href="https://svn.apache.org/r1879192">r1879192</a>,
+<a href="https://svn.apache.org/r1879474">r1879474</a>, and
+<a href="https://svn.apache.org/r1879959">r1879959</a>.</p>
 
 </div> <!-- issues-mergeinfo-issue-4859 -->
 
@@ -1579,9 +1579,9 @@ abort with an assertion failure:</p>
 </pre>
 
 <p>This issue is fixed as of Subversion 1.14.1. See
-<a href="http://svn.apache.org/r1878909">r1878909</a>,
-<a href="http://svn.apache.org/r1878918">r1878918</a>, and
-<a href="http://svn.apache.org/r1878950">r1878950</a>.</p>
+<a href="https://svn.apache.org/r1878909">r1878909</a>,
+<a href="https://svn.apache.org/r1878918">r1878918</a>, and
+<a href="https://svn.apache.org/r1878950">r1878950</a>.</p>
 
 </div> <!-- issues-filesizes-human-readable -->
 
@@ -1598,7 +1598,7 @@ per-repository rule would apply by itsel
 
 <p>This issue is fixed as of 1.14.1. See <a
 href="https://issues.apache.org/jira/browse/SVN-4762?issueNumber=4762"
->Issue #4762</a> and <a href="http://svn.apache.org/r1882326">r1882326</a>.</p>
+>Issue #4762</a> and <a href="https://svn.apache.org/r1882326">r1882326</a>.</p>
 
 <p>See the section <a href="#compat-misc-authz"
 >Path-based authorization compatibility</a> for compatibility notes relating
@@ -1621,7 +1621,7 @@ string literals.</p>
 
 <p>This issue is fixed in Subversion 1.14.1.</p>
 
-<p>See <a href="http://svn.apache.org/r1879198">r1879198</a>.</p>
+<p>See <a href="https://svn.apache.org/r1879198">r1879198</a>.</p>
 
 </div> <!-- issues-sqlite-dqs -->
 
@@ -1641,7 +1641,7 @@ string literals.</p>
 
 <p>In 1.14.0, several variable declarations in mid-block were reported to
 prevent building Subversion with VC9 (Visual Studio 2008). This issue is fixed
-as of 1.14.1. See <a href="http://svn.apache.org/r1877259">r1877259</a>.</p>
+as of 1.14.1. See <a href="https://svn.apache.org/r1877259">r1877259</a>.</p>
 
 </div> <!-- issues-other-c90compat -->
 
@@ -1655,8 +1655,8 @@ as of 1.14.1. See <a href="http://svn.ap
 <a href="https://apr.apache.org">APR</a> to 1.5. By request to support
 building Subversion on older operating system distributions such as CentOS 7,
 Subversion 1.14.1 restores support for building with APR 1.4 or newer. See
-<a href="http://svn.apache.org/r1881958">r1881958</a> and
-<a href="http://svn.apache.org/r1882128">r1882128</a>.</p>
+<a href="https://svn.apache.org/r1881958">r1881958</a> and
+<a href="https://svn.apache.org/r1882128">r1882128</a>.</p>
 
 </div> <!-- issues-other-apr-1-4 -->
 

Modified: subversion/site/publish/docs/release-notes/1.2.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.2.html?rev=1891227&r1=1891226&r2=1891227&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.2.html (original)
+++ subversion/site/publish/docs/release-notes/1.2.html Sat Jul  3 13:55:51 2021
@@ -51,11 +51,11 @@ book, see
 <p>Subversion 1.2 is available as source code in three formats:</p>
 
 <ul>
-<li><a href="http://subversion.tigris.org/downloads/subversion-1.2.3.tar.gz"
+<li><a href="https://archive.apache.org/dist/subversion/subversion-1.2.3.tar.gz"
     >subversion-1.2.3.tar.gz</a></li>
-<li><a href="http://subversion.tigris.org/downloads/subversion-1.2.3.tar.bz2"
+<li><a href="https://archive.apache.org/dist/subversion/subversion-1.2.3.tar.bz2"
     >subversion-1.2.3.tar.bz2</a></li>
-<li><a href="http://subversion.tigris.org/downloads/subversion-1.2.3.zip"
+<li><a href="https://archive.apache.org/dist/subversion/subversion-1.2.3.zip"
     >subversion-1.2.3.zip</a>&nbsp;(Windows)</li>
 </ul>
 
@@ -68,7 +68,7 @@ when a new source release has come out,
 can to make binaries available.</p>
 
 <p>For other Subversion releases, see <a
-href="http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=260&amp;expandFolder=74"
+href="https://archive.apache.org/dist/subversion/"
 >this folder</a>.</p>
 
 </div>
@@ -144,7 +144,7 @@ repositories to 4.3.</a></p>
 <p>In particular,
 the <a
 href="http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91">latest
-Windows binary distributions</a> of svn 1.2 (from Branko Cibej) now
+Windows binary distributions</a> [link obsolete as of June 27, 2021] of svn 1.2 (from Branko Cibej) now
 use Berkeley DB 4.3.  Please be warned!</p>
 
 </div>
@@ -159,9 +159,9 @@ use Berkeley DB 4.3.  Please be warned!<
 
 <p>Subversion 1.2.3 fixes several bugs in 1.2.1 and 1.2.0 (1.2.2 was a
   placeholder release and was never officially blessed).  See the <a
-  href="http://subversion.tigris.org/servlets/NewsItemView?newsItemID=1261"
+  href="https://svn.haxx.se/dev/archive-2005-08/1153.shtml"
   >1.2.3 announcement</a> and
-  <a href="http://subversion.tigris.org/servlets/NewsItemView?newsItemID=1202"
+  <a href="https://svn.haxx.se/dev/archive-2005-07/0195.shtml"
   >1.2.1 announcement</a> for details about those releases.</p>
 
 <p>As bugs are fixed in /trunk (the future svn 1.3), they will

Modified: subversion/site/publish/docs/release-notes/1.3.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.3.html?rev=1891227&r1=1891226&r2=1891227&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.3.html (original)
+++ subversion/site/publish/docs/release-notes/1.3.html Sat Jul  3 13:55:51 2021
@@ -54,9 +54,9 @@ Subversion book, see
 <p>Subversion 1.3 is available as source code in three formats:</p>
 
 <ul>
-  <li><a href="http://subversion.tigris.org/downloads/subversion-1.3.2.tar.gz">subversion-1.3.2.tar.gz</a></li>
-  <li><a href="http://subversion.tigris.org/downloads/subversion-1.3.2.tar.bz2">subversion-1.3.2.tar.bz2</a></li>
-  <li><a href="http://subversion.tigris.org/downloads/subversion-1.3.2.zip">subversion-1.3.2.zip</a>&nbsp;(Windows)</li>
+  <li><a href="https://archive.apache.org/dist/subversion/subversion-1.3.2.tar.gz">subversion-1.3.2.tar.gz</a></li>
+  <li><a href="https://archive.apache.org/dist/subversion/subversion-1.3.2.tar.bz2">subversion-1.3.2.tar.bz2</a></li>
+  <li><a href="https://archive.apache.org/dist/subversion/subversion-1.3.2.zip">subversion-1.3.2.zip</a>&nbsp;(Windows)</li>
 </ul>
 
 <p>For binary packages, please see <a
@@ -68,7 +68,7 @@ when a new source release has come out,
 can to make binaries available.</p>
 
 <p>For other Subversion releases, see <a
-href="http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=260&amp;expandFolder=74">this folder</a>.</p>
+href="https://archive.apache.org/dist/subversion/">this folder</a>.</p>
 
 </div>  <!-- downloading -->
 

Modified: subversion/site/publish/docs/release-notes/1.5.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.5.html?rev=1891227&r1=1891226&r2=1891227&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.5.html (original)
+++ subversion/site/publish/docs/release-notes/1.5.html Sat Jul  3 13:55:51 2021
@@ -356,7 +356,7 @@ merged&nbsp;&mdash;&nbsp;on different li
 
 <p>The merge tracking support in Subversion 1.5 is "foundational": its
 basic functionality is implemented, but there are still parts of our
-<a href="http://subversion.tigris.org/merge-tracking/" >original
+<a href="https://svn.apache.org/repos/asf/subversion/trunk/notes/merge-tracking/index.html" >original
 spec</a> that remain to be done, and merging is sometimes too slow.
 There will be merge tracking improvements in Subversion 1.5.1 and
 afterwards.  In the meantime:</p>
@@ -436,7 +436,7 @@ than have the original change be ported
 synchronization merge, thus risking textual conflicts wherever the two
 versions trivially differ, you can just record the change as already
 merged.  (See <a
-href="http://subversion.tigris.org/merge-tracking/requirements.html#manual-merge"
+href="https://svn.apache.org/repos/asf/subversion/trunk/notes/merge-tracking/requirements.html#manual-merge"
 >the merge-tracking requirements</a>, and <a
 href="http://svnbook.red-bean.com/nightly/en/svn.branchmerge.advanced.html#svn.branchmerge.advanced.blockchanges"
 >Blocking Changes</a> in the Subversion book, for more details.)</p>
@@ -603,7 +603,7 @@ then this problem won't happen in the fi
 <li><a href="http://blog.red-bean.com/sussman/?p=92" >Subversion 1.5
     merge-tracking in a nutshell</a> (blog post by Ben Collins-Sussman)
 </li>
-<li><a href="http://subversion.tigris.org/merge-tracking/" >The merge
+<li><a href="https://svn.apache.org/repos/asf/subversion/trunk/notes/merge-tracking/index.html" >The merge
     tracking design documents</a>
     (requirements, use cases, functional spec, design)
 </li>
@@ -1128,7 +1128,7 @@ entry</a>.
 <!-- ### Reshard script is not quite finished and currently 
      ### aborts if you try to run it.
  <a
- href="http://svn.collab.net/repos/svn/trunk/tools/server-side/fsfs-reshard.py"
+ href="https://svn.apache.org/repos/asf/subversion/trunk/tools/server-side/fsfs-reshard.py"
  >Migration script</a> provided.
 -->
 </p>
@@ -1540,7 +1540,7 @@ href="https://issues.apache.org/jira/bro
 
 <p>Subversion 1.4 introduced the experimental <tt>ra_serf</tt>
 repository access module for accessing HTTP[S] DAV Subversion servers.
-This uses the <a href="http://serf.apache.org/">serf</a>
+This uses the <a href="https://serf.apache.org/">serf</a>
 library instead of the Neon library which the original DAV support
 uses.  serf supports pipelined requests which may lead to better
 performance.  However, Subversion 1.4 required you to choose which
@@ -1566,7 +1566,7 @@ renamed <tt>ra_dav</tt> to <tt>ra_neon</
 
 <p>There are too many new and revised APIs in Subversion 1.5.0 to even
 begin to list them all here.  See the <a
-href="http://svn.collab.net/svn-doxygen/" >Subversion API
+href="https://subversion.apache.org/docs/api/" >Subversion API
 Documentation</a> page for general API information.  If you develop a
 3rd-party client application that uses Subversion APIs, you should
 probably look at the header files for the interfaces you use and see

Modified: subversion/site/publish/docs/release-notes/1.6.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.6.html?rev=1891227&r1=1891226&r2=1891227&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.6.html (original)
+++ subversion/site/publish/docs/release-notes/1.6.html Sat Jul  3 13:55:51 2021
@@ -737,7 +737,7 @@ reach those files, too.</p>
     title="Link to this section">&para;</a>
 </h4>
 
-<p>See this <a href="http://blogs.collab.net/subversion/sparse-directories-now-with-exclusion>blog post</a> for more examples and information.</p>
+<p>See this <a href="https://web.archive.org/web/20130619225220/http://blogs.collab.net/subversion/sparse-directories-now-with-exclusion">blog post</a> for more examples and information.</p>
 
 </div>  <!-- further-reading -->
 

Modified: subversion/site/publish/docs/release-notes/1.7.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.7.html?rev=1891227&r1=1891226&r2=1891227&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.7.html (original)
+++ subversion/site/publish/docs/release-notes/1.7.html Sat Jul  3 13:55:51 2021
@@ -984,9 +984,9 @@ for details.</p>
 
 <p>The <code>libsvn_ra_serf</code> repository access library has received
 a lot of improvements and stabilization.
-The design of <a href="http://serf.apache.org/">serf</a> facilitates
+The design of <a href="https://serf.apache.org/">serf</a> facilitates
 future performance improvements that are impossible to achieve with
-<a href="http://www.webdav.org/neon/">neon</a>. There were plans to make
+<a href="https://notroj.github.io/neon/">neon</a>. There were plans to make
 serf the default HTTP access library for the 1.7 release.
 But because of some remaining issues (for instance
 <a href="https://issues.apache.org/jira/browse/SVN-3979"

Modified: subversion/site/publish/docs/release-notes/1.8.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.8.html?rev=1891227&r1=1891226&r2=1891227&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.8.html (original)
+++ subversion/site/publish/docs/release-notes/1.8.html Sat Jul  3 13:55:51 2021
@@ -380,7 +380,7 @@ Checksum: a27c71319a591c4eebe2bb81129413
     title="Link to this section">&para;</a>
 </h3>
 
-<p>HTTP client support based on <a href="http://webdav.org/neon">neon</a>
+<p>HTTP client support based on <a href="https://notroj.github.io/neon/">neon</a>
 has been removed in favor of HTTP client support based on
 <a href="https://serf.apache.org/">serf</a>.</p>
 

Modified: subversion/site/publish/docs/release-notes/index.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/index.html?rev=1891227&r1=1891226&r2=1891227&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/index.html (original)
+++ subversion/site/publish/docs/release-notes/index.html Sat Jul  3 13:55:51 2021
@@ -83,9 +83,9 @@ official support status for the various
 
 <!--#include virtual="/upcoming.part.html" -->
 
-<p>See also <a href="http://svn.apache.org/repos/asf/subversion/trunk/CHANGES">trunk/CHANGES</a>, where all significant-enough changes will summarized for each version by the time it is released.</p>
+<p>See also <a href="https://svn.apache.org/repos/asf/subversion/trunk/CHANGES">trunk/CHANGES</a>, where all significant-enough changes will summarized for each version by the time it is released.</p>
 
-<p>The list above is generated daily by <a href="http://svn.apache.org/repos/asf/subversion/site/tools/upcoming.py">^/subversion/site/tools/upcoming.py</a>. You could find the changes queued for another release line by running that script in a working copy of, for example, the 1.10.x branch.</p>
+<p>The list above is generated daily by <a href="https://svn.apache.org/repos/asf/subversion/site/tools/upcoming.py">^/subversion/site/tools/upcoming.py</a>. You could find the changes queued for another release line by running that script in a working copy of, for example, the 1.10.x branch.</p>
 
 </div> <!-- #upcoming-patch-release -->
 

Modified: subversion/site/publish/faq.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/faq.html?rev=1891227&r1=1891226&r2=1891227&view=diff
==============================================================================
--- subversion/site/publish/faq.html (original)
+++ subversion/site/publish/faq.html Sat Jul  3 13:55:51 2021
@@ -1007,8 +1007,8 @@ in MOVE and COPY requests, so you have t
 <p>Some links on SSH port forwarding</p>
 
 <ul>
-<li><a href="http://www.onlamp.com/pub/a/onlamp/excerpt/ssh_11/index3.html"
->http://www.onlamp.com/pub/a/onlamp/excerpt/ssh_11/index3.html</a></li>
+<li><a href="https://web.archive.org/web/20150618070908/http://www.onlamp.com/pub/a/onlamp/excerpt/ssh_11/index3.html"
+>http://www.onlamp.com/pub/a/onlamp/excerpt/ssh_11/index3.html</a> (on archive.org)</li>
 <li><a href="https://engineering.purdue.edu/ECN/Support/KB/Docs/SSHIntroductionToSSH"
 >https://engineering.purdue.edu/ECN/Support/KB/Docs/SSHIntroductionToSSH</a></li>
 </ul>
@@ -1111,7 +1111,7 @@ equivalent to CVS modules:</p>
 <p>There are also some helpful tools floating around on the internet,
 to select and reorder revisions when merging
 several repositories.  For instance the 
-<a href="http://www.coelho.net/svn-merge-repos.html">svn-merge-repos.pl</a> 
+<a href="https://www.cri.ensmp.fr/people/coelho/svn-merge-repos.html">svn-merge-repos.pl</a> 
 perl script for basic operations and the
 <a href="https://svn.borg.ch/svndumptool/">SvnDumpTool</a> python classes
 for advanced reorganisations.</p>
@@ -2646,7 +2646,7 @@ manage your copy of the vendor's code.</
 <p>As a last resort, if using <tt>svn_load_dirs.pl</tt> is taking too
 much time or you're looking for the lazy solution, see also Jon
 Stevens' step-by-step explanation at <a
-href="http://lookfirst.com/2007/11/subversion-vendor-branches-howto.html"
+href="https://lookfirst.com/2007/11/subversion-vendor-branches-howto.html"
 >Subversion Vendor Branches Howto</a>.  This solution does not make
 use of the space saving features in the Subversion backend when you
 copy new code over old code; in this solution, each import of a vendor
@@ -3151,7 +3151,7 @@ and <tt>ssleay32.dll</tt> are present in
 installation directory if they are not there.</p>
 
 <p>If this still does not resolve the problem, you should use a tool 
-like <a href="http://www.dependencywalker.com/">Dependency Walker</a> 
+like <a href="https://www.dependencywalker.com/">Dependency Walker</a> 
 on <tt>mod_dav_svn.so</tt> to see if there are any other unresolved
 dependencies.</p>
 

Modified: subversion/site/publish/ideas.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/ideas.html?rev=1891227&r1=1891226&r2=1891227&view=diff
==============================================================================
--- subversion/site/publish/ideas.html (original)
+++ subversion/site/publish/ideas.html Sat Jul  3 13:55:51 2021
@@ -105,8 +105,8 @@ and the <a href="https://live.gnome.org/
     <ul>
       <li>Some experience with the C and Python programming languages.</li>
       <li>Knowledge of open source documentation systems such as
-          <a href="http://docbook.org/">docbook</a> and
-          <a href="http://mdocml.bsd.lv/">mdoc</a>.</li>
+          <a href="https://docbook.org/">docbook</a> and
+          <a href="https://mandoc.bsd.lv/">mdoc</a>.</li>
       <li>The ability to clearly explain technical concepts in written
           English.</li>
     </ul>

Modified: subversion/site/publish/news.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/news.html?rev=1891227&r1=1891226&r2=1891227&view=diff
==============================================================================
--- subversion/site/publish/news.html (original)
+++ subversion/site/publish/news.html Sat Jul  3 13:55:51 2021
@@ -486,7 +486,7 @@
 <p>The Subversion community has decided to make a standard release every 6 months, with a Long-Term Support (LTS) release every 2 years, from now on. The recent 1.10 release shall be considered to be an LTS release.</p>
 
 <p>Please see
- <a href="http://subversion.apache.org/roadmap.html#release-planning"
+ <a href="https://subversion.apache.org/roadmap.html#release-planning"
  >How We Plan Releases</a> for more details.</p> 
 
 </div> <!-- #news-20180622 --> 
@@ -524,7 +524,7 @@
  <a href="https://lists.apache.org/thread.html/3be8f8da7e806db1e97491808dcbf8ab5bc5a4b108b201c1258f70e7@%3Cdev.subversion.apache.org%3E">release
  announcement</a> for more information about this release, and the
  <a href="/docs/release-notes/1.10.html">release notes</a> and 
- <a href="http://svn.apache.org/repos/asf/subversion/tags/1.10.0-rc2/CHANGES"> 
+ <a href="https://svn.apache.org/repos/asf/subversion/tags/1.10.0-rc2/CHANGES"> 
  change log</a> for information about what will eventually be
  in the 1.10.0 release.</p> 
  
@@ -546,7 +546,7 @@
  <a href="https://lists.apache.org/thread.html/b4a01f414ae1c18b8316ff1211795a32efb7c4b8479e92f633945692@%3Cdev.subversion.apache.org%3E">release
  announcement</a> for more information about this release, and the
  <a href="/docs/release-notes/1.10.html">release notes</a> and 
- <a href="http://svn.apache.org/repos/asf/subversion/tags/1.10.0-rc1/CHANGES"> 
+ <a href="https://svn.apache.org/repos/asf/subversion/tags/1.10.0-rc1/CHANGES"> 
  change log</a> for information about what will eventually be
  in the 1.10.0 release.</p> 
  
@@ -1447,7 +1447,7 @@
  
 <p>This year's Subversion hackathon will be held from June 10 to
 June 14 at the offices of <a rel="nofollow"
-href="http://www.elego.de/">elego</a> in Berlin, Germany.</p>
+href="https://www.elegosoft.com/">elego</a> in Berlin, Germany.</p>
 
 <p>The Subversion developer community will meet in Berlin to finish
 off preparations for the upcoming Subversion 1.8 release and kick off
@@ -1581,7 +1581,7 @@ with the goal of increasing involvement
 Free and Open Source Software (FOSS)</a>.
 See <a href="opw.html">this page</a> for more information.</p>
 
-<p><a href="http://www.elego.de/" rel="nofollow">Elego Software Solutions</a>,
+<p><a href="https://www.elegosoft.com/" rel="nofollow">Elego Software Solutions</a>,
 based in Berlin, Germany, has kindly offered to fund an internship position
 with Apache Subversion as part of the Outreach Program for Women 2013.</p>
  

Propchange: subversion/site/publish/news.html
------------------------------------------------------------------------------
  Merged /subversion/site/staging/news.html:r1890281-1891226

Modified: subversion/site/publish/opw.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/opw.html?rev=1891227&r1=1891226&r2=1891227&view=diff
==============================================================================
--- subversion/site/publish/opw.html (original)
+++ subversion/site/publish/opw.html Sat Jul  3 13:55:51 2021
@@ -27,7 +27,7 @@ Free and Open Source Software (FOSS)</a>
 This page contains information about contributing to Apache Subversion
 as part of this program.</p>
 
-<p><a href="http://www.elego.de/" rel="nofollow">Elego Software Solutions</a>,
+<p><a href="https://www.elegosoft.com/" rel="nofollow">Elego Software Solutions</a>,
 based in Berlin, Germany, has kindly offered to fund an internship position
 with Apache Subversion as part of the Outreach Program for Women 2013.</p>
 

Modified: subversion/site/publish/packages.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/packages.html?rev=1891227&r1=1891226&r2=1891227&view=diff
==============================================================================
--- subversion/site/publish/packages.html (original)
+++ subversion/site/publish/packages.html Sat Jul  3 13:55:51 2021
@@ -265,10 +265,9 @@ $ zypper install subversion-server</pre>
        See the <a href="https://www.apple.com/opensource/"
        >open source section of Apple's web site</a> for more
        information.</p></li>
-<li><p><a href="http://pdb.finkproject.org/pdb/package.php/svn"
-       >Fink</a> (requires <a href="http://www.finkproject.org/">Fink</a>; maintained by
-       <a href="mailto:chris01@users.sourceforge.net"
-       >Christian Schaffner</a>)</p>
+<li><p><a href="https://pdb.finkproject.org/pdb/package.php/svn"
+       >Fink</a> (requires <a href="https://www.finkproject.org/">Fink</a
+       >)</p>
 </li>
 <li><p><a href="https://brew.sh/"
        >Homebrew</a></p>

Modified: subversion/site/publish/pronunciation/index.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/pronunciation/index.html?rev=1891227&r1=1891226&r2=1891227&view=diff
==============================================================================
--- subversion/site/publish/pronunciation/index.html (original)
+++ subversion/site/publish/pronunciation/index.html Sat Jul  3 13:55:51 2021
@@ -19,7 +19,7 @@
 
 <h1>How To Pronounce "Subversion"</h1>
 
-<p><a href="http://www.red-bean.com/jimb/">Jim Blandy</a>, who
+<p><a href="https://www.red-bean.com/jimb/">Jim Blandy</a>, who
    gave <a href="/">Subversion</a> both its
    name and repository design, pronounces "Subversion" for posterity's
    sake.  Or something.</p>