You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by lu...@apache.org on 2017/12/01 22:34:50 UTC

svn commit: r1816924 [2/3] - in /subversion/site/publish: ./ docs/ docs/community-guide/ docs/release-notes/ security/

Modified: subversion/site/publish/download.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/download.html?rev=1816924&r1=1816923&r2=1816924&view=diff
==============================================================================
--- subversion/site/publish/download.html (original)
+++ subversion/site/publish/download.html Fri Dec  1 22:34:50 2017
@@ -33,7 +33,7 @@
    
 <p>The following are the currently supported versions of Subversion.  Older
    releases are available from the
-   <a href="http://archive.apache.org/dist/subversion/">archive download
+   <a href="https://archive.apache.org/dist/subversion/">archive download
    site</a>.</p>
 
 <p>The Apache Subversion project only distributes source code, but a number
@@ -72,7 +72,7 @@ Other mirrors:
 <input type="submit" value="Change" />
 </form>
 
-<p>You may also consult the <a href="http://www.apache.org/mirrors/">complete
+<p>You may also consult the <a href="https://www.apache.org/mirrors/">complete
    list of mirrors</a>.</p>
 
 </div>  <!-- #mirror -->
@@ -206,22 +206,22 @@ Other mirrors:
   <td class="checksum">26522a1fa708ecaa9684b41065db8d6a02dbc098</td>
   <!-- The sha512 line does not have a class="checksum" since the link needn't
        be rendered in monospace. -->
-  <td>[<a href="http://www.apache.org/dist/subversion/subversion-[prerelease].tar.gz.sha512">SHA-512</a>]</td>
-  <td>[<a href="http://www.apache.org/dist/subversion/subversion-[prerelease].tar.gz.asc">PGP</a>]</td>
+  <td>[<a href="https://www.apache.org/dist/subversion/subversion-[prerelease].tar.gz.sha512">SHA-512</a>]</td>
+  <td>[<a href="https://www.apache.org/dist/subversion/subversion-[prerelease].tar.gz.asc">PGP</a>]</td>
 </tr><tr>
   <td><a href="[preferred]subversion/subversion-[prerelease].zip">subversion-[prerelease].zip</a></td>
   <td class="checksum">d39ac7b98b5aa8a0e868b7ebda2f73f07817f933</td>
   <!-- The sha512 line does not have a class="checksum" since the link needn't
        be rendered in monospace. -->
-  <td>[<a href="http://www.apache.org/dist/subversion/subversion-[prerelease].zip.sha512">SHA-512</a>]</td>
-  <td>[<a href="http://www.apache.org/dist/subversion/subversion-[prerelease].zip.asc">PGP</a>]</td>
+  <td>[<a href="https://www.apache.org/dist/subversion/subversion-[prerelease].zip.sha512">SHA-512</a>]</td>
+  <td>[<a href="https://www.apache.org/dist/subversion/subversion-[prerelease].zip.asc">PGP</a>]</td>
 </tr><tr>
   <td><a href="[preferred]subversion/subversion-[prerelease].tar.bz2">subversion-[prerelease].tar.bz2</a></td>
   <td class="checksum">0967ff292490d6643d3f94290d4d822fde9b6a36</td>
   <!-- The sha512 line does not have a class="checksum" since the link needn't
        be rendered in monospace. -->
-  <td>[<a href="http://www.apache.org/dist/subversion/subversion-[prerelease].tar.bz2.sha512">SHA-512</a>]</td>
-  <td>[<a href="http://www.apache.org/dist/subversion/subversion-[prerelease].tar.bz2.asc">PGP</a>]</td>
+  <td>[<a href="https://www.apache.org/dist/subversion/subversion-[prerelease].tar.bz2.sha512">SHA-512</a>]</td>
+  <td>[<a href="https://www.apache.org/dist/subversion/subversion-[prerelease].tar.bz2.asc">PGP</a>]</td>
 </tr>
 </table>
 
@@ -235,7 +235,7 @@ Other mirrors:
 
 <p>Looking for previous releases of Subversion?  All Subversion
    releases are available for download from the
-   <a href="http://archive.apache.org/dist/subversion/" >Apache
+   <a href="https://archive.apache.org/dist/subversion/" >Apache
    distribution archive</a>.  Please note that, with the exception of
    our <a href="#recommended-release">recommended</a> and
    other <a href="#supported-releases">supported</a> releases,
@@ -256,7 +256,7 @@ Other mirrors:
 
 <p>It is essential that you verify the integrity of the downloaded
    files using the PGP signatures and/or file checksums.  Please read
-   <a href="http://httpd.apache.org/dev/verification.html">Verifying
+   <a href="https://httpd.apache.org/dev/verification.html">Verifying
    Apache HTTP Server Releases</a> for more information on why you
    should verify our releases.  (The same rationale applies to
    Subversion as to HTTP Server.)</p>
@@ -265,7 +265,7 @@ Other mirrors:
    the <a href="https://people.apache.org/keys/group/subversion.asc"
    >KEYS</a> as well as the <code>asc</code> signature file for the
    particular distribution. Make sure you get these files from the
-   <a href="http://www.apache.org/dist/subversion/" >main distribution
+   <a href="https://www.apache.org/dist/subversion/" >main distribution
    directory</a>, rather than from a mirror. Then verify the
    signatures as follows:</p>
 
@@ -287,7 +287,7 @@ Other mirrors:
 <p>Alternatively, you can verify at least the SHA1 checksum on the
    files.  A unix program called <code>sha1</code> or <code>sha1sum</code>
    is included in many unix distributions.  It is also available as
-   part of <a href="http://www.gnu.org/software/textutils/textutils.html"
+   part of <a href="https://www.gnu.org/software/textutils/textutils.html"
    >GNU Textutils</a>.</p>
 
 </div>  <!-- #verifying -->

Modified: subversion/site/publish/faq.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/faq.html?rev=1816924&r1=1816923&r2=1816924&view=diff
==============================================================================
--- subversion/site/publish/faq.html (original)
+++ subversion/site/publish/faq.html Fri Dec  1 22:34:50 2017
@@ -319,9 +319,9 @@ See <a href="/quick-start">Quick Start</
 <p>No, Subversion is open source / free software.  Several companies
 (CollabNet, WANdisco, VisualSVN, elego, ...) pay or have payed the salaries
 of some full-time developers, but the
-software carries an <a href="http://www.apache.org/licenses/LICENSE-2.0"
+software carries an <a href="https://www.apache.org/licenses/LICENSE-2.0"
 >Apache License</a> which is fully compliant with
-the <a href="http://www.debian.org/social_contract#guidelines">Debian
+the <a href="https://www.debian.org/social_contract#guidelines">Debian
 Free Software Guidelines</a>.  In other words, you are free to
 download, modify, and redistribute Subversion as you please; no
 permission from any company or any person is required.</p>
@@ -385,7 +385,7 @@ Community Guide</a>.</p>
 <p>All modern flavors of Unix, Win32, BeOS, OS/2, MacOS X.</p>
 
 <p>Subversion is written in ANSI C and uses APR, the <a
-href="http://apr.apache.org">Apache Portable Runtime</a> library, as a
+href="https://apr.apache.org">Apache Portable Runtime</a> library, as a
 portability layer.  The Subversion client will run anywhere APR runs,
 which is most places.  The Subversion server (i.e., the repository
 side) is the same, except that it will not host a Berkeley DB repository
@@ -672,14 +672,14 @@ For more information, see
 </h3>
 
 <p>Vectorized versions of the Subversion logo are available in the <a
-href="http://svn.apache.org/repos/asf/subversion/site/publish">logo directory of the www
-tree</a> of the <a href="http://svn.apache.org/repos/asf/subversion/trunk">Subversion
+href="https://svn.apache.org/repos/asf/subversion/site/publish">logo directory of the www
+tree</a> of the <a href="https://svn.apache.org/repos/asf/subversion/trunk">Subversion
 repository</a>.</p>
 
 <p>Specifically, an <a
-href="http://svn.apache.org/repos/asf/subversion/site/publish/logo/subversion_logo.eps">EPS
+href="https://svn.apache.org/repos/asf/subversion/site/publish/logo/subversion_logo.eps">EPS
 version</a>, as well as an <a
-href="http://svn.apache.org/repos/asf/subversion/site/publish/logo/subversion_logo.ai">Adobe
+href="https://svn.apache.org/repos/asf/subversion/site/publish/logo/subversion_logo.ai">Adobe
 Illustrator document</a> are available.</p>
 
 </div>
@@ -701,10 +701,10 @@ other resources available:</p>
        >users@subversion.apache.org</a>)
        &mdash; note that the list is <a href="#moderation">moderated</a>, so
        there may be a delay before your post shows up</li>
-  <li><a href="http://svn.haxx.se/users/">The Subversion Users list
+  <li><a href="https://svn.haxx.se/users/">The Subversion Users list
        archives</a></li>
   <li>IRC on channel #svn on irc.freenode.net</li>
-  <li><a href="http://www.svnforum.org/">svnforum.org</a>, an unofficial
+  <li><a href="https://www.svnforum.org/">svnforum.org</a>, an unofficial
   web-based forum with approximately the same target audience as the mailing
   list</li>
 </ul>
@@ -814,7 +814,7 @@ to 1.9.6 to prevent future insertion of
 </h3>
 <p>Use the Subversion client:</p>
 <pre>
-	$ svn co http://svn.apache.org/repos/asf/subversion/trunk subversion
+	$ svn co https://svn.apache.org/repos/asf/subversion/trunk subversion
 </pre>
 <p>That will check out a copy of the Subversion source tree into a
 directory named subversion on your local machine.</p>
@@ -1114,7 +1114,7 @@ to select and reorder revisions when mer
 several repositories.  For instance the 
 <a href="http://www.coelho.net/svn-merge-repos.html">svn-merge-repos.pl</a> 
 perl script for basic operations and the
-<a href="http://svn.borg.ch/svndumptool/">SvnDumpTool</a> python classes
+<a href="https://svn.borg.ch/svndumptool/">SvnDumpTool</a> python classes
 for advanced reorganisations.</p>
 </div>
 
@@ -1704,8 +1704,8 @@ do svnlook propget -r $i --revprop $REPO
 
 <p><a href="http://tortoisesvn.tigris.org">TortoiseSVN</a> has an excellent
 document that describes setting up a Subversion server on Windows. Go to
-<a href="http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-serversetup.html#tsvn-serversetup-apache-5"
->http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-serversetup.html#tsvn-serversetup-apache-5</a>,
+<a href="https://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-serversetup.html#tsvn-serversetup-apache-5"
+>https://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-serversetup.html#tsvn-serversetup-apache-5</a>,
 to see the section on SSPI authentication.</p>
 
 <p>An important part of the configuration is the line:</p>
@@ -2131,7 +2131,7 @@ export SVN_SSH
 </pre>
 
       <p><a
-      href="http://svn.apache.org/repos/asf/subversion/trunk/notes/ssh-tricks">This
+      href="https://svn.apache.org/repos/asf/subversion/trunk/notes/ssh-tricks">This
       file</a> discusses this topic in more detail.</p>
       
 </div>
@@ -2182,8 +2182,8 @@ users configure their clients' auto-prop
 
 <p>You could write a pre-commit hook script to reject any commit which
 forgets to add properties to new files (see <a
-href="http://svn.apache.org/repos/asf/subversion/trunk/contrib/hook-scripts/check-mime-type.pl"
->http://svn.apache.org/repos/asf/subversion/trunk/contrib/hook-scripts/check-mime-type.pl</a>
+href="https://svn.apache.org/repos/asf/subversion/trunk/contrib/hook-scripts/check-mime-type.pl"
+>https://svn.apache.org/repos/asf/subversion/trunk/contrib/hook-scripts/check-mime-type.pl</a>
 for example).  However, this approach may be overkill.  If somebody
 forgets to set <tt>svn:eol-style</tt>, for example, it will be noticed
 the minute somebody else opens the file on a different OS.  Once
@@ -2401,7 +2401,7 @@ on Windows?
 
 <p>For versions 1.4.0 and later, you can find
 instructions <a
-href="http://svn.apache.org/repos/asf/subversion/trunk/notes/windows-service.txt">here</a>.</p>
+href="https://svn.apache.org/repos/asf/subversion/trunk/notes/windows-service.txt">here</a>.</p>
 
 <p>In versions before 1.4.0, the <tt>svnserve</tt> binary itself could
 not be installed as a Windows service, but there are a number of
@@ -2410,7 +2410,7 @@ not be installed as a Windows service, b
 <ul>
 <li><a href="http://www.clanlib.org/~mbn/svnservice/">SVNService</a>
 is a free tool written by Magnus Norddahl</li>
-<li><a href="http://support.microsoft.com/kb/q137890/">SrvAny</a>
+<li><a href="https://support.microsoft.com/kb/q137890/">SrvAny</a>
 is avaliable free of charge from Microsoft</li>
 </ul>
 
@@ -2497,7 +2497,7 @@ href="http://svnbook.red-bean.com/nightl
 <tt>svn propset</tt>.)</p>
 
 <p>Subversion 1.7 and later can optionally be compiled with support for
-<a href="http://www.darwinsys.com/file/">libmagic</a> to detect
+<a href="https://www.darwinsys.com/file/">libmagic</a> to detect
 MIME types of binary files which are added to version control.
 This feature is used only for binary files for which no MIME type
 is found via auto-props or the mime-types-file configuration option.
@@ -3047,7 +3047,7 @@ the filesystem for changes (anti-virus s
 COM+ Event Notification Service).  This is not really a bug in Subversion,
 which makes it difficult for us to fix.  A summary of the current state of
 the investigation is available <a href=
-"http://svn.haxx.se/dev/archive-2003-10/0136.shtml">here</a>.
+"https://svn.haxx.se/dev/archive-2003-10/0136.shtml">here</a>.
 A workaround that should reduce the incidence rate for most people was
 implemented in revision 7598; if you have an earlier version, please
 update to the latest release.
@@ -3140,8 +3140,8 @@ to see if the description there matches
 environment variable CFLAGS for configuration and build
 will make xlc a bit more flexible and the code should
 compile without error.  See
-<a href="http://svn.haxx.se/dev/archive-2004-01/0922.shtml"
->http://svn.haxx.se/dev/archive-2004-01/0922.shtml</a> and
+<a href="https://svn.haxx.se/dev/archive-2004-01/0922.shtml"
+>https://svn.haxx.se/dev/archive-2004-01/0922.shtml</a> and
 its associated thread for more details.
 </p>
 
@@ -3417,7 +3417,7 @@ is still at r7, you do not see the log i
 
 <p>Note: this assumes the repository is being served by Apache 2.0.x.</p>
 
-<p>There is <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=34332"
+<p>There is <a href="https://issues.apache.org/bugzilla/show_bug.cgi?id=34332"
 >a bug in APR 0.9.6</a> that is present when it is running on Tiger,
 and shows up when you attempt to check out a file larger than 64Kb.
 The resulting checkout fails, often with unpredictable error messages.
@@ -3503,15 +3503,15 @@ and the thread it spawned for a detailed
 <p>In any case, after encountering this problem on a Debian GNU/Linux
 system running a newly-dist-upgraded 'testing' distribution on 15 Nov
 2005, the solution was to build <a
-href="http://www.gnu.org/software/libtool/libtool.html">libtool&nbsp;1.5.20</a>
+href="https://www.gnu.org/software/libtool/libtool.html">libtool&nbsp;1.5.20</a>
 from source, using the standard "./configure &amp;&amp; make &amp;&amp;
 sudo&nbsp;make&nbsp;install" recipe.  After that, I did a 'make&nbsp;clean' in
 my Subversion working copy tree, './autogen.sh', './configure', 'make',
 and everything worked fine.</p>
 
 <p>Note that another report of these symptoms appeared at <a
-href="http://svn.haxx.se/dev/archive-2003-01/1125.shtml"
->http://svn.haxx.se/dev/archive-2003-01/1125.shtml</a>, though the
+href="https://svn.haxx.se/dev/archive-2003-01/1125.shtml"
+>https://svn.haxx.se/dev/archive-2003-01/1125.shtml</a>, though the
 solution described here was not mentioned in that thread.</p>
 
 </div>
@@ -3775,7 +3775,7 @@ wc/$ svn status
 </h3>
 
 <p>A careful examination of the Windows API documentation regarding <a
-href="http://msdn.microsoft.com/en-us/library/aa365247(VS.85).aspx#maxpath"
+href="https://msdn.microsoft.com/en-us/library/aa365247(VS.85).aspx#maxpath"
 >Naming a File</a> reveals the most common reason why this happens. In
 short, you can address significantly longer path names when using the
 Unicode versions of the Windows path functions, and providing absolute
@@ -3869,8 +3869,8 @@ downgrade working copies when doing so i
 
 <blockquote>
 <p><a
-href="http://svn.apache.org/repos/asf/subversion/trunk/tools/client-side/change-svn-wc-format.py"
->http://svn.apache.org/repos/asf/subversion/trunk/tools/client-side/change-svn-wc-format.py</a></p>
+href="https://svn.apache.org/repos/asf/subversion/trunk/tools/client-side/change-svn-wc-format.py"
+>https://svn.apache.org/repos/asf/subversion/trunk/tools/client-side/change-svn-wc-format.py</a></p>
 </blockquote>
 
 <p>Run that script with the "<tt>--help</tt>" option to see how to use
@@ -4016,7 +4016,7 @@ uses correct values for <tt>ServerName</
 
 <p>
 A client-side fix is to update OpenSSL to version 1.0.0d.
-See <a href="http://svn.haxx.se/dev/archive-2011-09/0047.shtml"
+See <a href="https://svn.haxx.se/dev/archive-2011-09/0047.shtml"
 >this post to the Subversion developer mailing list</a> for details.
 </p>
 
@@ -4127,7 +4127,7 @@ cause spurious merge conflicts due to ap
 differences in the child's and parent's merge histories.</p>
 
 <p>For additional details and discussion about this behaviour, see
-<a href="http://mail-archives.apache.org/mod_mbox/subversion-users/201011.mbox/%3CAANLkTin0xJwxg78rU-83QafOt-bcfgML_pB2AHWt2z1s%40mail.gmail.com%3E"
+<a href="https://mail-archives.apache.org/mod_mbox/subversion-users/201011.mbox/%3CAANLkTin0xJwxg78rU-83QafOt-bcfgML_pB2AHWt2z1s%40mail.gmail.com%3E"
 >this post on the users mailing list</a>.</p>
 
 </div>
@@ -4142,12 +4142,12 @@ differences in the child's and parent's
 <p>Passwords which contain non-ASCII characters may not work reliably
 with the basic authentication mechanisms Subversion supports. This is
 due to potential character encoding differences between the client and
-server systems. See <a href="http://mail-archives.apache.org/mod_mbox/subversion-users/201204.mbox/%3C87obqpxnis.fsf@stat.home.lan%3E"
+server systems. See <a href="https://mail-archives.apache.org/mod_mbox/subversion-users/201204.mbox/%3C87obqpxnis.fsf@stat.home.lan%3E"
 >this mailing list post</a> for details.</p>
 
 <p>As a workaround, you can configure your Subversion server to use a
 single-sign-on mechanism, such as Kerberos or SSPI.
-See the <a href="http://httpd.apache.org/docs/"
+See the <a href="https://httpd.apache.org/docs/"
 >Apache HTTPD server documentation</a> for details.
 If you are using svnserve, see the <a href="http://svnbook.red-bean.com/en/1.7/svn.serverconfig.svnserve.html#svn.serverconfig.svnserve.sasl"
 >'Using svnserve with SASL' chapter</a> in the Subversion book.</p>
@@ -4192,7 +4192,7 @@ RequestHeader set Depth 0 env=method_is_
 makes mod_dav avoid the crawl of the tree being copied (yet still lets
 Subversion perform a normal recursive copy).</p>
 
-<p>See <a href="http://mail-archives.apache.org/mod_mbox/subversion-users/201503.mbox/%3CCAB84uBUp2kfJgZOadBDoRKHuQvTABeTO0PBUDV3m1fBcAijpQw@mail.gmail.com%3E"
+<p>See <a href="https://mail-archives.apache.org/mod_mbox/subversion-users/201503.mbox/%3CCAB84uBUp2kfJgZOadBDoRKHuQvTABeTO0PBUDV3m1fBcAijpQw@mail.gmail.com%3E"
 >this mailing list thread</a> for more details.</p>
 
 </div>
@@ -4212,8 +4212,8 @@ Subversion perform a normal recursive co
     title="Link to this section">&para;</a>
 </h3>
  See
- <a href="http://svn.apache.org/repos/asf/subversion/trunk/subversion/tests/cmdline/README"
- >http://svn.apache.org/repos/asf/subversion/trunk/subversion/tests/cmdline/README</a>
+ <a href="https://svn.apache.org/repos/asf/subversion/trunk/subversion/tests/cmdline/README"
+ >https://svn.apache.org/repos/asf/subversion/trunk/subversion/tests/cmdline/README</a>
 </div>
 
 
@@ -4313,8 +4313,8 @@ to 1.9+ servers.</p>
 
 <p>The details of the protocol are documented here:</p>
 
-<a href="http://svn.apache.org/repos/asf/subversion/trunk/notes/http-and-webdav/webdav-protocol"
-        >http://svn.apache.org/repos/asf/subversion/trunk/notes/http-and-webdav/webdav-protocol</a>
+<a href="https://svn.apache.org/repos/asf/subversion/trunk/notes/http-and-webdav/webdav-protocol"
+        >https://svn.apache.org/repos/asf/subversion/trunk/notes/http-and-webdav/webdav-protocol</a>
 
 </div>
 
@@ -4325,7 +4325,7 @@ to 1.9+ servers.</p>
     title="Link to this section">&para;</a>
 </h3>
 
-<p>See Poul-Henning Kamp's post to freebsd-hackers: <a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/misc.html#BIKESHED-PAINTING">http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/misc.html#BIKESHED-PAINTING</a>.
+<p>See Poul-Henning Kamp's post to freebsd-hackers: <a href="https://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/misc.html#BIKESHED-PAINTING">https://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/misc.html#BIKESHED-PAINTING</a>.
 </p>
 
 </div>
@@ -4406,8 +4406,8 @@ real data loss in the repository.</p>
 </a>so you will now see a CVSSv2 Base Score and Vector in the Severity section
 of our advisories.  CVSSv2 is the current version of the Common Vulnerability
 Scoring System which is an open industry standard for assessing the severity
-of computer system security vulnerabilities.  <a href="http://www.first.org/"
->FIRST</a> maintains the <a href="http://www.first.org/cvss/v2/guide"
+of computer system security vulnerabilities.  <a href="https://www.first.org/"
+>FIRST</a> maintains the <a href="https://www.first.org/cvss/v2/guide"
 >documentation</a> for the standard.
 </p>
 
@@ -4888,8 +4888,8 @@ Function not implemented
 <p>To use the NPTL version of Berkeley DB you also need to use a glibc
 library with NPTL support, which probably means the i686 version. See
 <a
-href="http://svn.haxx.se/users/archive-2004-03/0488.shtml">
-http://svn.haxx.se/users/archive-2004-03/0488.shtml
+href="https://svn.haxx.se/users/archive-2004-03/0488.shtml">
+https://svn.haxx.se/users/archive-2004-03/0488.shtml
 </a> for details.
 </p>
 

Modified: subversion/site/publish/faq.ja.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/faq.ja.html?rev=1816924&r1=1816923&r2=1816924&view=diff
==============================================================================
--- subversion/site/publish/faq.ja.html (original)
+++ subversion/site/publish/faq.ja.html Fri Dec  1 22:34:50 2017
@@ -188,7 +188,7 @@ CollabNetが所有して�
 </h3>
 
 <p>いや、Subversionはオープンソースでありフリーソフトウェアだよ。
-CollabNetは、何人かのフルタイム開発者へ給料を払っていて、コードのコピーライトをもっているけど、でもそのコピーライトは、<a href="http://www.debian.org/social_contract#guidelines">Debian Free Software Guidelines</a>へ完全準拠な<a href="http://subversion.tigris.org/license-1.html">Apache/BSD-style ライセンス</a>だ。
+CollabNetは、何人かのフルタイム開発者へ給料を払っていて、コードのコピーライトをもっているけど、でもそのコピーライトは、<a href="https://www.debian.org/social_contract#guidelines">Debian Free Software Guidelines</a>へ完全準拠な<a href="http://subversion.tigris.org/license-1.html">Apache/BSD-style ライセンス</a>だ。
 言い換えれば、ダウンロードや改変、そして再配布は、あなたが望むように、自由に行える。
 CollabNetや他の人に許諾を得る必要はない。</p>
 
@@ -238,7 +238,7 @@ CollabNetや他の人に�
 
 <p>最近のUNIXや、Win32、BeOS、OS/2、MacOS Xで動作する。</p>
 
-<p>Subversionは ANSI C で書かれていて、APR(<a href="http://apr.apache.org">Apache Portable Rutime Library</a>)をポータビリティ実現の為に使っている。
+<p>Subversionは ANSI C で書かれていて、APR(<a href="https://apr.apache.org">Apache Portable Rutime Library</a>)をポータビリティ実現の為に使っている。
 Subversionクライアントは、APRを稼動可能なOS上ならば何処ででも動作するだろうから、多くの環境で使うことが出来る。
 Subversionサーバ(つまり、リポジトリ側)についても同様だけど、Win9xプラットフォーム(Win95/Win98/WinME)では、Berkeley DBリポジトリを使うことは出来ない。
 これは、Win95上の Berkeley DB に、shared-memory セグメント問題が存在するためだ。(version 1.1から導入された)FSFSリポジトリにはこの制約は存在しない。
@@ -458,9 +458,9 @@ Win32システムにã�
   <li><a href="http://svnbook.red-bean.com">The Subversion Book</a></li>
   <li><a href="http://subversion.tigris.org/servlets/ProjectMailingListList">Subversion ユーザーズメイリングリスト</a> (<a href="mailto:users@subversion.tigris.org">users@subversion.tigris.org</a>)
        &mdash; 注意: このメイリングリストは<a href="#moderation">モデレータ制</a>だから、あなたの投稿が配送されるまでには、少し遅延があるかも。</li>
-  <li><a href="http://svn.haxx.se/users/">Subversion ユーザーズリストのアーカイブ</a></li>
+  <li><a href="https://svn.haxx.se/users/">Subversion ユーザーズリストのアーカイブ</a></li>
   <li>IRC。irc.freenode.net の #svn チャンネルにて。</li>
-  <li><a href="http://www.svnforum.org/">svnforum.org</a>。Webベースの非公式なフォーラムで、メイリングリストと同じ程度の層を参加者のターゲットにしている。</li>
+  <li><a href="https://www.svnforum.org/">svnforum.org</a>。Webベースの非公式なフォーラムで、メイリングリストと同じ程度の層を参加者のターゲットにしている。</li>
 </ul>
 
 </div>
@@ -727,7 +727,7 @@ Apacheのアクセスã‚
 
 <p>あわせて<a href="links.html#misc_utils">miscellaneous utilities</a>も探して見よう。
 複数のリポジトリをマージする時に、リビジョンの選択や並び換えを行うために役に立つツールを見つけることが出来る。
-特に、基本的な操作を行うためには<a href="http://www.coelho.net/svn-merge-repos.html">svn-merge-repos.pl</a>という perl スクリプトが、また、より高度な再編成を行う際には<a href="http://svn.borg.ch/svndumptool/">SvnDumpTool</a>という python クラスが有益だ。</p>
+特に、基本的な操作を行うためには<a href="http://www.coelho.net/svn-merge-repos.html">svn-merge-repos.pl</a>という perl スクリプトが、また、より高度な再編成を行う際には<a href="https://svn.borg.ch/svndumptool/">SvnDumpTool</a>という python クラスが有益だ。</p>
 </div>
 
 
@@ -1008,7 +1008,7 @@ $ svnadmin setlog REPOS_PATH -r N FILE
 </h3>
 
 <p><a href="http://tortoisesvn.tigris.org">TortoiseSVN</a>には、Windows 上で Subversion サーバを設定する為の、素晴らしいドキュメントが同梱されている。
-<a href="http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-serversetup.html#tsvn-serversetup-apache-5">http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-serversetup.html#tsvn-serversetup-apache-5</a>へアクセスして、SSPI認証のセクションを参照してみよう。</p>
+<a href="https://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-serversetup.html#tsvn-serversetup-apache-5">https://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-serversetup.html#tsvn-serversetup-apache-5</a>へアクセスして、SSPI認証のセクションを参照してみよう。</p>
 
 <p>設定上の重要な箇所は、次の行。</p>
 <pre>
@@ -1217,7 +1217,7 @@ svn_version.c: FORCE
 
 <p>
 Windowsユーザは、<tt>SubWCRev.exe</tt>コマンドが使えるだろう。
-これは、<a href="http://tortoisesvn.net/downloads">TortoiseSVN</a>のダウンロードページから入手できる。
+これは、<a href="https://tortoisesvn.net/downloads">TortoiseSVN</a>のダウンロードページから入手できる。
 これは、指定されたファイル中に書かれている全ての <tt>$WCREV$</tt> タグを、現在の作業コピーのリビジョンへと置き換える。
 </p>
 
@@ -1581,7 +1581,7 @@ Subversionは透過とな
 
 <ul>
 <li><a href="http://www.clanlib.org/~mbn/svnservice/">SVNService</a>は Magnus Norddahl が作ったフリーなツール。</li>
-<li><a href="http://support.microsoft.com/kb/q137890/">SrvAny</a> は Microsoft が作ったもので、無料で利用可能。</li>
+<li><a href="https://support.microsoft.com/kb/q137890/">SrvAny</a> は Microsoft が作ったもので、無料で利用可能。</li>
 </ul>
 
 <p><tt>svnserve</tt> をサービスとして稼動させる方法に関しては、<a href="http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-serversetup-svnserve.html">TortiseSVN マニュアル</a>にもう少し記述があるよ。</p>
@@ -2203,7 +2203,7 @@ Function not implemented
 <li><code>LD_ASSUME_KERNEL</code>環境変数が<code>2.2.5</code>にセットされているかを確認し、もし設定されている場合には、Subversion(Apache)を起動する前にその設定を解除する(多分、この変数は Red Hat 9 上で Wine または Winex を実行するために設定したのだろう)。</li>
 </ul>
 <p>Berkeley DBのNPTLバージョンを使う為には、NPTLをサポートした glibc ライブラリも一緒に使う必要がある。これは大抵 i686 版を意味するだろう。
-詳細は、<a href="http://svn.haxx.se/users/archive-2004-03/0488.shtml">http://svn.haxx.se/users/archive-2004-03/0488.shtml</a>を参照のこと。
+詳細は、<a href="https://svn.haxx.se/users/archive-2004-03/0488.shtml">https://svn.haxx.se/users/archive-2004-03/0488.shtml</a>を参照のこと。
 </p>
 
 </div>
@@ -2238,7 +2238,7 @@ rev 24:&nbsp; (no author) | 2003-07-29 1
 
 <p>これは、ファイルシステムの変更を監視している、様々な Windowsのサービス(アンチウイルスソフトウェアやインデキシングサービス、COM+イベント通知サービス)によって引き起こされる。
 これは、実際には Subversion のバグではない為、修正するのが困難だ。
-現状の調査結果のまとめが<a href="http://svn.haxx.se/dev/archive-2003-10/0136.shtml">ここ</a>にある。
+現状の調査結果のまとめが<a href="https://svn.haxx.se/dev/archive-2003-10/0136.shtml">ここ</a>にある。
 多くの人々にとって、この問題の発生頻度を削減するための回避策が、revision 7598で実装された。
 もし、これよりも以前の版を使っているならば、最新の版へアップデートしてみて欲しい。
 </p>
@@ -2303,7 +2303,7 @@ rev 24:&nbsp; (no author) | 2003-07-29 1
 
 <p>コンフィギュレーション時とビルド時に、CFLAGS 環境変数へ<tt>-qlanglvl=extended </tt>を設定して、xlc を少し融通の利くようにしてあげよう。
 これで、エラー無しにコンパイルできるようになる筈だ。
-詳細は、<a href="http://svn.haxx.se/dev/archive-2004-01/0922.shtml">http://svn.haxx.se/dev/archive-2004-01/0922.shtml</a>ならびに、関連スレッドを参照のこと。</p>
+詳細は、<a href="https://svn.haxx.se/dev/archive-2004-01/0922.shtml">https://svn.haxx.se/dev/archive-2004-01/0922.shtml</a>ならびに、関連スレッドを参照のこと。</p>
 
 </div>
  
@@ -2556,7 +2556,7 @@ Subversion に於いてã�
 
 <p>注意: これは、Apache 2.0.x でリポジトリが提供されていることを想定している。</p>
 
-<p>APR 0.9.6 には、Tiger 上で稼動させると生じる<a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=34332">バグ</a>があり、64Kb より大きなファイルをチェックアウトしようとすると発症する。
+<p>APR 0.9.6 には、Tiger 上で稼動させると生じる<a href="https://issues.apache.org/bugzilla/show_bug.cgi?id=34332">バグ</a>があり、64Kb より大きなファイルをチェックアウトしようとすると発症する。
 チェックアウト失敗の結果は、しばしば、意味不明なメッセージを伴っている。あなたがクライアント側で目にするかもしれない幾つかのメッセージを以下に示そう(エラー詳細は異なっているかもしれない):</p>
 
 <pre>
@@ -2623,10 +2623,10 @@ Subversion に於いてã�
 私は、この FAQエントリを書く前に、詳細を確認している時間がとれなかったんだ。
 ともかく、本件に関して詳細な議論の行われた、<a href="http://subversion.tigris.org/servlets/ReadMsg?list=dev&amp;msgNo=112617">http://subversion.tigris.org/servlets/ReadMsg?list=dev&amp;msgNo=112617</a>とそのスレッドを確認して欲しい)。</p>
 
-<p>何れにせよ、2005/11/15 時点の newly-dist-upgraded 'testing'ディストリビューションである Debian GNU/Linux システム上でこの問題に遭遇した時には、唯一の解法は、<a href="http://www.gnu.org/software/libtool/libtool.html">libtool&nbsp;1.5.20</a>を、通常の「./configure &amp;&amp; make &amp;&amp;sudo&nbsp;make&nbsp;install」手順に従ってソースから構築することだった。
+<p>何れにせよ、2005/11/15 時点の newly-dist-upgraded 'testing'ディストリビューションである Debian GNU/Linux システム上でこの問題に遭遇した時には、唯一の解法は、<a href="https://www.gnu.org/software/libtool/libtool.html">libtool&nbsp;1.5.20</a>を、通常の「./configure &amp;&amp; make &amp;&amp;sudo&nbsp;make&nbsp;install」手順に従ってソースから構築することだった。
 その後、私の Subversion 作業コピーツリーで 'make&nbsp;clean' を実行し、'./autogen.sh', './configure','make'とやって、全てが上手く行くようになった。</p>
 
-<p>この事象に関する別のレポートとしては、<a href="http://svn.haxx.se/dev/archive-2003-01/1125.shtml">http://svn.haxx.se/dev/archive-2003-01/1125.shtml</a>があるけど、ここで述べられた解法は、このスレッドの中では言及されていないことに注意して欲しい。</p>
+<p>この事象に関する別のレポートとしては、<a href="https://svn.haxx.se/dev/archive-2003-01/1125.shtml">https://svn.haxx.se/dev/archive-2003-01/1125.shtml</a>があるけど、ここで述べられた解法は、このスレッドの中では言及されていないことに注意して欲しい。</p>
 
 </div>
 
@@ -2977,7 +2977,7 @@ tmpfs  defaults,user,noauto,exec,size=32
 make check CLEANUP=true
 </code></div></blockquote>
 
-<p>RAM ディスクの利用に関する、オリジナルの信用できる議論は、<a href="http://svn.haxx.se/dev/archive-2003-02/0068.shtml">http://svn.haxx.se/dev/archive-2003-02/0068.shtml</a>を参照のこと。</p>
+<p>RAM ディスクの利用に関する、オリジナルの信用できる議論は、<a href="https://svn.haxx.se/dev/archive-2003-02/0068.shtml">https://svn.haxx.se/dev/archive-2003-02/0068.shtml</a>を参照のこと。</p>
 
 </div>
 
@@ -3070,7 +3070,7 @@ gdb を使うならば
     title="Link to this section">&para;</a>
 </h3>
 
-<p>See Poul-Henning Kamp's post to freebsd-hackers: <a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/misc.html#BIKESHED-PAINTING">http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/misc.html#BIKESHED-PAINTING</a>.
+<p>See Poul-Henning Kamp's post to freebsd-hackers: <a href="https://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/misc.html#BIKESHED-PAINTING">https://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/misc.html#BIKESHED-PAINTING</a>.
 </p>
 
 </div>

Modified: subversion/site/publish/faq.zh.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/faq.zh.html?rev=1816924&r1=1816923&r2=1816924&view=diff
==============================================================================
--- subversion/site/publish/faq.zh.html (original)
+++ subversion/site/publish/faq.zh.html Fri Dec  1 22:34:50 2017
@@ -24,7 +24,7 @@
 <a href="http://subversion.tigris.org/faq.html">English</a>
 </p>
 
-<p>本文根据原文r33959,由<a href="http://www.subversion.org.cn">Subversion中文站</a>的中文化翻译小组翻译,欢迎各位参与翻译工作,加入地址:<a href="http://code.google.com/p/svncndoc/">http://code.google.com/p/svncndoc/</a>。参与翻译的志愿者包括<a href="http://rocksun.cn">rocksun</a>、akeybupt2004、<a href="http://www.devespace.cn">zhaozhi</a>和jiaqifeng。
+<p>本文根据原文r33959,由<a href="http://www.subversion.org.cn">Subversion中文站</a>的中文化翻译小组翻译,欢迎各位参与翻译工作,加入地址:<a href="https://code.google.com/p/svncndoc/">https://code.google.com/p/svncndoc/</a>。参与翻译的志愿者包括<a href="http://rocksun.cn">rocksun</a>、akeybupt2004、<a href="http://www.devespace.cn">zhaozhi</a>和jiaqifeng。
 
 </p>
 <h4>常见问题:</h4>
@@ -203,7 +203,7 @@
 
 <p>不是,Subversion一款开源/免费的软件。CollabNet公司为几个全职的开发人员支付薪水,并且拥有相关代码的版权,但是这个版权是<a
 href="http://subversion.tigris.org/license-1.html">一个Apache/BSD-风格的许可证</a>,它完全遵从于<a
-href="http://www.debian.org/social_contract#guidelines">Debian Free
+href="https://www.debian.org/social_contract#guidelines">Debian Free
 Software Guidelines</a>。换句话说,你可以随心所欲的去下载,修改,或者重新发布新的版本,而不需要经过CollabNet公司或者其他任何一个人的许可。</p>
 
 </div>
@@ -246,7 +246,7 @@ Community Guide</a>的“兼å�
 <p>所有现代风格的操作系统,比如Unix, Win32, BeOS, OS/2, MacOS X。</p>
 
 <p>Subversion是用ANSI C来写的,并且使用了APR,也就是<a
-href="http://apr.apache.org">Apache Portable Runtime</a>库作为可移植层。Subversion的客户端将可以运行在任何APR运行的地方,这是最重要的一点。Subversion服务器(例如,版本库端)同样,唯一的例外是在Berkeley DB的Win9x(Win95/Win98/WinME)作为平台的主机上,因为Berkeley DB在Win9x平台上共享存储器的有段问题。FSFS版本库(从版本1.1开始引入)没有这种限制;然而由于Win9x对文件锁定的支持限制,他们仍然不能在Win9x的平台上工作。</p>
+href="https://apr.apache.org">Apache Portable Runtime</a>库作为可移植层。Subversion的客户端将可以运行在任何APR运行的地方,这是最重要的一点。Subversion服务器(例如,版本库端)同样,唯一的例外是在Berkeley DB的Win9x(Win95/Win98/WinME)作为平台的主机上,因为Berkeley DB在Win9x平台上共享存储器的有段问题。FSFS版本库(从版本1.1开始引入)没有这种限制;然而由于Win9x对文件锁定的支持限制,他们仍然不能在Win9x的平台上工作。</p>
 
 <p>重申一下,Subversion客户端可以运行在任何APR所运行的平台上。Subversion服务器也可以运行在任何APR平台所能运行的平台,但是不能在Win95/Win98/WinMe上管理版本库。</p>
 
@@ -441,9 +441,9 @@ href="http://svn.collab.net/repos/svn/tr
        href="mailto:users@subversion.tigris.org"
        >users@subversion.tigris.org</a>)
        &mdash; 注意这个列表需要经过<a href="#moderation">审核</a>,所以在显示之前有一些延迟。</li>
-  <li><a href="http://svn.haxx.se/users/">Subversion用户信息列表。</a></li>
+  <li><a href="https://svn.haxx.se/users/">Subversion用户信息列表。</a></li>
   <li>在线聊天系统(IRC)在irc.freenode.net的#svn频道。</li>
-  <li><a href="http://www.svnforum.org/">svnforum.org</a>一个非官方基于网络的论坛,针对的读者和邮件列表近似。</li>
+  <li><a href="https://www.svnforum.org/">svnforum.org</a>一个非官方基于网络的论坛,针对的读者和邮件列表近似。</li>
 </ul>
 
 </div>
@@ -963,8 +963,8 @@ Guide</a>。</p>
     title="Link to this section">&para;</a>
 </h3>
 
-<p><a href="http://tortoisesvn.tigris.org">TortoiseSVN</a>有个在Windows下设置Subversion服务器的完美文档,可以看<a href="http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-serversetup.html#tsvn-serversetup-apache-5"
->http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-serversetup.html#tsvn-serversetup-apache-5</a>中的SSPI authentication小节。</p>
+<p><a href="http://tortoisesvn.tigris.org">TortoiseSVN</a>有个在Windows下设置Subversion服务器的完美文档,可以看<a href="https://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-serversetup.html#tsvn-serversetup-apache-5"
+>https://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-serversetup.html#tsvn-serversetup-apache-5</a>中的SSPI authentication小节。</p>
 
 <p>配置中比较重要的一部分是这几行:</p>
 <pre>
@@ -1153,7 +1153,7 @@ svn_version.c: FORCE
 
 <p>
 Windows用户会希望使用<tt>SubWCRev.exe</tt>,<a
-href='http://tortoisesvn.net/downloads'>TortoiseSVN的下载页面</a>就有;可以用当前工作拷贝的修订版本替换给定文件中的所有<tt>$WCREV$</tt>标签。
+href='https://tortoisesvn.net/downloads'>TortoiseSVN的下载页面</a>就有;可以用当前工作拷贝的修订版本替换给定文件中的所有<tt>$WCREV$</tt>标签。
 </p>
 
 </div>
@@ -1450,13 +1450,13 @@ href="http://svn.collab.net/repos/svn/tr
 <ul>
 <li><a href="http://www.clanlib.org/~mbn/svnservice/">SVNService</a>
 Magnus Norddahl写的一个免费的工具</li>
-<li><a href="http://support.microsoft.com/kb/q137890/">SrvAny</a>
+<li><a href="https://support.microsoft.com/kb/q137890/">SrvAny</a>
 微软出的免费的工具</li>
 </ul>
 
 <p>在
 <a
-href="http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-serversetup-svnserve.html">
+href="https://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-serversetup-svnserve.html">
 TortoiseSVN手册</a>还有一点内容关于怎么将<tt>svnserve</tt>安装成服务的形式。</p>
 
 </div>
@@ -2026,8 +2026,8 @@ Function not implemented
 <li>检查<code>LD_ASSUME_KERNEL</code>环境变量是否已经设置为了<code>2.2.5</code>,如果是的话,在重新启动Subversion(Apache)之前删除此环境变量。(通常只有当你在Red Hat 9上面运行 Wine或者Winex才需要设置这个环境变量)</li>
 </ul>
 <p>要使用NPTL版本的Berkeley DB,你还需要使用支持NPTL的glibc库,很可能是i686版本。参考<a
-href="http://svn.haxx.se/users/archive-2004-03/0488.shtml">
-http://svn.haxx.se/users/archive-2004-03/0488.shtml</a>。
+href="https://svn.haxx.se/users/archive-2004-03/0488.shtml">
+https://svn.haxx.se/users/archive-2004-03/0488.shtml</a>。
 </p>
 
 </div>
@@ -2061,7 +2061,7 @@ href="http://svnbook.red-bean.com/nightl
     title="Link to this section">&para;</a>
 </h3>
 
-<p>这可能是由于一些监听文件系统变化的windows服务(如杀毒软件,索引服务,COM+事件通知服务)。这不属于Subversion的Bug,所以我们很难修正这个问题。关于这种情况的调查说明可以在<a href="http://svn.haxx.se/dev/archive-2003-10/0136.shtml">这里</a>找到。在7598版本中,对这个问题做了改进,对于大多数人来说,应该会降低这种情况出现的几率。如果你使用的是较早的版本,请更新到最新的发行版。
+<p>这可能是由于一些监听文件系统变化的windows服务(如杀毒软件,索引服务,COM+事件通知服务)。这不属于Subversion的Bug,所以我们很难修正这个问题。关于这种情况的调查说明可以在<a href="https://svn.haxx.se/dev/archive-2003-10/0136.shtml">这里</a>找到。在7598版本中,对这个问题做了改进,对于大多数人来说,应该会降低这种情况出现的几率。如果你使用的是较早的版本,请更新到最新的发行版。
 </p>
 
 </div>
@@ -2117,8 +2117,8 @@ href="http://svnbook.red-bean.com/nightl
 </h3>
 
 <p>在环境变量CFLAGS中加入<tt>-qlanglvl=extended</tt>作为配置参数,这会使到编译xls的时候更加灵活,这样应该不会再出现编译错误了。更详细的信息请参阅
-<a href="http://svn.haxx.se/dev/archive-2004-01/0922.shtml"
->http://svn.haxx.se/dev/archive-2004-01/0922.shtml</a> 及相关的文章。</p>
+<a href="https://svn.haxx.se/dev/archive-2004-01/0922.shtml"
+>https://svn.haxx.se/dev/archive-2004-01/0922.shtml</a> 及相关的文章。</p>
 
 </div>
  
@@ -2339,7 +2339,7 @@ DB 4.3及之后版本ä¹
 
 <p>注意,这里假设版本库是运行在Apache 2.0.x之上。</p>
 
-<p><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=34332"
+<p><a href="https://issues.apache.org/bugzilla/show_bug.cgi?id=34332"
 > APR 0.9.6</a> 有个bug,当运行在Tiger上的时候会存在,当你尝试检出一个大于64KB的文件时会出现这个错误。这会导致检出失败,通常给出的错误信息都是不可预料的。下面是可能会出现的提示信息,你看到的可能不大一样。</p>
 
 <pre>
@@ -2405,8 +2405,8 @@ href="http://subversion.tigris.org/servl
 sudo&nbsp;make&nbsp;install”重新编译,再对工作拷贝执行了一次“make clean”的清理,然后运行“./autogen.sh”, “./configure”,“make”,最后一切都正常了。</p>
 
 <p>注意,有一个类似的反馈也已经发布在 <a
-href="http://svn.haxx.se/dev/archive-2003-01/1125.shtml"
->http://svn.haxx.se/dev/archive-2003-01/1125.shtml</a>,但是在上面却没有提到这个解决方案。</p>
+href="https://svn.haxx.se/dev/archive-2003-01/1125.shtml"
+>https://svn.haxx.se/dev/archive-2003-01/1125.shtml</a>,但是在上面却没有提到这个解决方案。</p>
 
 </div>
 
@@ -2720,8 +2720,8 @@ tmpfs  defaults,user,noauto,exec,size=32
 make check CLEANUP=true
 </code></div></blockquote>
 
-<p>参考 <a href="http://svn.haxx.se/dev/archive-2003-02/0068.shtml"
->http://svn.haxx.se/dev/archive-2003-02/0068.shtml</a> 可以看到更多关于RAM磁盘使用的权威讨论。</p>
+<p>参考 <a href="https://svn.haxx.se/dev/archive-2003-02/0068.shtml"
+>https://svn.haxx.se/dev/archive-2003-02/0068.shtml</a> 可以看到更多关于RAM磁盘使用的权威讨论。</p>
 
 </div>
 
@@ -2812,7 +2812,7 @@ executable format: File format not recog
     title="Link to this section">&para;</a>
 </h3>
 
-<p>参阅 Poul-Henning Kamp的关于freebsd-hackers的帖子:<a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/misc.html#BIKESHED-PAINTING">http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/misc.html#BIKESHED-PAINTING</a>.
+<p>参阅 Poul-Henning Kamp的关于freebsd-hackers的帖子:<a href="https://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/misc.html#BIKESHED-PAINTING">https://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/misc.html#BIKESHED-PAINTING</a>.
 </p>
 
 </div>

Modified: subversion/site/publish/features.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/features.html?rev=1816924&r1=1816923&r2=1816924&view=diff
==============================================================================
--- subversion/site/publish/features.html (original)
+++ subversion/site/publish/features.html Fri Dec  1 22:34:50 2017
@@ -20,7 +20,7 @@
 
 <p>Apache Subversion is a full-featured version control system originally
    designed to be a better 
-   <a href="http://en.wikipedia.org/wiki/Concurrent_Versions_System"
+   <a href="https://en.wikipedia.org/wiki/Concurrent_Versions_System"
    >CVS</a>.  Subversion has since expanded beyond its original goal
    of replacing CVS, but its basic model, design, and interface remain
    heavily influenced by that goal.  Even today, Subversion should

Modified: subversion/site/publish/ideas.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/ideas.html?rev=1816924&r1=1816923&r2=1816924&view=diff
==============================================================================
--- subversion/site/publish/ideas.html (original)
+++ subversion/site/publish/ideas.html Fri Dec  1 22:34:50 2017
@@ -49,10 +49,10 @@ and the <a href="https://live.gnome.org/
     not expose all API elements of the latest Subversion release).
     So even though the bindings are used in many production systems,
     and used to build popular Subversion clients such as <a
-    href="http://subclipse.tigris.org/">Subclipse</a>, there's still
-    plenty of work to do.</p>
+    href="https://github.com/subclipse/subclipse/wiki">Subclipse</a>, there's
+    still plenty of work to do.</p>
     <p>Another huge problem for users of the bindings is a
-    <a href="http://svn.haxx.se/dev/archive-2011-02/0544.shtml"
+    <a href="https://svn.haxx.se/dev/archive-2011-02/0544.shtml"
     >lack of proper documentation</a> specific to the bindings.</p>
 
     <p>Required technical skills:
@@ -60,12 +60,12 @@ and the <a href="https://live.gnome.org/
       <li>Advanced programming experience in the C programming language
           and at least two of Perl, Python, Ruby, Java, and C++.</li>
       <li>Expertise in
-          <a href="http://en.wikipedia.org/wiki/Programming_language"
+          <a href="https://en.wikipedia.org/wiki/Programming_language"
           >programming language theory</a> is strongly recommended.
           You should know what a data type system is and how compilers
           and interpreters work.</li>
       <li>A solid understanding of <a href="http://swig.org/">SWIG</a>
-          and/or <a href="http://en.wikipedia.org/wiki/Java_native_interface"
+          and/or <a href="https://en.wikipedia.org/wiki/Java_native_interface"
           >JNI</a>.</li>
     </ul>
     </p>
@@ -87,9 +87,9 @@ and the <a href="https://live.gnome.org/
   <p>Currently, the texts shown by the <tt>svn help</tt> command are being
      maintained directly in the main source code file of the <tt>svn</tt>
      binary, which can be viewed online <a
-     href="http://svn.apache.org/repos/asf/subversion/trunk/subversion/svn/svn.c"
+     href="https://svn.apache.org/repos/asf/subversion/trunk/subversion/svn/svn.c"
     >here</a>.
-    It has been <a href="http://mail-archives.apache.org/mod_mbox/subversion-dev/201209.mbox/%3C1347648306.66873.YahooMailNeo%40web87705.mail.ir2.yahoo.com%3E"
+    It has been <a href="https://mail-archives.apache.org/mod_mbox/subversion-dev/201209.mbox/%3C1347648306.66873.YahooMailNeo%40web87705.mail.ir2.yahoo.com%3E"
     >proposed</a> to move these help texts into a separate file format instead.</p>
     <p>This could ease maintenance of help text translations, allow shipping
     of UNIX-style manual pages for each <tt>svn</tt> subcommand, and might also
@@ -97,7 +97,7 @@ and the <a href="https://live.gnome.org/
     <a href="http://svnbook.red-bean.com/en/1.7/svn.ref.html"
     >reference section</a> of the
     <a href="http://svnbook.red-bean.com">Subversion Book</a>.</p>
-    <p>It has also been <a href="http://mail-archives.apache.org/mod_mbox/subversion-dev/201209.mbox/%3C20120914200410.GC8439@ted.stsp.name%3E"
+    <p>It has also been <a href="https://mail-archives.apache.org/mod_mbox/subversion-dev/201209.mbox/%3C20120914200410.GC8439@ted.stsp.name%3E"
     >suggested</a> to add a tutorial mode to <tt>svn help</tt> to make
     it easier for new users to get started with Subversion without consulting
     the documentation upfront.</p>

Modified: subversion/site/publish/index.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/index.html?rev=1816924&r1=1816923&r2=1816924&view=diff
==============================================================================
--- subversion/site/publish/index.html (original)
+++ subversion/site/publish/index.html Fri Dec  1 22:34:50 2017
@@ -29,7 +29,7 @@
    world.</p>
 
 <p>Subversion is developed as a project of the
-   <a href="http://www.apache.org/">Apache Software Foundation</a>, and as
+   <a href="https://www.apache.org/">Apache Software Foundation</a>, and as
    such is part of a rich community of developers and users.  We're always
    in need of individuals with a wide range of skills, and we invite you
    to participate in the development of Apache Subversion.  Here's
@@ -72,7 +72,7 @@
  
 <p>Apache Subversion is hosting a yearly (1-week long) event called the
  Subversion Hackathon. During this year's hackathon (which was made available
- due to the kind sponsorship of <a href="http://www.assembla.com">Assembla</a>)
+ due to the kind sponsorship of <a href="https://www.assembla.com">Assembla</a>)
  we are hosting a <a href="https://wiki.apache.org/subversion/Aachen2017MeetAndGreet">meet-and-greet
  event</a>. If you always wanted to meet us in person, this is your chance to get
  us to know other than through the internet. We will also provide a PGP-signing
@@ -96,7 +96,7 @@
  Please see the
  <a href="https://mail-archives.apache.org/mod_mbox/subversion-announce/201708.mbox/%3C2fefe468-7d41-11e7-aea1-9312c6089150%40apache.org%3E"
  >release announcement</a> and the
- <a href="http://svn.apache.org/repos/asf/subversion/tags/1.9.7/CHANGES"
+ <a href="https://svn.apache.org/repos/asf/subversion/tags/1.9.7/CHANGES"
  >change log</a> for more information about this release.</p> 
  
 <p>To get this release from the nearest mirror, please visit our
@@ -116,7 +116,7 @@
  Please see the
  <a href=""
  >release announcement</a> and the
- <a href="http://svn.apache.org/repos/asf/subversion/tags/1.8.19/CHANGES"
+ <a href="https://svn.apache.org/repos/asf/subversion/tags/1.8.19/CHANGES"
  >change log</a> for more information about this release.</p> 
  
 <p>To get this release from the nearest mirror, please visit our
@@ -138,7 +138,7 @@
  >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-alpha3/CHANGES">
+ <a href="https://svn.apache.org/repos/asf/subversion/tags/1.10.0-alpha3/CHANGES">
  change log</a> for information about what will eventually be
  in the 1.10.0 release.</p>
 
@@ -245,16 +245,16 @@
     title="Link to this section">&para;</a>
 </h3>
 
-<!-- see http://www.apache.org/foundation/marks/pmcs -->
+<!-- see https://www.apache.org/foundation/marks/pmcs -->
 <p>The rest of this site is about Subversion &mdash; but Subversion doesn't
-   operate in vaccum.  It is part of the <a href="http://www.apache.org">Apache
-   Software Foundation (ASF)</a>, which &mdash; in addition to the servers that
-   run this site and our mailing lists &mdash; provides financial, technical,
-   and legal backing.  The "About the ASF" section contains links that relate
-   to the <a href="http://www.apache.org/foundation/">the Foundation</a> as
-   a whole.  It lists our
-   <a href="http://www.apache.org/foundation/thanks.html">sponsors</a> and
-   allows you to <a href="http://www.apache.org/foundation/sponsorship.html"
+   operate in vaccum.  It is part of the <a href="https://www.apache.org">Apache
+   >Apache Software Foundation (ASF)</a>, which &mdash; in addition to the
+   servers that run this site and our mailing lists &mdash; provides financial,
+   technical, and legal backing.  The "About the ASF" section contains links
+   that relate to the <a href="https://www.apache.org/foundation/"
+   >the Foundation</a> as a whole.  It lists our
+   <a href="https://www.apache.org/foundation/thanks.html">sponsors</a> and
+   allows you to <a href="https://www.apache.org/foundation/sponsorship.html"
    >donate</a> if you wish.</p>
 
 </div> <!-- #site-overview-asf -->

Propchange: subversion/site/publish/index.html
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Dec  1 22:34:50 2017
@@ -1 +1 @@
-/subversion/site/staging/index.html:1812681-1815122,1815143
+/subversion/site/staging/index.html:1812681-1815122,1815143,1816509-1816580

Modified: subversion/site/publish/mailing-lists.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/mailing-lists.html?rev=1816924&r1=1816923&r2=1816924&view=diff
==============================================================================
--- subversion/site/publish/mailing-lists.html (original)
+++ subversion/site/publish/mailing-lists.html Fri Dec  1 22:34:50 2017
@@ -32,7 +32,7 @@
 <p>If you cannot find the answer in the Subversion book,
    please search the archives:</p>
   <!-- SiteSearch Google -->
-  <form method="get" action="http://www.google.com/custom">
+  <form method="get" action="https://www.google.com/custom">
   <p>
   <input type="hidden" name="domains" value="svn.haxx.se" />
   <input type="hidden" name="sitesearch" value="svn.haxx.se" />
@@ -81,11 +81,11 @@ delay for your post to appear (see below
 <p>All of the following lists are publicly archived. (The sole exception
    is the <a href="#private-ml">private@</a> list whose archives are available
    to its subscribers.) Both public and private archives are available to
-   <a href="http://www.apache.org/foundation/members.html">members</a> of the
+   <a href="https://www.apache.org/foundation/members.html">members</a> of the
    Apache Software Foundation.
    When you send mail to these lists, you are publicly publishing the contents
    without condition, pursuant to the Apache
-   <a href="http://www.apache.org/foundation/public-archives.html">Public
+   <a href="https://www.apache.org/foundation/public-archives.html">Public
    Forum Archive Policy</a>.  This is not a new policy; Subversion's mailing
    list archives have always been public, so please don't take this as a
    deterrent to participating in the community!</p>
@@ -144,10 +144,10 @@ delay for your post to appear (see below
         <tr>
           <td><strong>Archives:</strong></td>
           <td><ul class="nobullet">
-              <li><a href="http://mail-archives.apache.org/mod_mbox/subversion-users/"
+              <li><a href="https://mail-archives.apache.org/mod_mbox/subversion-users/"
                   >mail-archives.apache.org</a>
                   (<a href="http://subversion.apache.org/mail/users/">mbox files</a>)</li>
-              <li><a href="http://svn.haxx.se/users/"
+              <li><a href="https://svn.haxx.se/users/"
                   >svn.haxx.se</a></li>
               <li><a href="http://news.gmane.org/gmane.comp.version-control.subversion.user"
                   >news.gmane.org</a></li>
@@ -160,7 +160,7 @@ delay for your post to appear (see below
               seem like a good way to broadcast information to a large
               group of users.  We would encourage you to think twice
               about doing so.  The tolerance for
-              <a href="http://en.wikipedia.org/wiki/E-mail_spam">spam</a>
+              <a href="https://en.wikipedia.org/wiki/E-mail_spam">spam</a>
               on this list is very low, and by abusing it for
               corporate purposes, you run the very real risk of
               alienating yourself and your company from the greater
@@ -205,10 +205,10 @@ delay for your post to appear (see below
         <tr>
           <td><strong>Archives:</strong></td>
           <td><ul class="nobullet">
-              <li><a href="http://mail-archives.apache.org/mod_mbox/subversion-dev/"
+              <li><a href="https://mail-archives.apache.org/mod_mbox/subversion-dev/"
                   >mail-archives.apache.org</a>
                   (<a href="http://subversion.apache.org/mail/dev/">mbox files</a>)</li>
-              <li><a href="http://svn.haxx.se/dev/"
+              <li><a href="https://svn.haxx.se/dev/"
                   >svn.haxx.se</a></li>
               <li><a href="http://news.gmane.org/gmane.comp.version-control.subversion.devel"
                   >news.gmane.org</a></li>
@@ -246,7 +246,7 @@ delay for your post to appear (see below
         <tr>
           <td><strong>Archives:</strong></td>
           <td><ul class="nobullet">
-              <li><a href="http://mail-archives.apache.org/mod_mbox/subversion-commits/"
+              <li><a href="https://mail-archives.apache.org/mod_mbox/subversion-commits/"
                   >mail-archives.apache.org</a>
                   (<a href="http://subversion.apache.org/mail/commits/">mbox files</a>)</li>
               </ul></td>
@@ -285,7 +285,7 @@ delay for your post to appear (see below
         <tr>
           <td><strong>Archives:</strong></td>
           <td><ul class="nobullet">
-              <li><a href="http://mail-archives.apache.org/mod_mbox/subversion-announce/"
+              <li><a href="https://mail-archives.apache.org/mod_mbox/subversion-announce/"
                   >mail-archives.apache.org</a>
                   (<a href="http://subversion.apache.org/mail/announce/">mbox files</a>)</li>
               </ul></td>
@@ -333,7 +333,7 @@ delay for your post to appear (see below
         <tr>
           <td><strong>Archives:</strong></td>
           <td><ul class="nobullet">
-              <li><a href="http://mail-archives.apache.org/mod_mbox/subversion-notifications/"
+              <li><a href="https://mail-archives.apache.org/mod_mbox/subversion-notifications/"
                   >mail-archives.apache.org</a>
                   (<a href="http://subversion.apache.org/mail/notifications/">mbox files</a>)</li>
               </ul></td>
@@ -422,7 +422,7 @@ delay for your post to appear (see below
    process.</p>
 
 <p>For more details, see the <a
-   href="http://www.apache.org/foundation/mailinglists.html#subscribing"
+   href="https://www.apache.org/foundation/mailinglists.html#subscribing"
    >Subscribing and Unsubscribing</a> section of the ASF Mailing Lists
    page.</p>