Author: luke1410
Date: Tue Nov 28 22:45:17 2017
New Revision: 1816580

URL: http://svn.apache.org/viewvc?rev=1816580&view=rev
Log:
Replace http-URLs with https ones, where available/applicable.

[in site/staging]
* packages.html: replace http URL with https one
* faq.html: the same
* faq.ja.html: the same
* faq.zh.html: the same

Modified:
    subversion/site/staging/faq.html
    subversion/site/staging/faq.ja.html
    subversion/site/staging/faq.zh.html
    subversion/site/staging/packages.html

Modified: subversion/site/staging/faq.html
URL: 
http://svn.apache.org/viewvc/subversion/site/staging/faq.html?rev=1816580&r1=1816579&r2=1816580&view=diff
==============================================================================
--- subversion/site/staging/faq.html (original)
+++ subversion/site/staging/faq.html Tue Nov 28 22:45:17 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>
        >[email protected]</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/%[email protected]%3E";
+server systems. See <a 
href="https://mail-archives.apache.org/mod_mbox/subversion-users/201204.mbox/%[email protected]%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/%3ccab84ubup2kfjgzoadbdorkhuqvtabeto0pbudv3m1fbcaij...@mail.gmail.com%3E";
+<p>See <a 
href="https://mail-archives.apache.org/mod_mbox/subversion-users/201503.mbox/%3ccab84ubup2kfjgzoadbdorkhuqvtabeto0pbudv3m1fbcaij...@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 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 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/staging/faq.ja.html
URL: 
http://svn.apache.org/viewvc/subversion/site/staging/faq.ja.html?rev=1816580&r1=1816579&r2=1816580&view=diff
==============================================================================
--- subversion/site/staging/faq.ja.html (original)
+++ subversion/site/staging/faq.ja.html Tue Nov 28 22:45:17 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:[email protected]";>[email protected]</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/staging/faq.zh.html
URL: 
http://svn.apache.org/viewvc/subversion/site/staging/faq.zh.html?rev=1816580&r1=1816579&r2=1816580&view=diff
==============================================================================
--- subversion/site/staging/faq.zh.html (original)
+++ subversion/site/staging/faq.zh.html Tue Nov 28 22:45:17 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:[email protected]";
        >[email protected]</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/staging/packages.html
URL: 
http://svn.apache.org/viewvc/subversion/site/staging/packages.html?rev=1816580&r1=1816579&r2=1816580&view=diff
==============================================================================
--- subversion/site/staging/packages.html (original)
+++ subversion/site/staging/packages.html Tue Nov 28 22:45:17 2017
@@ -103,14 +103,14 @@
     <pre>$ yum install subversion
 $ yum install mod_dav_svn</pre>
 </li>
-<li><p><a href="http://www.collab.net/downloads/subversion/linux.html";>
+<li><p><a href="https://www.collab.net/downloads/subversion/linux.html";>
         CollabNet</a> (supported and certified by
-       <a href="http://www.collab.net/subversion";
+       <a href="https://www.collab.net/subversion";
        >CollabNet</a>; <em>requires registration</em>)</p>
 </li>
-<li><p><a href="http://www.wandisco.com/subversion/download#centos";>
+<li><p><a href="https://www.wandisco.com/subversion/download#centos";>
         WANdisco</a> (supported and certified by
-       <a href="http://www.wandisco.com/subversion/";
+       <a href="https://www.wandisco.com/subversion/";
        >WANdisco</a>; <em>requires registration</em>)</p>
 </li>
 <li><p><a href="http://pkgs.repoforge.org/subversion/";>
@@ -143,9 +143,9 @@ $ yum install mod_dav_svn</pre>
     <pre>$ apt-get install subversion
 $ apt-get install libapache2-mod-svn</pre>
 </li>
-<li><p><a href="http://www.wandisco.com/subversion/download#debian";>
+<li><p><a href="https://www.wandisco.com/subversion/download#debian";>
         WANdisco</a> (supported and certified by
-       <a href="http://www.wandisco.com/subversion/";
+       <a href="https://www.wandisco.com/subversion/";
        >WANdisco</a>; <em>requires registration</em>)</p>
 </li>
 </ul>
@@ -162,7 +162,7 @@ $ apt-get install libapache2-mod-svn</pr
 <div class="package" style="background-image: url('/images/fedora.png');">
 
 <ul>
-<li><p><a href="http://koji.fedoraproject.org/koji/packageinfo?packageID=752";
+<li><p><a href="https://koji.fedoraproject.org/koji/packageinfo?packageID=752";
        >Fedora Project</a> (maintained by
        <a href="https://admin.fedoraproject.org/pkgdb/users/packages/jorton";
        >Joe Orton</a>)</p>
@@ -182,7 +182,7 @@ $ apt-get install libapache2-mod-svn</pr
 <div class="package" style="background-image: url('/images/freebsd.png');">
 
 <ul>
-<li><p><a href="http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/subversion";
+<li><p><a href="https://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/subversion";
        >FreeBSD Project</a></p>
     <pre>$ cd /usr/ports/devel/subversion
 $ make install</pre>
@@ -203,7 +203,7 @@ $ make install</pre>
 <ul>
 <li><p><a 
href="http://hpux.connect.org.uk/hppd/cgi-bin/search?term=subversion.";
        >HP Porting Centre</a> (maintained by
-       <a href="http://www.connectinternetsolutions.com/";
+       <a href="https://www.connectinternetsolutions.com/";
        >Connect Internet Solutions Ltd.</a>)</p>
 </li>
 </ul>
@@ -241,7 +241,7 @@ $ make install clean</pre>
 <div class="package" style="background-image: url('/images/openbsd.png');">
 
 <ul>
-<li><p><a 
href="http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/devel/subversion/";
+<li><p><a 
href="https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/devel/subversion/";
        >OpenBSD Project</a> (client and server;
        svnserve is part of the <em>subversion</em> package,
        mod_dav_svn is in the separate <em>ap2-subversion</em> package)</p>
@@ -289,7 +289,7 @@ $ zypper install subversion-server</pre>
 
 <ul>
 <li><p>An old version of Subversion is shipped with MacOS X.
-       See the <a href="http://www.apple.com/opensource/";
+       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";
@@ -297,17 +297,17 @@ $ zypper install subversion-server</pre>
        <a href="mailto:[email protected]";
        >Christian Schaffner</a>)</p>
 </li>
-<li><p><a href="http://brew.sh";
+<li><p><a href="https://brew.sh";
        >Homebrew</a></p>
     <pre>$ brew options subversion
 $ brew install (OPTIONS) subversion</pre>
 </li>
-<li><p><a 
href="http://www.macports.org/ports.php?by=name&amp;substr=subversion";
-       >MacPorts</a> (requires <a 
href="http://www.macports.org/";>MacPorts</a>)</p>
+<li><p><a 
href="https://www.macports.org/ports.php?by=name&amp;substr=subversion";
+       >MacPorts</a> (requires <a 
href="https://www.macports.org/";>MacPorts</a>)</p>
 </li>
-<li><p><a href="http://www.wandisco.com/subversion/download#osx";>
+<li><p><a href="https://www.wandisco.com/subversion/download#osx";>
         WANdisco</a> (client and server; supported and certified by
-       <a href="http://www.wandisco.com/subversion/";
+       <a href="https://www.wandisco.com/subversion/";
        >WANdisco</a>; <em>requires registration</em>)</p>
 </li>
 </ul>
@@ -329,18 +329,18 @@ $ brew install (OPTIONS) subversion</pre
     <pre>$ yum install subversion
 $ yum install mod_dav_svn</pre>
 </li>
-<li><p><a href="http://www.collab.net/downloads/subversion/linux.html";>
+<li><p><a href="https://www.collab.net/downloads/subversion/linux.html";>
         CollabNet</a> (supported and certified by
-       <a href="http://www.collab.net/subversion";
+       <a href="https://www.collab.net/subversion";
        >CollabNet</a>; <em>requires registration</em>)</p>
 </li>
-<li><p><a 
href="http://the.earth.li/pub/subversion/summersoft.fay.ar.us/pub/subversion/latest/";
+<li><p><a 
href="https://the.earth.li/pub/subversion/summersoft.fay.ar.us/pub/subversion/latest/";
        >SummerSoft</a> (Red Hat 8,9+; maintained by
        <a href="mailto:[email protected]";>David Summers</a>)</p>
 </li>
-<li><p><a href="http://www.wandisco.com/subversion/download#redhat";>
+<li><p><a href="https://www.wandisco.com/subversion/download#redhat";>
         WANdisco</a> (supported and certified by
-       <a href="http://www.wandisco.com/subversion/";
+       <a href="https://www.wandisco.com/subversion/";
        >WANdisco</a>; <em>requires registration</em>)</p>
 </li>
 <li><p><a href="http://pkgs.repoforge.org/subversion/";>
@@ -364,19 +364,19 @@ $ yum install mod_dav_svn</pre>
 <div class="package" style="background-image: url('/images/solaris.png');">
 
 <ul>
-<li><p><a href="http://www.collab.net/downloads/subversion/solaris.html";
+<li><p><a href="https://www.collab.net/downloads/subversion/solaris.html";
        >CollabNet</a> (SPARC/x86; supported and certified by
-       <a href="http://www.collab.net/subversion";
+       <a href="https://www.collab.net/subversion";
        >CollabNet</a>; <em>requires registration</em>)</p>
 </li>
-<li><p><a href="http://www.opencsw.org/packages/subversion";
+<li><p><a href="https://www.opencsw.org/packages/subversion";
        >OpenCSW</a> (SPARC/i386;
-       <a href="http://www.opencsw.org/maintainers/rupert";
+       <a href="https://www.opencsw.org/maintainers/rupert";
        >Rupert Thurner</a>)</p>
 </li>
-<li><p><a href="http://www.wandisco.com/subversion/download#solaris";>
+<li><p><a href="https://www.wandisco.com/subversion/download#solaris";>
         WANdisco</a> (supported and certified by
-       <a href="http://www.wandisco.com/subversion/";
+       <a href="https://www.wandisco.com/subversion/";
        >WANdisco</a>; <em>requires registration</em>)</p>
 </li>
 </ul>
@@ -407,14 +407,14 @@ $ zypper install subversion-server</pre>
     <a 
href="https://software.opensuse.org/download.html?project=devel:tools:scm:svn:1.8&amp;package=subversion";>
     1.8 series of releases</a>.</p>
    </li>
-<li><p><a href="http://www.collab.net/downloads/subversion/linux.html";>
+<li><p><a href="https://www.collab.net/downloads/subversion/linux.html";>
         CollabNet</a> (supported and certified by
-       <a href="http://www.collab.net/subversion";
+       <a href="https://www.collab.net/subversion";
        >CollabNet</a>; <em>requires registration</em>)</p>
 </li>
-<li><p><a href="http://www.wandisco.com/subversion/download#suse";>
+<li><p><a href="https://www.wandisco.com/subversion/download#suse";>
         WANdisco</a> (supported and certified by
-       <a href="http://www.wandisco.com/subversion/";
+       <a href="https://www.wandisco.com/subversion/";
        >WANdisco</a>; <em>requires registration</em>)</p>
 </li>
 </ul>
@@ -431,7 +431,7 @@ $ zypper install subversion-server</pre>
 <div class="package" style="background-image: url('/images/ubuntu.png');">
 
 <ul>
-<li><p><a 
href="http://packages.ubuntu.com/search?keywords=subversion&amp;exact=1";
+<li><p><a 
href="https://packages.ubuntu.com/search?keywords=subversion&amp;exact=1";
        >Ubuntu Packages</a> (maintained by
        <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss";
        >Ubuntu Project</a>; client and server;
@@ -440,9 +440,9 @@ $ zypper install subversion-server</pre>
     <pre>$ apt-get install subversion
 $ apt-get install libapache2-svn</pre>
 </li>
-<li><p><a href="http://www.wandisco.com/subversion/download#ubuntu";>
+<li><p><a href="https://www.wandisco.com/subversion/download#ubuntu";>
         WANdisco</a> (supported and certified by
-       <a href="http://www.wandisco.com/subversion/";
+       <a href="https://www.wandisco.com/subversion/";
        >WANdisco</a>; <em>requires registration</em>)</p>
 </li>
 </ul>
@@ -459,16 +459,16 @@ $ apt-get install libapache2-svn</pre>
 <div class="package" style="background-image: url('/images/windows.png');">
 
 <ul>
-<li><p><a href="http://www.collab.net/downloads/subversion/";
+<li><p><a href="https://www.collab.net/downloads/subversion/";
        >CollabNet</a> (supported and certified by
-       <a href="http://www.collab.net/subversion";
+       <a href="https://www.collab.net/subversion";
        >CollabNet</a>; <em>requires registration</em>)</p>
 </li>
 <li><p><a href="https://www.sliksvn.com/en/download";
        >SlikSVN</a> (32- and 64-bit client MSI; maintained by
        <a href="mailto:[email protected]";
        >Bert Huijben</a>, 
-       <a href="http://sharpsvn.open.collab.net/";
+       <a href="https://sharpsvn.open.collab.net/";
        >SharpSvn project</a>)</p>
 </li>
 <li><p><a href="https://tortoisesvn.net/downloads/";
@@ -482,14 +482,14 @@ $ apt-get install libapache2-svn</pre>
        <a href="https://www.visualsvn.com";
        >VisualSVN</a>)</p>
 </li>
-<li><p><a href="http://www.wandisco.com/subversion/download#windows";
+<li><p><a href="https://www.wandisco.com/subversion/download#windows";
        >WANdisco</a> (32- and 64-bit client and server; supported and 
certified by
-       <a href="http://www.wandisco.com/subversion/";
+       <a href="https://www.wandisco.com/subversion/";
        >WANdisco</a>; <em>requires registration</em>)</p>
 </li>
 <li><p><a href="https://sourceforge.net/projects/win32svn/";
         >Win32Svn</a> (32-bit client, server and bindings, MSI and ZIPs;
-        maintained by <a href="http://alagazam.net/";>David Darj</a>)</p>
+        maintained by <a href="https://alagazam.net/";>David Darj</a>)</p>
 </li>
 </ul>
 


Reply via email to