Author: luke1410
Date: Sat Dec 2 09:46:30 2017
New Revision: 1816938
URL: http://svn.apache.org/viewvc?rev=1816938&view=rev
Log:
* site/publish: Merge from staging.
Modified:
subversion/site/publish/ (props changed)
subversion/site/publish/docs/community-guide/building.part.html
subversion/site/publish/docs/community-guide/conventions.part.html
subversion/site/publish/docs/community-guide/general.part.html
subversion/site/publish/docs/community-guide/issues.part.html
subversion/site/publish/docs/community-guide/releasing.part.html
subversion/site/publish/docs/release-notes/1.1.html
subversion/site/publish/docs/release-notes/1.10.html
subversion/site/publish/docs/release-notes/1.2.html
subversion/site/publish/docs/release-notes/1.3.html
subversion/site/publish/docs/release-notes/1.4.html
subversion/site/publish/docs/release-notes/1.5.html
subversion/site/publish/docs/release-notes/1.6.html
subversion/site/publish/docs/release-notes/1.6.zh.html
subversion/site/publish/docs/release-notes/1.7.html
subversion/site/publish/docs/release-notes/1.8.html
subversion/site/publish/docs/release-notes/1.9.html
subversion/site/publish/faq.html
subversion/site/publish/faq.ja.html
subversion/site/publish/faq.zh.html
subversion/site/publish/index.html (contents, props changed)
subversion/site/publish/mailing-lists.html
subversion/site/publish/news.html (contents, props changed)
subversion/site/publish/opw.html
subversion/site/publish/packages.html
subversion/site/publish/pronunciation/index.html
subversion/site/publish/roadmap.html
subversion/site/publish/site-banner.html
subversion/site/publish/source-code.html
Propchange: subversion/site/publish/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat Dec 2 09:46:30 2017
@@ -1 +1 @@
-/subversion/site/staging:1815037-1815041,1815121-1815122,1815143,1816503,1816509-1816580,1816615
+/subversion/site/staging:1815037-1815041,1815121-1815122,1815143,1816503,1816509-1816618
Modified: subversion/site/publish/docs/community-guide/building.part.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/building.part.html?rev=1816938&r1=1816937&r2=1816938&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/building.part.html (original)
+++ subversion/site/publish/docs/community-guide/building.part.html Sat Dec 2
09:46:30 2017
@@ -267,12 +267,12 @@ farm. The Buildbot waterfall for the Sub
<li><a href="/buildbot/all">The whole farm</a></li>
</ul>
<p>For more information about build services, head over
-to <a href="https://ci.apache.org">ci.apache.org</a>.
+to <a href="https://ci.apache.org/">ci.apache.org</a>.
</p>
<p>If you'd like to receive notifications about buildbot build and
test failures, please subscribe to the <a
-href="http://subversion.apache.org/mailing-lists.html#notifications-ml">notifications@</a>
mailing list.
+href="/mailing-lists.html#notifications-ml">notifications@</a> mailing list.
</p>
</div> <!-- build-farm -->
Modified: subversion/site/publish/docs/community-guide/conventions.part.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/conventions.part.html?rev=1816938&r1=1816937&r2=1816938&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/conventions.part.html
(original)
+++ subversion/site/publish/docs/community-guide/conventions.part.html Sat Dec
2 09:46:30 2017
@@ -152,10 +152,10 @@ as you might think, and if you'd like to
<li><p>When including path or filenames in the error string, be sure
to convert them using <a
-
href="http://subversion.apache.org/docs/api/latest/svn__dirent__uri_8h.html#ace26b3b96a2cb6e56fed9a7a288d2b20"
+
href="/docs/api/latest/svn__dirent__uri_8h.html#ace26b3b96a2cb6e56fed9a7a288d2b20"
><tt>svn_dirent_local_style()</tt></a> before inclusion (since
paths passed to and from Subversion APIs are assumed to be
- in <a
href="http://subversion.apache.org/docs/api/latest/svn__dirent__uri_8h.html#details"
+ in <a href="/docs/api/latest/svn__dirent__uri_8h.html#details"
>canonical form</a>).</p></li>
<li><p>Don't use Subversion-specific abbreviations (e.g. use "repository"
@@ -713,15 +713,15 @@ conventions:</p>
<ul>
<li><p>When using a path or file name as input to most <a
- href="http://subversion.apache.org/docs/api/latest/">Subversion APIs</a>,
+ href="/docs/api/latest/">Subversion APIs</a>,
be sure to convert them to Subversion's internal/canonical form
using the <a
-
href="http://subversion.apache.org/docs/api/latest/svn__dirent__uri_8h.html#a675354133cf6e25d3e1cbe6a0f7069e9"
+
href="/docs/api/latest/svn__dirent__uri_8h.html#a675354133cf6e25d3e1cbe6a0f7069e9"
><tt>svn_dirent_internal_style()</tt></a> API. Alternately, when
receiving a path or file name as output from a Subversion API,
convert them into the expected form for your platform using the
<a
-
href="http://subversion.apache.org/docs/api/latest/svn__dirent__uri_8h.html#ace26b3b96a2cb6e56fed9a7a288d2b20"
+
href="/docs/api/latest/svn__dirent__uri_8h.html#ace26b3b96a2cb6e56fed9a7a288d2b20"
><tt>svn_dirent_local_style()</tt></a> API.</p></li>
<li><p>Use only spaces for indenting code, never tabs. Tab display
Modified: subversion/site/publish/docs/community-guide/general.part.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/general.part.html?rev=1816938&r1=1816937&r2=1816938&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/general.part.html (original)
+++ subversion/site/publish/docs/community-guide/general.part.html Sat Dec 2
09:46:30 2017
@@ -14,7 +14,7 @@
<p>Although Subversion was originally sponsored and hosted by
CollabNet
-(<a rel="nofollow" href="https://www.collab.net">https://www.collab.net</a>),
+(<a rel="nofollow" href="https://www.collab.net/">https://www.collab.net/</a>),
it's a true open-source project under the Apache License, Version 2.0.
A number of Subversion's developers are paid by their employers to
improve Subversion, while many others are simply excellent volunteers
@@ -35,7 +35,7 @@ Subversion repository. To participate:<
discussion takes place. All development questions should go
there, though you might want to check the list archives first.
The "commits" list receives automated commit emails.
- See <a href="https://subversion.apache.org/mailing-lists.html"
+ See <a href="/mailing-lists.html"
>https://subversion.apache.org/mailing-lists.html</a>
for details.</p></li>
@@ -92,7 +92,7 @@ not sure about an issue, post a question
<p>Another way to help is to set up automated builds and test suite
runs of Subversion on some platform, and have the output sent to the
[email protected] mailing list. See more details at
-<a href="http://subversion.apache.org/mailing-lists.html#notifications-ml"
+<a href="/mailing-lists.html#notifications-ml"
>the mailing lists page</a>.</p>
<p>Finally, despite the online nature of the Subversion project and
@@ -156,8 +156,8 @@ href="https://svn.apache.org/repos/asf/s
O'Reilly that shows in detail how to effectively use Subversion.
The text of the book is free, and is actively being revised.
On-line versions are available
- at <a href="http://svnbook.red-bean.com"
- >http://svnbook.red-bean.com</a>. The XML source and
+ at <a href="http://svnbook.red-bean.com/"
+ >http://svnbook.red-bean.com/</a>. The XML source and
translations to other languages are maintained in their own
repository at <a href="https://sourceforge.net/projects/svnbook/"
>https://sourceforge.net/projects/svnbook/</a>.</p>
@@ -197,51 +197,51 @@ perusal order:</p>
<ol>
<li><p>the basic building blocks:
<a href=
-"http://subversion.apache.org/docs/api/latest/svn__string_8h.html">
+"/docs/api/latest/svn__string_8h.html">
svn_string.h</a>,
<a href=
-"http://subversion.apache.org/docs/api/latest/svn__error_8h.html">
+"/docs/api/latest/svn__error_8h.html">
svn_error.h</a>,
<a href=
-"http://subversion.apache.org/docs/api/latest/svn__types_8h.html">
+"/docs/api/latest/svn__types_8h.html">
svn_types.h</a></p>
</li>
<li><p>
<a href=
-"http://subversion.apache.org/docs/api/latest/svn__io_8h.html">
+"/docs/api/latest/svn__io_8h.html">
svn_io.h</a>,
<a href=
-"http://subversion.apache.org/docs/api/latest/svn__path_8h.html">
+"/docs/api/latest/svn__path_8h.html">
svn_path.h</a>,
<a href=
-"http://subversion.apache.org/docs/api/latest/svn__hash_8h.html">
+"/docs/api/latest/svn__hash_8h.html">
svn_hash.h</a>,
<a href=
-"http://subversion.apache.org/docs/api/latest/svn__xml_8h.html">
+"/docs/api/latest/svn__xml_8h.html">
svn_xml.h</a></p>
</li>
<li><p>the critical interface:
<a href=
-"http://subversion.apache.org/docs/api/latest/svn__delta_8h.html">
+"/docs/api/latest/svn__delta_8h.html">
svn_delta.h</a></p>
</li>
<li><p>client-side interfaces:
<a href=
-"http://subversion.apache.org/docs/api/latest/svn__ra_8h.html">
+"/docs/api/latest/svn__ra_8h.html">
svn_ra.h</a>,
<a href=
-"http://subversion.apache.org/docs/api/latest/svn__wc_8h.html">
+"/docs/api/latest/svn__wc_8h.html">
svn_wc.h</a>,
<a href=
-"http://subversion.apache.org/docs/api/latest/svn__client_8h.html">
+"/docs/api/latest/svn__client_8h.html">
svn_client.h</a></p>
</li>
<li><p>the repository and versioned filesystem:
<a href=
-"http://subversion.apache.org/docs/api/latest/svn__repos_8h.html">
+"/docs/api/latest/svn__repos_8h.html">
svn_repos.h</a>,
<a href=
-"http://subversion.apache.org/docs/api/latest/svn__fs_8h.html">
+"/docs/api/latest/svn__fs_8h.html">
svn_fs.h</a></p>
</li>
</ol>
@@ -261,18 +261,18 @@ in APR (look in 'apr/include/'):</p>
<ul>
<li><p>memory pools:
<a href=
-"http://apr.apache.org/docs/apr/1.4/apr__pools_8h.html">
+"/docs/apr/1.4/apr__pools_8h.html">
apr_pools.h</a></p></li>
<li><p>filesystem access:
<a href=
-"http://apr.apache.org/docs/apr/1.4/apr__file__io_8h.html">
+"/docs/apr/1.4/apr__file__io_8h.html">
apr_file_io.h</a></p></li>
<li><p>hashes and arrays:
<a href=
-"http://apr.apache.org/docs/apr/1.4/apr__hash_8h.html">
+"/docs/apr/1.4/apr__hash_8h.html">
apr_hash.h</a>,
<a href=
-"http://apr.apache.org/docs/apr/1.4/apr__tables_8h.html">
+"/docs/apr/1.4/apr__tables_8h.html">
apr_tables.h</a>
</p></li>
</ul>
@@ -465,7 +465,7 @@ enough to go on trunk, then create a tem
There's no need to ask — just do it. It's fine to try
out experimental ideas in a temporary branch, too. And all the
preceding applies to partial as well as full committers. It even
-applies to committers of other <a href="https://www.apache.org">ASF</a>
+applies to committers of other <a href="https://www.apache.org/">ASF</a>
projects, but please talk to us (on dev@)—introduce yourself
and the problem you plan to work on.</p>
@@ -633,7 +633,7 @@ subversion/include/*.h</a> for doxygen e
<p>We use the <a href="http://www.doxygen.org/">Doxygen</a> format for
public interface documentation. This means anything that goes in a
public header file. The generated documentation is <a
-href="http://subversion.apache.org/docs/#api">published on the web site</a>
+href="/docs/#api">published on the web site</a>
for the latest and some earlier Subversion sources.</p>
<p>We use only a small portion of the available
Modified: subversion/site/publish/docs/community-guide/issues.part.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/issues.part.html?rev=1816938&r1=1816937&r2=1816938&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/issues.part.html (original)
+++ subversion/site/publish/docs/community-guide/issues.part.html Sat Dec 2
09:46:30 2017
@@ -83,7 +83,7 @@ mailing list first, <a href="mailto:user
href="irc://irc.freenode.net/#svn">irc.freenode.net, channel #svn</a>.</p>
<p>You should
-also <a href="http://subversion.apache.org/reporting-issues.html#queries"
+also <a href="/reporting-issues.html#queries"
>search in the bug tracker</a> to see if anyone has already reported
this bug.</p>
@@ -141,7 +141,7 @@ href="<!--#echo var="GUIDE_GENERAL_PAGE"
href="mailto:[email protected]"
>[email protected]</a>, or if you have already been there and
been asked to file an issue, then go to the <a
-href="http://subversion.apache.org/reporting-issues.html">issue
+href="/reporting-issues.html">issue
tracker</a> and follow the instructions there.</p>
<p>Thanks. We know it's a lot of work to file an effective bug
@@ -163,7 +163,7 @@ make the bug much more likely to get fix
<a href="mailto:[email protected]"
>[email protected]</a>.
Once it's confirmed as a bug, someone, possibly you, can enter it
- into the <a href="http://subversion.apache.org/reporting-issues.html"
+ into the <a href="/reporting-issues.html"
>issue tracker</a>. (Or if you're pretty sure about the bug, go
ahead and post directly to our development
list, <a href="mailto:[email protected]"
@@ -361,7 +361,7 @@ release, so urgent issues would go there
close_as_dup(i)
elif issue_is_invalid(i):
# A frequent reason for invalidity is that the reporter
- # did not follow the <a
href="http://subversion.apache.org/reporting-issues.html">"buddy system"</a>
for filing.
+ # did not follow the <a href="/reporting-issues.html">"buddy
system"</a> for filing.
close_as_invalid(i)
elif issue_already_fixed(i):
version = fixed_in_release(i)
Modified: subversion/site/publish/docs/community-guide/releasing.part.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/releasing.part.html?rev=1816938&r1=1816937&r2=1816938&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/releasing.part.html (original)
+++ subversion/site/publish/docs/community-guide/releasing.part.html Sat Dec 2
09:46:30 2017
@@ -994,7 +994,7 @@ automates this step:
<p>After having verified, extracted, and tested the tarball,
you should sign by creating
-an armored detached signature using <a href="https://www.gnupg.org">gpg</a>.
+an armored detached signature using <a href="https://www.gnupg.org/">gpg</a>.
To append your signature to a .asc file, use a command like:</p>
<pre>
gpg -ba -o - subversion-1.7.0-rc4.tar.bz2 >>
subversion-1.7.0-rc4.tar.bz2.asc
Modified: subversion/site/publish/docs/release-notes/1.1.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.1.html?rev=1816938&r1=1816937&r2=1816938&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.1.html (original)
+++ subversion/site/publish/docs/release-notes/1.1.html Sat Dec 2 09:46:30 2017
@@ -19,7 +19,7 @@
<h1 style="text-align: center">Subversion 1.1 Release Notes</h1>
<h2 style="text-align: center">(and State of the Project)</h2>
-<p>The <a href="http://svnbook.red-bean.com">Subversion book site</a>
+<p>The <a href="http://svnbook.red-bean.com/">Subversion book site</a>
has now been forked, and a separate <a
href="http://svnbook.red-bean.com/svnbook-1.1/index.html">Subversion
1.1 book</a> documents most of <a
Modified: subversion/site/publish/docs/release-notes/1.10.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.10.html?rev=1816938&r1=1816937&r2=1816938&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.10.html (original)
+++ subversion/site/publish/docs/release-notes/1.10.html Sat Dec 2 09:46:30
2017
@@ -55,7 +55,7 @@ releases, and is as of the time of its r
in 1.10, but 1.10 contains features and bugfixes not present in any
earlier release. The new features will eventually be documented in a
1.10 version of the free Subversion book
-(<a href="http://svnbook.red-bean.com" >svnbook.red-bean.com</a>).</p>
+(<a href="http://svnbook.red-bean.com/" >svnbook.red-bean.com</a>).</p>
<p>This page describes only major changes. For a complete list of
changes, see the 1.10 section of the <a
Modified: subversion/site/publish/docs/release-notes/1.2.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.2.html?rev=1816938&r1=1816937&r2=1816938&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.2.html (original)
+++ subversion/site/publish/docs/release-notes/1.2.html Sat Dec 2 09:46:30 2017
@@ -38,7 +38,7 @@ Anything in 1.0.x and 1.1.x is also in 1
and bugfixes not present in any earlier release. The new features
will eventually be documented in a 1.2 version of the free Subversion
book, see
-<a href="http://svnbook.red-bean.com">svnbook.red-bean.com</a>.</p>
+<a href="http://svnbook.red-bean.com/">svnbook.red-bean.com</a>.</p>
</div>
Modified: subversion/site/publish/docs/release-notes/1.3.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.3.html?rev=1816938&r1=1816937&r2=1816938&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.3.html (original)
+++ subversion/site/publish/docs/release-notes/1.3.html Sat Dec 2 09:46:30 2017
@@ -41,7 +41,7 @@ Anything in 1.0.x, 1.1.x, or 1.2.x is al
features and bugfixes not present in any earlier release. The new
features will eventually be documented in a 1.3 version of the free
Subversion book, see
-<a href="http://svnbook.red-bean.com">svnbook.red-bean.com</a>.</p>
+<a href="http://svnbook.red-bean.com/">svnbook.red-bean.com</a>.</p>
</div> <!-- news -->
Modified: subversion/site/publish/docs/release-notes/1.4.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.4.html?rev=1816938&r1=1816937&r2=1816938&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.4.html (original)
+++ subversion/site/publish/docs/release-notes/1.4.html Sat Dec 2 09:46:30 2017
@@ -42,7 +42,7 @@ release. Anything in 1.0.x, 1.1.x, 1.2.
1.4 contains features and bugfixes not present in any earlier release.
The new features will eventually be documented in a 1.4 version of the
free Subversion book,
-see <a href="http://svnbook.red-bean.com">svnbook.red-bean.com</a>.</p>
+see <a href="http://svnbook.red-bean.com/">svnbook.red-bean.com</a>.</p>
</div> <!-- news -->
Modified: subversion/site/publish/docs/release-notes/1.5.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.5.html?rev=1816938&r1=1816937&r2=1816938&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.5.html (original)
+++ subversion/site/publish/docs/release-notes/1.5.html Sat Dec 2 09:46:30 2017
@@ -61,7 +61,7 @@ release. Any feature or bugfix in 1.0.x
but 1.5 contains features and bugfixes not present in any earlier
release. The new features will eventually be documented in a 1.5
version of the free Subversion book,
-see <a href="http://svnbook.red-bean.com"
+see <a href="http://svnbook.red-bean.com/"
>svnbook.red-bean.com</a>.</p>
</div> <!-- news -->
@@ -1540,7 +1540,7 @@ href="https://issues.apache.org/jira/bro
<p>Subversion 1.4 introduced the experimental <tt>ra_serf</tt>
repository access module for accessing HTTP[S] DAV Subversion servers.
-This uses the <a href="http://code.google.com/p/serf/">serf</a>
+This uses the <a href="http://serf.apache.org/">serf</a>
library instead of the Neon library which the original DAV support
uses. serf supports pipelined requests which may lead to better
performance. However, Subversion 1.4 required you to choose which
Modified: subversion/site/publish/docs/release-notes/1.6.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.6.html?rev=1816938&r1=1816937&r2=1816938&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.6.html (original)
+++ subversion/site/publish/docs/release-notes/1.6.html Sat Dec 2 09:46:30 2017
@@ -61,7 +61,7 @@ releases, and is as of the time of its r
in 1.6, but 1.6 contains features and bugfixes not present in any
earlier release. The new features will eventually be documented in a
1.6 version of the free Subversion book
-(<a href="http://svnbook.red-bean.com" >svnbook.red-bean.com</a>).</p>
+(<a href="http://svnbook.red-bean.com/" >svnbook.red-bean.com</a>).</p>
<p>This page describes only major changes. For a complete list of
changes, see the 1.6 section of the <a
@@ -898,7 +898,7 @@ across the repository.</p>
<p>There are too many new and revised APIs in Subversion 1.6.0 to list
them all here. See the <a
-href="http://subversion.apache.org/docs/api/1.6/" >Subversion API
+href="/docs/api/1.6/" >Subversion API
Documentation</a> page for general API information. If you develop a
3rd-party client application that uses Subversion APIs, you should
probably look at the header files for the interfaces you use and see
Modified: subversion/site/publish/docs/release-notes/1.6.zh.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.6.zh.html?rev=1816938&r1=1816937&r2=1816938&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.6.zh.html (original)
+++ subversion/site/publish/docs/release-notes/1.6.zh.html Sat Dec 2 09:46:30
2017
@@ -55,7 +55,7 @@
>è¶
è¿65项æ°çbugä¿®æ£åæå</a></li>
</ul>
-<p>Subversion 1.6æ¯ææä»¥åSubversionçæ¬çè¶
éï¼å¯ä»¥è®¤ä¸ºæ¯å½åæå¥½ççæ¬ãä»»ä½1.0.xå°1.5.xçbugä¿®æ£åç¹æ§ï¼é½åå¨äº1.6ä¸ãæ°çç¹æ§æç»ä¼çºªå½å¨Subversionå¾ä¹¦ä¸(<a
href="http://svnbook.red-bean.com" >svnbook.red-bean.com</a>)ã
+<p>Subversion 1.6æ¯ææä»¥åSubversionçæ¬çè¶
éï¼å¯ä»¥è®¤ä¸ºæ¯å½åæå¥½ççæ¬ãä»»ä½1.0.xå°1.5.xçbugä¿®æ£åç¹æ§ï¼é½åå¨äº1.6ä¸ãæ°çç¹æ§æç»ä¼çºªå½å¨Subversionå¾ä¹¦ä¸(<a
href="http://svnbook.red-bean.com/" >svnbook.red-bean.com</a>)ã
</p>
<p>æ¬ææè¿°äºä¸»è¦çåæ´ï¼å®æ´çå表å¯ä»¥ç<a
Modified: subversion/site/publish/docs/release-notes/1.7.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.7.html?rev=1816938&r1=1816937&r2=1816938&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.7.html (original)
+++ subversion/site/publish/docs/release-notes/1.7.html Sat Dec 2 09:46:30 2017
@@ -47,7 +47,7 @@ releases, and is as of the time of its r
in 1.7, but 1.7 contains features and bugfixes not present in any
earlier release. The new features will eventually be documented in a
1.7 version of the free Subversion book
-(<a href="http://svnbook.red-bean.com" >svnbook.red-bean.com</a>).</p>
+(<a href="http://svnbook.red-bean.com/" >svnbook.red-bean.com</a>).</p>
<p>This page describes only major changes. For a complete list of
changes, see the 1.7 section of the <a
@@ -886,7 +886,7 @@ copies, renames, and deletions can be ha
implicitly.</p>
<p>The same diff format extensions are also supported by
-<a href="http://mercurial.selenic.com">Mercurial</a>.</p>
+<a href="https://www.mercurial-scm.org/">Mercurial</a>.</p>
</div> <!-- diff-git -->
@@ -926,7 +926,7 @@ be used instead of the much more costly
<p>There are too many new and revised APIs in Subversion 1.7.0 to list
them all here. See the <a
-href="http://subversion.apache.org/docs/api/1.7/" >Subversion API
+href="/docs/api/1.7/" >Subversion API
Documentation</a> page for general API information. If you develop a
3rd-party client application that uses Subversion APIs, you should
probably look at the header files for the interfaces you use and see
@@ -984,7 +984,7 @@ for details.</p>
<p>The <code>libsvn_ra_serf</code> repository access library has received
a lot of improvements and stabilization.
-The design of <a href="http://code.google.com/p/serf/">serf</a> facilitates
+The design of <a href="http://serf.apache.org/">serf</a> facilitates
future performance improvements that are impossible to achieve with
<a href="http://www.webdav.org/neon/">neon</a>. There were plans to make
serf the default HTTP access library for the 1.7 release.
Modified: subversion/site/publish/docs/release-notes/1.8.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.8.html?rev=1816938&r1=1816937&r2=1816938&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.8.html (original)
+++ subversion/site/publish/docs/release-notes/1.8.html Sat Dec 2 09:46:30 2017
@@ -57,7 +57,7 @@ releases, and is as of the time of its r
in 1.8, but 1.8 contains features and bugfixes not present in any
earlier release. The new features will eventually be documented in a
1.8 version of the free Subversion book
-(<a href="http://svnbook.red-bean.com" >svnbook.red-bean.com</a>).</p>
+(<a href="http://svnbook.red-bean.com/" >svnbook.red-bean.com</a>).</p>
<p>This page describes only major changes. For a complete list of
changes, see the 1.8 section of the <a
@@ -349,7 +349,7 @@ Schedule: delete
<tt>svn info</tt> now includes repository-relative URLs of items
in the working copy in its output.
The command line client has been
-<a
href="http://subversion.apache.org/docs/release-notes/1.6.html#repository-root-relative-urls"
+<a href="/docs/release-notes/1.6.html#repository-root-relative-urls"
>accepting this URL notation since Subversion 1.6</a>.
<pre>$ svn info README
@@ -382,7 +382,7 @@ Checksum: a27c71319a591c4eebe2bb81129413
<p>HTTP client support based on <a href="http://webdav.org/neon">neon</a>
has been removed in favor of HTTP client support based on
-<a href="http://code.google.com/p/serf/">serf</a>.</p>
+<a href="https://serf.apache.org/">serf</a>.</p>
<p>serf is a high-performance HTTP client library which has formed the basis
of an alternative HTTP repository access method for many years.
@@ -1255,7 +1255,7 @@ size will usually be minimal.</p>
You must edit <tt>db/fsfs.conf</tt> to enable these features. The reason
is that deltification may amplify I/O in certain situations. To minimize
that effect, enable the <a
- href="http://subversion.apache.org/docs/release-notes/1.7.html#data-caches"
+ href="/docs/release-notes/1.7.html#data-caches"
>txdelta cache</a>.</p>
</div>
@@ -1641,7 +1641,7 @@ See <a href="https://issues.apache.org/j
<div class="notice">
<p>Using general-purpose incremental backup tools, such as
-<a href="https://rsync.samba.org">rsync</a>, with Subversion repositories
+<a href="https://rsync.samba.org/">rsync</a>, with Subversion repositories
is dangerous if the repository can receive commits while the backup
tool is running. The resulting copy might end up being corrupt because
general-purpose backup tools do not know anything about consistency
@@ -1695,7 +1695,7 @@ $ svnadmin freeze /svn/my-repos -- rsync
<p>The above will obtain a write lock on the <tt>my-repos</tt> repository
to prevent concurrent commits, and run
-<a href="https://rsync.samba.org">rsync</a> to back up the repository.
+<a href="https://rsync.samba.org/">rsync</a> to back up the repository.
Clients trying to commit concurrently will wait until the write lock
becomes available again. If the command takes too much time clients
trying to commit might time out. It is recommended to run commands
@@ -1982,7 +1982,7 @@ truncated, and keywords with names that
<p>There are too many new and revised APIs in Subversion 1.8.0 to list
them all here. See the <a
-href="http://subversion.apache.org/docs/api/1.8/" >Subversion API
+href="/docs/api/1.8/" >Subversion API
Documentation</a> page for general API information. If you develop a
3rd-party client application that uses Subversion APIs, you should
probably look at the header files for the interfaces you use and see
@@ -2425,7 +2425,7 @@ property set on the file itself will be
</h3>
<p>In the root of every Subversion working copy there is an
-<a href="https://sqlite.org" >SQLite</a> database in the <tt>.svn</tt>
+<a href="https://sqlite.org/" >SQLite</a> database in the <tt>.svn</tt>
directory and Subversion clients use this database when accessing the
working copy. By default Subversion uses shared SQLite locking and
this allows simultaneous access to the working copy by multiple
Modified: subversion/site/publish/docs/release-notes/1.9.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.9.html?rev=1816938&r1=1816937&r2=1816938&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.9.html (original)
+++ subversion/site/publish/docs/release-notes/1.9.html Sat Dec 2 09:46:30 2017
@@ -48,7 +48,7 @@ releases, and is as of the time of its r
in 1.9, but 1.9 contains features and bugfixes not present in any
earlier release. The new features will eventually be documented in a
1.9 version of the free Subversion book
-(<a href="http://svnbook.red-bean.com" >svnbook.red-bean.com</a>).</p>
+(<a href="http://svnbook.red-bean.com/" >svnbook.red-bean.com</a>).</p>
<p>This page describes only major changes. For a complete list of
changes, see the 1.9 section of the <a
Modified: subversion/site/publish/faq.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/faq.html?rev=1816938&r1=1816937&r2=1816938&view=diff
==============================================================================
--- subversion/site/publish/faq.html (original)
+++ subversion/site/publish/faq.html Sat Dec 2 09:46:30 2017
@@ -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="https://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
@@ -694,7 +694,7 @@ Illustrator document</a> are available.<
<p>If you don't find an answer after browsing this FAQ, there are several
other resources available:</p>
<ul>
- <li><a href="http://svnbook.red-bean.com">The Subversion Book</a></li>
+ <li><a href="http://svnbook.red-bean.com/">The Subversion Book</a></li>
<li><a href="mailing-lists.html">The
Subversion Users mailing list</a> (<a
href="mailto:[email protected]"
@@ -1702,7 +1702,7 @@ do svnlook propget -r $i --revprop $REPO
title="Link to this section">¶</a>
</h3>
-<p><a href="http://tortoisesvn.tigris.org">TortoiseSVN</a> has an excellent
+<p><a href="https://tortoisesvn.net/">TortoiseSVN</a> has an excellent
document that describes setting up a Subversion server on Windows. Go to
<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>,
@@ -1958,7 +1958,7 @@ svn_version.c: FORCE
<p>
Windows users may want to use <tt>SubWCRev.exe</tt>, available from
the <a
-href='http://tortoisesvn.net/downloads'>TortoiseSVN
+href='https://tortoisesvn.net/downloads.html'>TortoiseSVN
download page</a>; it replaces all <tt>$WCREV$</tt> tags in a given
file with the current working copy revision.
</p>
@@ -3189,7 +3189,7 @@ and <tt>ssleay32.dll</tt> are present in
installation directory if they are not there.</p>
<p>If this still does not resolve the problem, you should use a tool
-like <a href="http://www.dependencywalker.com">Dependency Walker</a>
+like <a href="http://www.dependencywalker.com/">Dependency Walker</a>
on <tt>mod_dav_svn.so</tt> to see if there are any other unresolved
dependencies.</p>
@@ -4402,7 +4402,7 @@ real data loss in the repository.</p>
<p>Subversion has begun using CVSSv2 in our
-<a href="http://subversion.apache.org/security/#advisories">security advisories
+<a href="/security/#advisories">security advisories
</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
Modified: subversion/site/publish/faq.ja.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/faq.ja.html?rev=1816938&r1=1816937&r2=1816938&view=diff
==============================================================================
--- subversion/site/publish/faq.ja.html (original)
+++ subversion/site/publish/faq.ja.html Sat Dec 2 09:46:30 2017
@@ -238,7 +238,7 @@ CollabNetãä»ã®äººã«�
<p>æè¿ã®UNIXããWin32ãBeOSãOS/2ãMacOS Xã§åä½ããã</p>
-<p>Subversion㯠ANSI C ã§æ¸ããã¦ãã¦ãAPR(<a
href="https://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ãªãã¸ããªã«ã¯ãã®å¶ç´ã¯åå¨ããªãã
@@ -1007,7 +1007,7 @@ $ svnadmin setlog REPOS_PATH -r N FILE
title="Link to this section">¶</a>
</h3>
-<p><a href="http://tortoisesvn.tigris.org">TortoiseSVN</a>ã«ã¯ãWindows
ä¸ã§ Subversion ãµã¼ããè¨å®ããçºã®ãç´
æ´ãããããã¥ã¡ã³ãã忢±ããã¦ããã
+<p><a href="https://tortoisesvn.net/">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èªè¨¼ã®ã»ã¯ã·ã§ã³ãåç
§ãã¦ã¿ããã</p>
<p>è¨å®ä¸ã®éè¦ãªç®æã¯ã次ã®è¡ã</p>
@@ -1217,7 +1217,7 @@ svn_version.c: FORCE
<p>
Windowsã¦ã¼ã¶ã¯ã<tt>SubWCRev.exe</tt>ã³ãã³ãã使ããã ããã
-ããã¯ã<a
href="https://tortoisesvn.net/downloads">TortoiseSVN</a>ã®ãã¦ã³ãã¼ããã¼ã¸ããå
¥æã§ããã
+ããã¯ã<a
href="https://tortoisesvn.net/downloads.html">TortoiseSVN</a>ã®ãã¦ã³ãã¼ããã¼ã¸ããå
¥æã§ããã
ããã¯ãæå®ããããã¡ã¤ã«ä¸ã«æ¸ããã¦ããå
¨ã¦ã®
<tt>$WCREV$</tt>
ã¿ã°ããç¾å¨ã®ä½æ¥ã³ãã¼ã®ãªãã¸ã§ã³ã¸ã¨ç½®ãæããã
</p>
@@ -2074,7 +2074,7 @@ svn import file:///d:/some/path/to/repos
<p>
ãããè¿åããã«ã¯ãSVN_ASP_DONT_NET_HACKç°å¢å¤æ°ã¸é©å½ãªå¤ãè¨å®ãããã
ãã㯠Windows ã¯ã©ã¤ã¢ã³ãã«å¯¾ãã使¥ã³ãã¼å
ã§ã¯ããã£ã¬ã¯ããªã®ååã¨ãã¦ã_svnãã使ãããã«æç¤ºããããã®ãã®ã
ã
-詳細ã¯ã<a
href="http://subversion.tigris.org/svn_1.3_releasenotes.html#_svn-hack">Subversion
1.3 ã®ãªãªã¼ã¹ãã¼ãã«æ¸ãããé¢é£ã»ã¯ã·ã§ã³</a>ãåç
§ã®ãã¨ã
+詳細ã¯ã<a href="/docs/release-notes/1.3.html#_svn-hack">Subversion 1.3
ã®ãªãªã¼ã¹ãã¼ãã«æ¸ãããé¢é£ã»ã¯ã·ã§ã³</a>ãåç
§ã®ãã¨ã
ã¾ãã<a
href="#adm-dir">ãã®è³ªå</a>ã§ã¯ã管çãã£ã¬ã¯ããªåãã«ã¹ã¿ãã¤ãºããä»ã®æ¹æ³ã«é¢ãã¦èª¬æãã¦ããã
</p>
@@ -2336,7 +2336,7 @@ mod_dav_svn.so ãã¡ã¤ã«�
Apache ããµã¼ãã¹ã¨ãã¦å®è¡ãã¦ããå
´åã«ã¯ãé常ã®ã¦ã¼ã¶ã¨åã<tt>PATH</tt>ãæãã¦ããªãã®ãããããªãã
<tt>libdb4*.dll</tt>ã<tt>intl3_svn.dll</tt>ã<tt>libeay32.dll</tt>ããã¦<tt>ssleay32.dll</tt>
ã<tt>Apache\bin</tt>ã<tt>Apache\modules</tt>ã®ä¸ã«åå¨ãããã¨ã確èªããåå¨ããªãå
´åã«ã¯ Subversion
ã®ã¤ã³ã¹ãã¼ã«ããããã£ã¬ã¯ããªããã³ãã¼ãããã</p>
-<p>ãããããã§ãã¾ã åé¡ã解決ããªãå
´åã«ã¯ã<tt>mod_dav_svn.so</tt>ã«å¯¾ãã¦<a
href="http://www.dependencywalker.com">Dependency
Walker</a>ã®ãããªãã¼ã«ã使ç¨ããæªè§£æ±ºãªä¾åæ§ãä»ã«åå¨ããªãã確èªãã¦èª¿ã¹ã¦ã¿ããã</p>
+<p>ãããããã§ãã¾ã åé¡ã解決ããªãå
´åã«ã¯ã<tt>mod_dav_svn.so</tt>ã«å¯¾ãã¦<a
href="http://www.dependencywalker.com/">Dependency
Walker</a>ã®ãããªãã¼ã«ã使ç¨ããæªè§£æ±ºãªä¾åæ§ãä»ã«åå¨ããªãã確èªãã¦èª¿ã¹ã¦ã¿ããã</p>
</div>
Modified: subversion/site/publish/faq.zh.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/faq.zh.html?rev=1816938&r1=1816937&r2=1816938&view=diff
==============================================================================
--- subversion/site/publish/faq.zh.html (original)
+++ subversion/site/publish/faq.zh.html Sat Dec 2 09:46:30 2017
@@ -246,7 +246,7 @@ Community Guide</a>çâå
¼å�
<p>ææç°ä»£é£æ ¼çæä½ç³»ç»ï¼æ¯å¦Unix, Win32, BeOS, OS/2, MacOS
Xã</p>
<p>Subversionæ¯ç¨ANSI Cæ¥åçï¼å¹¶ä¸ä½¿ç¨äºAPRï¼ä¹å°±æ¯<a
-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>
+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>
@@ -435,7 +435,7 @@ href="http://svn.collab.net/repos/svn/tr
<p>å¦æä½ å¨é
读è¿ä¸ªå¸¸è§é®é¢åçä¹åï¼æ²¡ææ¾å°ä½
é®é¢ççæ¡ï¼é£ä¹ä½ è¿æå
¶ä»çå ä¸ªèµæºå¯ä»¥å©ç¨ï¼</p>
<ul>
- <li><a
href="http://svnbook.red-bean.com">Subversionæå</a>ï¼ä»¥å䏿æå<a
href="http://www.subversion.org.cn/svnbook/">Subversionæå</a></li>
+ <li><a
href="http://svnbook.red-bean.com/">Subversionæå</a>ï¼ä»¥å䏿æå<a
href="http://www.subversion.org.cn/svnbook/">Subversionæå</a></li>
<li><a
href="http://subversion.tigris.org/servlets/ProjectMailingListList">The
Subversionç¨æ·é®ä»¶å表</a> (<a
href="mailto:[email protected]"
@@ -495,7 +495,7 @@ href="http://svn.collab.net/repos/svn/tr
http://svn.collab.net/repos/svn/trunk/README</a>ï¼ç¹å«çï¼å¨ç¬¬IVé¨åï¼å³âå¿«éæåâã</p>
<p>æ´è¯¦ç»çèµæï¼è¯·é
读<a
- href="http://svnbook.red-bean.com">Subversionæå</a>第äºç« ã</p>
+ href="http://svnbook.red-bean.com/">Subversionæå</a>第äºç« ã</p>
</div>
@@ -963,7 +963,7 @@ Guide</a>ã</p>
title="Link to this section">¶</a>
</h3>
-<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"
+<p><a
href="https://tortoisesvn.net/">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>
@@ -1153,7 +1153,7 @@ svn_version.c: FORCE
<p>
Windowsç¨æ·ä¼å¸æä½¿ç¨<tt>SubWCRev.exe</tt>ï¼<a
-href='https://tortoisesvn.net/downloads'>TortoiseSVNçä¸è½½é¡µé¢</a>å°±æï¼å¯ä»¥ç¨å½å工使·è´çä¿®è®¢çæ¬æ¿æ¢ç»å®æä»¶ä¸çææ<tt>$WCREV$</tt>æ
ç¾ã
+href='https://tortoisesvn.net/downloads.html'>TortoiseSVNçä¸è½½é¡µé¢</a>å°±æï¼å¯ä»¥ç¨å½å工使·è´çä¿®è®¢çæ¬æ¿æ¢ç»å®æä»¶ä¸çææ<tt>$WCREV$</tt>æ
ç¾ã
</p>
</div>
@@ -2144,7 +2144,7 @@ href="https://issues.apache.org/jira/bro
<p>è¿ä¸ªé误信æ¯å¨è¿éæç¹è¯¯å¯¼äººãéå¸¸è¿æ ·çé误æ¯å
为Apacheæ æ³æ£ç¡®å
è½½<tt>mod_dav_svn.so</tt>模åæä¾èµç模åã妿å½åApacheæ¯ä»¥æå¡çå½¢å¼è¿è¡çï¼é£ä¹å®çpathç¯å¢åéåæ®éç¨æ·çå¹¶ä¸ç¸åã请确认<tt>libdb4*.dllã</tt><tt>intl3_svn.dllã</tt>
<tt>libeay32.dllè¿æ</tt><tt>ssleay32.dll</tt>é½å¯ä»¥å¨<tt>\Apache\bin</tt>æè
<tt>\Apache\modules</tt>ç®å½ä¸æ¾å°ãå¦ææ²¡ææ¾å°ï¼ä½
å¯ä»¥ä»Subversionçå®è£
ç®å½ä¸æ·è´ä¸ä»½ã</p>
-<p>å¦æè¿æ ·è¿è§£å³ä¸äºé®é¢çè¯ï¼é£ä¹ä½ å¯ä»¥ä½¿ç¨ç±»ä¼¼<a
href="http://www.dependencywalker.com">Dependency Walker</a>è¿æ ·çå·¥å
·æ¥æ¥ç<tt>mod_dav_svn.so</tt>åºçä¾èµæ§ï¼çæ¯å¦è¿æå°æªè§£å³çä¾èµæ§é®é¢åå¨ã</p>
+<p>å¦æè¿æ ·è¿è§£å³ä¸äºé®é¢çè¯ï¼é£ä¹ä½ å¯ä»¥ä½¿ç¨ç±»ä¼¼<a
href="http://www.dependencywalker.com/">Dependency Walker</a>è¿æ ·çå·¥å
·æ¥æ¥ç<tt>mod_dav_svn.so</tt>åºçä¾èµæ§ï¼çæ¯å¦è¿æå°æªè§£å³çä¾èµæ§é®é¢åå¨ã</p>
</div>
Modified: subversion/site/publish/index.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/index.html?rev=1816938&r1=1816937&r2=1816938&view=diff
==============================================================================
--- subversion/site/publish/index.html (original)
+++ subversion/site/publish/index.html Sat Dec 2 09:46:30 2017
@@ -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="https://www.assembla.com">Assembla</a>)
+ due to the kind sponsorship of <a href="https://www.assembla.com/home"
rel="nofollow">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
@@ -247,7 +247,7 @@
<!-- see https://www.apache.org/foundation/marks/pmcs -->
<p>The rest of this site is about Subversion — but Subversion doesn't
- operate in vaccum. It is part of the <a
href="https://www.apache.org">Apache
+ operate in vaccum. It is part of the <a href="https://www.apache.org/"
>Apache Software Foundation (ASF)</a>, which — in addition to the
servers that run this site and our mailing lists — provides financial,
technical, and legal backing. The "About the ASF" section contains links
Propchange: subversion/site/publish/index.html
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat Dec 2 09:46:30 2017
@@ -1 +1 @@
-/subversion/site/staging/index.html:1812681-1815122,1815143,1816509-1816580
+/subversion/site/staging/index.html:1812681-1815122,1815143,1816509-1816618
Modified: subversion/site/publish/mailing-lists.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/mailing-lists.html?rev=1816938&r1=1816937&r2=1816938&view=diff
==============================================================================
--- subversion/site/publish/mailing-lists.html (original)
+++ subversion/site/publish/mailing-lists.html Sat Dec 2 09:46:30 2017
@@ -146,7 +146,7 @@ delay for your post to appear (see below
<td><ul class="nobullet">
<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>
+ (<a href="/mail/users/">mbox files</a>)</li>
<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"
@@ -207,7 +207,7 @@ delay for your post to appear (see below
<td><ul class="nobullet">
<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>
+ (<a href="/mail/dev/">mbox files</a>)</li>
<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"
@@ -248,7 +248,7 @@ delay for your post to appear (see below
<td><ul class="nobullet">
<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>
+ (<a href="/mail/commits/">mbox files</a>)</li>
</ul></td>
</tr>
</tbody>
@@ -287,7 +287,7 @@ delay for your post to appear (see below
<td><ul class="nobullet">
<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>
+ (<a href="/mail/announce/">mbox files</a>)</li>
</ul></td>
</tr>
</tbody>
@@ -335,7 +335,7 @@ delay for your post to appear (see below
<td><ul class="nobullet">
<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>
+ (<a href="/mail/notifications/">mbox files</a>)</li>
</ul></td>
</tr>
</tbody>
Modified: subversion/site/publish/news.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/news.html?rev=1816938&r1=1816937&r2=1816938&view=diff
==============================================================================
--- subversion/site/publish/news.html (original)
+++ subversion/site/publish/news.html Sat Dec 2 09:46:30 2017
@@ -29,7 +29,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="https://www.assembla.com">Assembla</a>)
+ due to the kind sponsorship of <a href="https://www.assembla.com/home"
rel="nofollow">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
@@ -913,7 +913,7 @@
<p>This year's Subversion hackathon will be held from June 10 to
June 14 at the offices of <a rel="nofollow"
-href="http://www.elego.de">elego</a> in Berlin, Germany.</p>
+href="http://www.elego.de/">elego</a> in Berlin, Germany.</p>
<p>The Subversion developer community will meet in Berlin to finish
off preparations for the upcoming Subversion 1.8 release and kick off
@@ -1047,7 +1047,7 @@ with the goal of increasing involvement
Free and Open Source Software (FOSS)</a>.
See <a href="opw.html">this page</a> for more information.</p>
-<p><a href="http://www.elego.de" rel="nofollow">Elego Software Solutions</a>,
+<p><a href="http://www.elego.de/" rel="nofollow">Elego Software Solutions</a>,
based in Berlin, Germany, has kindly offered to fund an internship position
with Apache Subversion as part of the Outreach Program for Women 2013.</p>
@@ -1159,9 +1159,9 @@ marketing<!-- -->@<!-- -->wandisco.com w
<p>A Subversion hackathon will be held in Berlin during the week of June 11-15.
About 15 Subversion developers will attend and work together for an
entire week. The hackathon is organized by elego as part of the
- <a href="http://www.elego.de/svnday2012" rel="nofollow"
- >Subversion Day 2012</a> event in Berlin, and is co-sponsored by several
- companies involved in the Subversion community.
+ <a href="https://www.elegosoft.com/en_US/page/nachlese-svn-day-berlin-2012"
+ rel="nofollow">Subversion Day 2012</a> event in Berlin, and is co-sponsored by
+ several companies involved in the Subversion community.
Developers who are working on Subversion in their own free time receive
full sponsorship to be able to attend the hackathon. We'd like to thank
all sponsors and Subversion Day attendees for making this possible.
@@ -1276,7 +1276,9 @@ marketing<!-- -->@<!-- -->wandisco.com w
is the most complete Subversion release to date, and we encourage users
of Subversion to upgrade as soon as reasonable. This release contains a
large number of new features, bug fixes and other improvements. For a
- more comprehensive list, please consult the <a
href="http://subversion.apache.org/docs/release-notes/1.7.html">release
notes</a>.</p>
+ more comprehensive list, please consult the
+ <a href="/docs/release-notes/1.7.html"
+ >release notes</a>.</p>
<p>Please see the
<a href="https://svn.haxx.se/dev/archive-2011-10/0152.shtml"
@@ -1656,7 +1658,7 @@ candidate will become the final release
</h3>
<p>The Subversion project has been accepted into
- the <a href="https://incubator.apache.org">Apache Incubator</a>, the
+ the <a href="https://incubator.apache.org/">Apache Incubator</a>, the
first step on the road to becoming a full-fledged, top-level Apache
project. You can read more about this exciting development in the
related <a
href="https://www.apache.org/foundation/press/pr_2009_11_04.html">press
Propchange: subversion/site/publish/news.html
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat Dec 2 09:46:30 2017
@@ -1 +1 @@
-/subversion/site/staging/news.html:1812681-1815122,1815143,1816509-1816580
+/subversion/site/staging/news.html:1812681-1815122,1815143,1816509-1816618
Modified: subversion/site/publish/opw.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/opw.html?rev=1816938&r1=1816937&r2=1816938&view=diff
==============================================================================
--- subversion/site/publish/opw.html (original)
+++ subversion/site/publish/opw.html Sat Dec 2 09:46:30 2017
@@ -27,7 +27,7 @@ Free and Open Source Software (FOSS)</a>
This page contains information about contributing to Apache Subversion
as part of this program.</p>
-<p><a href="http://www.elego.de" rel="nofollow">Elego Software Solutions</a>,
+<p><a href="http://www.elego.de/" rel="nofollow">Elego Software Solutions</a>,
based in Berlin, Germany, has kindly offered to fund an internship position
with Apache Subversion as part of the Outreach Program for Women 2013.</p>
Modified: subversion/site/publish/packages.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/packages.html?rev=1816938&r1=1816937&r2=1816938&view=diff
==============================================================================
--- subversion/site/publish/packages.html (original)
+++ subversion/site/publish/packages.html Sat Dec 2 09:46:30 2017
@@ -98,7 +98,7 @@
<div class="package" style="background-image: url('/images/centos.png');">
<ul>
-<li><p><a href="https://centos.org"
+<li><p><a href="https://centos.org/"
>CentOS project</a> (client and server)</p>
<pre>$ yum install subversion
$ yum install mod_dav_svn</pre>
@@ -164,7 +164,7 @@ $ apt-get install libapache2-mod-svn</pr
<ul>
<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"
+ <a href="https://koji.fedoraproject.org/koji/userinfo?userID=41"
>Joe Orton</a>)</p>
<pre>$ yum install subversion</pre>
</li>
@@ -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="https://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>
@@ -297,7 +297,7 @@ $ zypper install subversion-server</pre>
<a href="mailto:[email protected]"
>Christian Schaffner</a>)</p>
</li>
-<li><p><a href="https://brew.sh"
+<li><p><a href="https://brew.sh/"
>Homebrew</a></p>
<pre>$ brew options subversion
$ brew install (OPTIONS) subversion</pre>
@@ -369,9 +369,9 @@ $ yum install mod_dav_svn</pre>
<a href="https://www.collab.net/subversion"
>CollabNet</a>; <em>requires registration</em>)</p>
</li>
-<li><p><a href="https://www.opencsw.org/packages/subversion"
+<li><p><a href="https://www.opencsw.org/packages/subversion/"
>OpenCSW</a> (SPARC/i386;
- <a href="https://www.opencsw.org/maintainers/rupert"
+ <a href="https://www.opencsw.org/maintainers/rupert/"
>Rupert Thurner</a>)</p>
</li>
<li><p><a href="https://www.wandisco.com/subversion/download#solaris">
Modified: subversion/site/publish/pronunciation/index.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/pronunciation/index.html?rev=1816938&r1=1816937&r2=1816938&view=diff
==============================================================================
--- subversion/site/publish/pronunciation/index.html (original)
+++ subversion/site/publish/pronunciation/index.html Sat Dec 2 09:46:30 2017
@@ -20,7 +20,7 @@
<h1>How To Pronounce "Subversion"</h1>
<p><a href="http://www.red-bean.com/jimb/">Jim Blandy</a>, who
- gave <a href="http://subversion.apache.org/">Subversion</a> both its
+ gave <a href="/">Subversion</a> both its
name and repository design, pronounces "Subversion" for posterity's
sake. Or something.</p>
Modified: subversion/site/publish/roadmap.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/roadmap.html?rev=1816938&r1=1816937&r2=1816938&view=diff
==============================================================================
--- subversion/site/publish/roadmap.html (original)
+++ subversion/site/publish/roadmap.html Sat Dec 2 09:46:30 2017
@@ -253,7 +253,7 @@ numbering, compatibility, and deprecatio
<tr class="task-level-1 completed">
<td class="task-name">Improved client-side handling of server-side
moves/renames</td>
<td class="task-status">
- <a
href="https://subversion.apache.org/docs/release-notes/1.10.html#conflict-resolver"
+ <a href="/docs/release-notes/1.10.html#conflict-resolver"
>Complete</a></td>
<td>Issues <a
href="https://issues.apache.org/jira/browse/SVN-2282">2282</a>,
<a href="https://issues.apache.org/jira/browse/SVN-2685">2685</a>,
@@ -266,7 +266,7 @@ numbering, compatibility, and deprecatio
<tr class="task-level-1 completed">
<td class="task-name">Wildcard support in authz configuration</td>
<td class="task-status">
- <a
href="https://subversion.apache.org/docs/release-notes/1.10.html#authzperf"
+ <a href="/docs/release-notes/1.10.html#authzperf"
>Complete</a></td>
<td><a href="https://issues.apache.org/jira/browse/SVN-2662">Issue
2662</a>.</td>
</tr>
Modified: subversion/site/publish/site-banner.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/site-banner.html?rev=1816938&r1=1816937&r2=1816938&view=diff
==============================================================================
--- subversion/site/publish/site-banner.html (original)
+++ subversion/site/publish/site-banner.html Sat Dec 2 09:46:30 2017
@@ -1,7 +1,7 @@
<div id="site-banner">
<div style="float: right; width: 379px; height: 80px; font-style: italic;
text-align: center;">
- <a href="https://www.apache.org"
+ <a href="https://www.apache.org/"
><img src="/images/apache-logo.png"
alt="Apache Software Foundation" /></a>
</div>
Modified: subversion/site/publish/source-code.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/source-code.html?rev=1816938&r1=1816937&r2=1816938&view=diff
==============================================================================
--- subversion/site/publish/source-code.html (original)
+++ subversion/site/publish/source-code.html Sat Dec 2 09:46:30 2017
@@ -65,9 +65,9 @@
</h2>
<p>Subversion's source code is stored in the
- <code><a href="http://svn.apache.org/repos/asf/subversion"
+ <code><a href="http://svn.apache.org/repos/asf/subversion/"
>subversion</a></code> tree of the
- main <a href="http://svn.apache.org/repos/asf" >Subversion
+ main <a href="http://svn.apache.org/repos/asf/" >Subversion
repository of the Apache Software Foundation</a>.
You can checkout the latest version of the code
using the following command:</p>