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>)
— 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 1.5.20</a>
+href="https://www.gnu.org/software/libtool/libtool.html">libtool 1.5.20</a>
from source, using the standard "./configure && make &&
sudo make install" recipe. After that, I did a 'make 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">¶</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">¶</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>)
— 注æ: ãã®ã¡ã¤ãªã³ã°ãªã¹ãã¯<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: (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: (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&msgNo=112617">http://subversion.tigris.org/servlets/ReadMsg?list=dev&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 1.5.20</a>ããé常ã®ã./configure
&& make &&sudo make installãæé
ã«å¾ã£ã¦ã½ã¼ã¹ããæ§ç¯ãããã¨ã ã£ãã
+<p>ä½ãã«ããã2005/11/15 æç¹ã® newly-dist-upgraded
'testing'ãã£ã¹ããªãã¥ã¼ã·ã§ã³ã§ãã Debian GNU/Linux
ã·ã¹ãã
ä¸ã§ãã®åé¡ã«ééããæã«ã¯ãå¯ä¸ã®è§£æ³ã¯ã<a
href="https://www.gnu.org/software/libtool/libtool.html">libtool 1.5.20</a>ããé常ã®ã./configure
&& make &&sudo make installãæé
ã«å¾ã£ã¦ã½ã¼ã¹ããæ§ç¯ãããã¨ã ã£ãã
ãã®å¾ãç§ã® Subversion 使¥ã³ãã¼ããªã¼ã§ '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>
+<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">¶</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>)
— 注æè¿ä¸ªå表éè¦ç»è¿<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">¶</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">¶</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 make 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">¶</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&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&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&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&exact=1"
+<li><p><a
href="https://packages.ubuntu.com/search?keywords=subversion&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>