Author: luke1410
Date: Tue Nov 28 23:02:58 2017
New Revision: 1816581
URL: http://svn.apache.org/viewvc?rev=1816581&view=rev
Log:
Correct some URLs which (incorrectly) omitted a trailing /.
[in site/staging]
* docs/community-guide/building.part.html: add missing / to link
* docs/community-guide/general.part.html: the same
* docs/community-guide/releasing.part.html: the same
* faq.html: the same
* faq.ja.html: the same
* faq.zh.html: the same
* index.html: the same
* news.html: the same
* opw.html: the same
* packages.html: the same
* site-banner.html: the same
* source-code.html: the same
[in site/staging/docs/release-notes]
* 1.1.html: the same
* 1.2.html: the same
* 1.3.html: the same
* 1.4.html: the same
* 1.5.html: the same
* 1.6.html: the same
* 1.7.html: the same
* 1.8.html: the same
* 1.9.html: the same
* 1.10.html: the same
Modified:
subversion/site/staging/docs/community-guide/building.part.html
subversion/site/staging/docs/community-guide/general.part.html
subversion/site/staging/docs/community-guide/releasing.part.html
subversion/site/staging/docs/release-notes/1.1.html
subversion/site/staging/docs/release-notes/1.10.html
subversion/site/staging/docs/release-notes/1.2.html
subversion/site/staging/docs/release-notes/1.3.html
subversion/site/staging/docs/release-notes/1.4.html
subversion/site/staging/docs/release-notes/1.5.html
subversion/site/staging/docs/release-notes/1.6.html
subversion/site/staging/docs/release-notes/1.6.zh.html
subversion/site/staging/docs/release-notes/1.7.html
subversion/site/staging/docs/release-notes/1.8.html
subversion/site/staging/docs/release-notes/1.9.html
subversion/site/staging/faq.html
subversion/site/staging/faq.ja.html
subversion/site/staging/faq.zh.html
subversion/site/staging/index.html
subversion/site/staging/news.html
subversion/site/staging/opw.html
subversion/site/staging/packages.html
subversion/site/staging/site-banner.html
subversion/site/staging/source-code.html
Modified: subversion/site/staging/docs/community-guide/building.part.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/community-guide/building.part.html?rev=1816581&r1=1816580&r2=1816581&view=diff
==============================================================================
--- subversion/site/staging/docs/community-guide/building.part.html (original)
+++ subversion/site/staging/docs/community-guide/building.part.html Tue Nov 28
23:02:58 2017
@@ -267,7 +267,7 @@ 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
Modified: subversion/site/staging/docs/community-guide/general.part.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/community-guide/general.part.html?rev=1816581&r1=1816580&r2=1816581&view=diff
==============================================================================
--- subversion/site/staging/docs/community-guide/general.part.html (original)
+++ subversion/site/staging/docs/community-guide/general.part.html Tue Nov 28
23:02:58 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
@@ -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>
@@ -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>
Modified: subversion/site/staging/docs/community-guide/releasing.part.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/community-guide/releasing.part.html?rev=1816581&r1=1816580&r2=1816581&view=diff
==============================================================================
--- subversion/site/staging/docs/community-guide/releasing.part.html (original)
+++ subversion/site/staging/docs/community-guide/releasing.part.html Tue Nov 28
23:02:58 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/staging/docs/release-notes/1.1.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.1.html?rev=1816581&r1=1816580&r2=1816581&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.1.html (original)
+++ subversion/site/staging/docs/release-notes/1.1.html Tue Nov 28 23:02:58 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/staging/docs/release-notes/1.10.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.10.html?rev=1816581&r1=1816580&r2=1816581&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.10.html (original)
+++ subversion/site/staging/docs/release-notes/1.10.html Tue Nov 28 23:02:58
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/staging/docs/release-notes/1.2.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.2.html?rev=1816581&r1=1816580&r2=1816581&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.2.html (original)
+++ subversion/site/staging/docs/release-notes/1.2.html Tue Nov 28 23:02:58 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/staging/docs/release-notes/1.3.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.3.html?rev=1816581&r1=1816580&r2=1816581&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.3.html (original)
+++ subversion/site/staging/docs/release-notes/1.3.html Tue Nov 28 23:02:58 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/staging/docs/release-notes/1.4.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.4.html?rev=1816581&r1=1816580&r2=1816581&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.4.html (original)
+++ subversion/site/staging/docs/release-notes/1.4.html Tue Nov 28 23:02:58 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/staging/docs/release-notes/1.5.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.5.html?rev=1816581&r1=1816580&r2=1816581&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.5.html (original)
+++ subversion/site/staging/docs/release-notes/1.5.html Tue Nov 28 23:02:58 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 -->
Modified: subversion/site/staging/docs/release-notes/1.6.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.6.html?rev=1816581&r1=1816580&r2=1816581&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.6.html (original)
+++ subversion/site/staging/docs/release-notes/1.6.html Tue Nov 28 23:02:58 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
Modified: subversion/site/staging/docs/release-notes/1.6.zh.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.6.zh.html?rev=1816581&r1=1816580&r2=1816581&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.6.zh.html (original)
+++ subversion/site/staging/docs/release-notes/1.6.zh.html Tue Nov 28 23:02:58
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/staging/docs/release-notes/1.7.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.7.html?rev=1816581&r1=1816580&r2=1816581&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.7.html (original)
+++ subversion/site/staging/docs/release-notes/1.7.html Tue Nov 28 23:02:58 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
Modified: subversion/site/staging/docs/release-notes/1.8.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.8.html?rev=1816581&r1=1816580&r2=1816581&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.8.html (original)
+++ subversion/site/staging/docs/release-notes/1.8.html Tue Nov 28 23:02:58 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
@@ -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
@@ -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/staging/docs/release-notes/1.9.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.9.html?rev=1816581&r1=1816580&r2=1816581&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.9.html (original)
+++ subversion/site/staging/docs/release-notes/1.9.html Tue Nov 28 23:02:58 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/staging/faq.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/faq.html?rev=1816581&r1=1816580&r2=1816581&view=diff
==============================================================================
--- subversion/site/staging/faq.html (original)
+++ subversion/site/staging/faq.html Tue Nov 28 23:02:58 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]"
@@ -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>
Modified: subversion/site/staging/faq.ja.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/faq.ja.html?rev=1816581&r1=1816580&r2=1816581&view=diff
==============================================================================
--- subversion/site/staging/faq.ja.html (original)
+++ subversion/site/staging/faq.ja.html Tue Nov 28 23:02:58 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ãªãã¸ããªã«ã¯ãã®å¶ç´ã¯åå¨ããªãã
@@ -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/staging/faq.zh.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/faq.zh.html?rev=1816581&r1=1816580&r2=1816581&view=diff
==============================================================================
--- subversion/site/staging/faq.zh.html (original)
+++ subversion/site/staging/faq.zh.html Tue Nov 28 23:02:58 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>
@@ -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/staging/index.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/index.html?rev=1816581&r1=1816580&r2=1816581&view=diff
==============================================================================
--- subversion/site/staging/index.html (original)
+++ subversion/site/staging/index.html Tue Nov 28 23:02:58 2017
@@ -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
Modified: subversion/site/staging/news.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/news.html?rev=1816581&r1=1816580&r2=1816581&view=diff
==============================================================================
--- subversion/site/staging/news.html (original)
+++ subversion/site/staging/news.html Tue Nov 28 23:02:58 2017
@@ -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>
@@ -1656,7 +1656,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
Modified: subversion/site/staging/opw.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/opw.html?rev=1816581&r1=1816580&r2=1816581&view=diff
==============================================================================
--- subversion/site/staging/opw.html (original)
+++ subversion/site/staging/opw.html Tue Nov 28 23:02:58 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/staging/packages.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/packages.html?rev=1816581&r1=1816580&r2=1816581&view=diff
==============================================================================
--- subversion/site/staging/packages.html (original)
+++ subversion/site/staging/packages.html Tue Nov 28 23:02:58 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>
@@ -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/staging/site-banner.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/site-banner.html?rev=1816581&r1=1816580&r2=1816581&view=diff
==============================================================================
--- subversion/site/staging/site-banner.html (original)
+++ subversion/site/staging/site-banner.html Tue Nov 28 23:02:58 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/staging/source-code.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/source-code.html?rev=1816581&r1=1816580&r2=1816581&view=diff
==============================================================================
--- subversion/site/staging/source-code.html (original)
+++ subversion/site/staging/source-code.html Tue Nov 28 23:02:58 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>