You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by iv...@apache.org on 2015/09/28 12:05:15 UTC

svn commit: r1705642 - in /subversion/site/publish: ./ docs/ docs/community-guide/ docs/release-notes/

Author: ivan
Date: Mon Sep 28 10:05:15 2015
New Revision: 1705642

URL: http://svn.apache.org/viewvc?rev=1705642&view=rev
Log:
Update links to issues reflecting issue tracker migration to ASF JIRA
from tigris.org.

* publish/.htaccess
  (RedirectMatch ^/issue): Redirect to https://issues.apache.org/jira/browse/SVN-$1

* publish/doap.rdf
  (bug-database): Change to https://issues.apache.org/jira/browse/SVN

* publish/docs/community-guide/debugging.part.html
* publish/docs/community-guide/l10n.part.html
* publish/docs/issue4129.txt
* publish/docs/release-notes/1.1.html
* publish/docs/release-notes/1.3.html
* publish/docs/release-notes/1.5.html
* publish/docs/release-notes/1.6.html
* publish/docs/release-notes/1.7.html
* publish/docs/release-notes/1.8.html
* publish/docs/release-notes/1.9.html
* publish/docs/release-notes/release-history.html
* publish/faq.html
* publish/faq.ja.html
* publish/faq.zh.html
* publish/features.html
* publish/ideas.html
* publish/roadmap.html
  (*): Find and replace "http://subversion.tigris.org/issues/show_bug.cgi?id="
   with "https://issues.apache.org/jira/browse/SVN-".

Modified:
    subversion/site/publish/.htaccess
    subversion/site/publish/doap.rdf
    subversion/site/publish/docs/community-guide/debugging.part.html
    subversion/site/publish/docs/community-guide/l10n.part.html
    subversion/site/publish/docs/issue4129.txt
    subversion/site/publish/docs/release-notes/1.1.html
    subversion/site/publish/docs/release-notes/1.3.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.7.html
    subversion/site/publish/docs/release-notes/1.8.html
    subversion/site/publish/docs/release-notes/1.9.html
    subversion/site/publish/docs/release-notes/release-history.html
    subversion/site/publish/faq.html
    subversion/site/publish/faq.ja.html
    subversion/site/publish/faq.zh.html
    subversion/site/publish/features.html
    subversion/site/publish/ideas.html
    subversion/site/publish/roadmap.html

Modified: subversion/site/publish/.htaccess
URL: http://svn.apache.org/viewvc/subversion/site/publish/.htaccess?rev=1705642&r1=1705641&r2=1705642&view=diff
==============================================================================
--- subversion/site/publish/.htaccess (original)
+++ subversion/site/publish/.htaccess Mon Sep 28 10:05:15 2015
@@ -11,6 +11,6 @@ RedirectMatch ^/HACKING$ /docs/community
 RedirectMatch ^/prerelease-caveats$ /docs/community-guide/releasing.html#prerelease-caveats
 Redirect /wiki http://wiki.apache.org/subversion
 RedirectMatch permanent ^/issue-tracker(\.html)?$ /reporting-issues$1
-RedirectMatch ^/issue[^A-Za-z0-9]?(\d+)$ http://subversion.tigris.org/issues/show_bug.cgi?id=$1
+RedirectMatch ^/issue[^A-Za-z0-9]?(\d+)$ https://issues.apache.org/jira/browse/SVN-$1
 RewriteRule ^/?download(\.html)?/?$ /download.cgi [PT]
 

Modified: subversion/site/publish/doap.rdf
URL: http://svn.apache.org/viewvc/subversion/site/publish/doap.rdf?rev=1705642&r1=1705641&r2=1705642&view=diff
==============================================================================
--- subversion/site/publish/doap.rdf (original)
+++ subversion/site/publish/doap.rdf Mon Sep 28 10:05:15 2015
@@ -29,7 +29,7 @@
     <asfext:pmc rdf:resource="http://subversion.apache.org" />
     <shortdesc>Enterprise-class centralized version control for the masses</shortdesc>
     <description>Subversion exists to be universally recognized and adopted as an open-source, centralized version control system characterized by its reliability as a safe haven for valuable data; the simplicity of its model and usage; and its ability to support the needs of a wide variety of users and projects, from individuals to large-scale enterprise operations.</description>
-    <bug-database rdf:resource="http://subversion.tigris.org/issues/" />
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/SVN" />
     <mailing-list rdf:resource="http://subversion.apache.org/mailing-lists.html" />
     <download-page rdf:resource="http://subversion.apache.org/source-code.html" />
     <programming-language>C</programming-language>

Modified: subversion/site/publish/docs/community-guide/debugging.part.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/debugging.part.html?rev=1705642&r1=1705641&r2=1705642&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/debugging.part.html (original)
+++ subversion/site/publish/docs/community-guide/debugging.part.html Mon Sep 28 10:05:15 2015
@@ -160,7 +160,7 @@ following cryptic error messages:</p>
 
 <p>(The first message can also mean the data stream was corrupted in
 tunnel mode by user dotfiles or hook scripts; see 
-<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=1145"
+<a href="https://issues.apache.org/jira/browse/SVN-1145"
 >issue&nbsp;#1145</a>.)  The first message generally means you to have
 to debug the client; the second message generally means you have to
 debug the server.</p>

Modified: subversion/site/publish/docs/community-guide/l10n.part.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/l10n.part.html?rev=1705642&r1=1705641&r2=1705642&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/l10n.part.html (original)
+++ subversion/site/publish/docs/community-guide/l10n.part.html Mon Sep 28 10:05:15 2015
@@ -190,7 +190,7 @@ these:</p>
     title="Link to this section">&para;</a>
 </h3>
 
-<p>See <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=1977"
+<p>See <a href="https://issues.apache.org/jira/browse/SVN-1977"
 >issue&nbsp;#1977</a>.</p>
 
 </div>  <!-- windows -->

Modified: subversion/site/publish/docs/issue4129.txt
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/issue4129.txt?rev=1705642&r1=1705641&r2=1705642&view=diff
==============================================================================
--- subversion/site/publish/docs/issue4129.txt (original)
+++ subversion/site/publish/docs/issue4129.txt Mon Sep 28 10:05:15 2015
@@ -2,7 +2,7 @@ $LastChangedDate$
 $Revision$
 
 This is about issue #4129:
-http://subversion.tigris.org/issues/show_bug.cgi?id=4129
+https://issues.apache.org/jira/browse/SVN-4129
 "predecessor links on the root node-revision skip revisions"
 
 Symptoms:

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=1705642&r1=1705641&r2=1705642&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.1.html (original)
+++ subversion/site/publish/docs/release-notes/1.1.html Mon Sep 28 10:05:15 2015
@@ -173,7 +173,7 @@ feature</em>)</h4>
 <p>There have been historical problems with permissions when multiple
 users share a working copy.  We believe these problems to be fixed
 now, see <a
-href="http://subversion.tigris.org/issues/show_bug.cgi?id=1509">issue
+href="https://issues.apache.org/jira/browse/SVN-1509">issue
 #1509</a>.</p>
 
 <h4>New 'store-passwords' runtime variable:  (<em>new client feature</em>)</h4>

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=1705642&r1=1705641&r2=1705642&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.3.html (original)
+++ subversion/site/publish/docs/release-notes/1.3.html Mon Sep 28 10:05:15 2015
@@ -233,7 +233,7 @@ with timestamp and username:</p>
   server, but not until Subversion 1.4, because the implementation
   strategy there will be a bit different.
   See <a
-  href="http://subversion.tigris.org/issues/show_bug.cgi?id=2409"
+  href="https://issues.apache.org/jira/browse/SVN-2409"
   >Issue #2409</a> for details.</p>
 
 </div>  <!-- dav-logging -->
@@ -373,7 +373,7 @@ href="http://subversion.tigris.org/servl
 
 <p><b>svn status</b> is a bit faster, as is any command that involves
   tracing long lines of history, such as <b>svn log</b>.  See <a
-  href="http://subversion.tigris.org/issues/show_bug.cgi?id=1970"
+  href="https://issues.apache.org/jira/browse/SVN-1970"
   >issue #1970</a> for details.</p>
 
 <p>It's particularly noticeable when <b>svn blame</b> is run on a file with a

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=1705642&r1=1705641&r2=1705642&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.5.html (original)
+++ subversion/site/publish/docs/release-notes/1.5.html Mon Sep 28 10:05:15 2015
@@ -249,7 +249,7 @@ builds the index lazily as the informati
 repositories with lots of revisions, it's better to create the index
 in one step, using the aforementioned tool, than to have live queries
 be slower until the index has built itself.  See <a
-href="http://subversion.tigris.org/issues/show_bug.cgi?id=3024" >issue
+href="https://issues.apache.org/jira/browse/SVN-3024" >issue
 #3024</a> for details.</p>
 
 </div>  <!-- repos-upgrades -->
@@ -511,30 +511,30 @@ itself now uses.</p>
 working on the most important ones first, which are:</p>
 
 <ul>
-<li><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3128"
+<li><a href="https://issues.apache.org/jira/browse/SVN-3128"
     >issue #3128</a>: <code>merge --reintegrate</code> should handle
     renames better</li>
-<li><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=2897"
+<li><a href="https://issues.apache.org/jira/browse/SVN-2897"
     >issue #2897</a>: proper support for reflective merges</li>
-<li><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3126"
+<li><a href="https://issues.apache.org/jira/browse/SVN-3126"
     >issue #3126</a>: better change-availability reporting
     (<code>svn&nbsp;mergeinfo</code> shows too few or too many eligible
     revisions)</li>
-<li><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=2837"
+<li><a href="https://issues.apache.org/jira/browse/SVN-2837"
     >issue #2837</a>: allow merge tracking to be useful when performing
     cyclic merging</li>
-<li><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3056"
+<li><a href="https://issues.apache.org/jira/browse/SVN-3056"
     >issue #3056</a>: avoid repeat merge in an intelligent way</li>
-<li><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=2898"
+<li><a href="https://issues.apache.org/jira/browse/SVN-2898"
     >issue #2898</a>: handle mergeinfo when deleting/adding children
     you don't have access to</li>
-<li><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3067"
+<li><a href="https://issues.apache.org/jira/browse/SVN-3067"
     >issue #3067</a>: subtrees that don't exist at the start or end of
     a merge range shouldn't break the merge</li>
-<li><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3157"
+<li><a href="https://issues.apache.org/jira/browse/SVN-3157"
     >issue #3157</a>: merging a change from a path's natural history
     creates self-referential mergeinfo</li>
-<li><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3174"
+<li><a href="https://issues.apache.org/jira/browse/SVN-3174"
     >issue #3174</a>: merge algorithm chokes on subtrees needing
     special attention that have been renamed</li>
 </ul>
@@ -546,7 +546,7 @@ href="http://subversion.tigris.org/issue
 >list of all merge-related open issues</a>, though note that not all
 of merge-related issues are about merge-tracking and many predate it.)</p>
 
-<p><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3157"
+<p><a href="https://issues.apache.org/jira/browse/SVN-3157"
 >Issue #3157</a> is particularly easy to run into, so here's a more
 detailed explanation of what the issue is and how to work around
 it:</p>
@@ -716,7 +716,7 @@ interface for sparse checkouts&nbsp;&mda
 command to unselect or "fold up" a subdirectory after you've brought
 it into a sparse working copy (although there are some fairly easy
 workarounds to achieve the same effect).  See <a
-href="http://subversion.tigris.org/issues/show_bug.cgi?id=2843" >issue
+href="https://issues.apache.org/jira/browse/SVN-2843" >issue
 #2843</a> for details.</p>
 
 </div>  <!-- sc-ui -->
@@ -1339,7 +1339,7 @@ fetching a pristine copy of the file fro
 address this in svn 1.6.</p>
 
 <p>See <a
-href="http://subversion.tigris.org/issues/show_bug.cgi?id=503" >issue
+href="https://issues.apache.org/jira/browse/SVN-503" >issue
 #503</a> for more.</p>
 
 </div> <!-- leverage-copyfrom -->
@@ -1354,7 +1354,7 @@ href="http://subversion.tigris.org/issue
 revisions.</p>
 
 <p>See <a
-href="http://subversion.tigris.org/issues/show_bug.cgi?id=2546" >issue
+href="https://issues.apache.org/jira/browse/SVN-2546" >issue
 #2546</a> for more.</p>
 
 </div>  <!-- copy-peg-revs -->
@@ -1374,7 +1374,7 @@ single object in a working copy:</p>
 </pre>
 
 <p>See <a
-href="http://subversion.tigris.org/issues/show_bug.cgi?id=756" >issue
+href="https://issues.apache.org/jira/browse/SVN-756" >issue
 #756</a> for more.</p>
 
 </div>  <!-- multi-op-copy-move -->
@@ -1406,7 +1406,7 @@ when doing a local copy or move:</p>
 copy/move working copy and repository combinations.</p>
 
 <p>See <a
-href="http://subversion.tigris.org/issues/show_bug.cgi?id=747" >issue
+href="https://issues.apache.org/jira/browse/SVN-747" >issue
 #747</a> for more.</p>
 
 </div>  <!-- multi-src-copy -->
@@ -1421,7 +1421,7 @@ href="http://subversion.tigris.org/issue
 (as in: "<tt>-rBASE</tt>").</p>
 
 <p>See <a
-href="http://subversion.tigris.org/issues/show_bug.cgi?id=1643" >issue
+href="https://issues.apache.org/jira/browse/SVN-1643" >issue
 #1643</a> for more.</p>
 
 </div>  <!-- cp-takes-base -->
@@ -1481,7 +1481,7 @@ which version of a file to retain (which
 batch-style conflict resolution).</p>
 
 <p>See <a
-href="http://subversion.tigris.org/issues/show_bug.cgi?id=2784" >issue
+href="https://issues.apache.org/jira/browse/SVN-2784" >issue
 #2784</a> for more.</p>
 
 </div>  <!-- resolve -->
@@ -1497,7 +1497,7 @@ href="http://subversion.tigris.org/issue
 directories as necessary to create the destination path.</p>
 
 <p>See <a
-href="http://subversion.tigris.org/issues/show_bug.cgi?id=1776" >issue
+href="https://issues.apache.org/jira/browse/SVN-1776" >issue
 #1776</a> for more</p>
 
 </div>  <!-- intermediate-directories -->
@@ -1524,7 +1524,7 @@ Commit now takes a <strong><tt>--with-re
 allowing one to set revision properties
 
 <p>See <a
-href="http://subversion.tigris.org/issues/show_bug.cgi?id=1976" >issue
+href="https://issues.apache.org/jira/browse/SVN-1976" >issue
 #1976</a> for more.</p>
 
 </div>  <!-- commit-revprops -->

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=1705642&r1=1705641&r2=1705642&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.6.html (original)
+++ subversion/site/publish/docs/release-notes/1.6.html Mon Sep 28 10:05:15 2015
@@ -276,7 +276,7 @@ Summary of conflicts:
 </pre>
 
 Minor problems with the conflict summary are described in
-<em><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3342">issue 3342</a></em>.
+<em><a href="https://issues.apache.org/jira/browse/SVN-3342">issue 3342</a></em>.
 
 </div>  <!-- conflict summary -->
 
@@ -467,7 +467,7 @@ external.</p>
 
 <div class="h4" id="shell-quoting-externals">
 <h4>Support usual shell quoting rules in externals definitions
-  (<em><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=2461">issue 2461</a></em>, client)
+  (<em><a href="https://issues.apache.org/jira/browse/SVN-2461">issue 2461</a></em>, client)
   <a class="sectionlink" href="#shell-quoting-externals"
     title="Link to this section">&para;</a>
 </h4>
@@ -555,7 +555,7 @@ drastically smaller repositories.  These
 
 <div class="h4" id="rep-sharing">
 <h4>Sharing multiple common representations
-  (<em><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=2286">issue 2286</a></em>,
+  (<em><a href="https://issues.apache.org/jira/browse/SVN-2286">issue 2286</a></em>,
    <em>server</em>)
   <a class="sectionlink" href="#rep-sharing"
     title="Link to this section">&para;</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=1705642&r1=1705641&r2=1705642&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.7.html (original)
+++ subversion/site/publish/docs/release-notes/1.7.html Mon Sep 28 10:05:15 2015
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
    "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
@@ -154,7 +154,7 @@ via calls to the <code>svn_ra.h</code> i
     <td>1.7</td>
     <td>any</td>
     <td>Fixes a race condition in <tt>svnsync</tt> (<a
-        href="http://subversion.tigris.org/issues/show_bug.cgi?id=3546"
+        href="https://issues.apache.org/jira/browse/SVN-3546"
         >issue #3546</a>).</td></tr>
   <tr>
     <td><a href="#subtree-mergeinfo-recording">reduced subtree mergeinfo 
@@ -223,7 +223,7 @@ example illustrates these changes.</p>
 
 <p>Improvements have been made to the output of <tt>svn update</tt>
 when updating multiple working copies at once (see
-<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3693"
+<a href="https://issues.apache.org/jira/browse/SVN-3693"
   >issue #3693</a>). Below is an example of the new output:</p>
 
 <pre>
@@ -336,7 +336,7 @@ in access to items in your repositories
 denied&mdash;or granted&mdash;as a result of upgrading to Subversion
 1.7.  Please review all authz access files for case correctness.  (For
 details,
-see <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3781"
+see <a href="https://issues.apache.org/jira/browse/SVN-3781"
 >issue #3781</a>).</p>
 
 </div>  <!-- case-sensitive-authz -->
@@ -351,7 +351,7 @@ see <a href="http://subversion.tigris.or
   FSFS revision files</a>, and Subversion 1.7.x alpha releases (up to
 1.7.0-alpha3) supported packing of revprops into an SQLite database.  This
 support is not present in the final release (see <a
-href="http://subversion.tigris.org/issues/show_bug.cgi?id=3952"
+href="https://issues.apache.org/jira/browse/SVN-3952"
 >issue #3952</a> for the reason).  Any
 FSFS-backed repositories that were <tt>svnadmin create</tt>d or
 <tt>svnadmin upgrade</tt>d by <tt>svnadmin</tt> from a nightly build or
@@ -377,7 +377,7 @@ format supported by both 1.6 and 1.7.  (
 >contributions</a> of such a script.)</p>
 
 <p>We plan to reintroduce revprop packing in a future release; see <a
-href="http://subversion.tigris.org/issues/show_bug.cgi?id=3944"
+href="https://issues.apache.org/jira/browse/SVN-3944"
 >issue #3944</a> for details.</p>
 
 </div>  <!-- revprop-packing -->
@@ -394,7 +394,7 @@ but kept on disk to retain meta-data sto
 With the new working copy format introduced in Subversion 1.7 it is no
 longer necessary to keep the removed directory on disk. This also
 facilitates better handling of directory replacements in the working
-copy (see <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3468"
+copy (see <a href="https://issues.apache.org/jira/browse/SVN-3468"
 >issue #3468</a> for details).</p>
 
 <p>If the <tt>--keep-local</tt> option is used, <tt>svn remove</tt> will
@@ -448,7 +448,7 @@ appear in future releases.</p>
 
 <p>A number of known (and unknown) bugs have been fixed by the new working
 copy metadata system (see
-<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3357">issue
+<a href="https://issues.apache.org/jira/browse/SVN-3357">issue
 #3357</a>).</p>
 
 <div class="h4" id="single-db"> 
@@ -478,7 +478,7 @@ result in working copy corruption.</p>
   <tt>cp</tt>, or <tt>rsync</tt>) that is being accessed by a Subversion
   process is not supported for Subversion&nbsp;1.7 working copies, and may
   cause the duplicate (new) working copy to be created corrupted. (See <a
-    href="http://subversion.tigris.org/issues/show_bug.cgi?id=3596"
+    href="https://issues.apache.org/jira/browse/SVN-3596"
   >issue #3596</a> for details.)</div>
 
 
@@ -507,7 +507,7 @@ are no longer needed by the current stat
 periodically in order to reclaim
 the disk space of unreferenced pristines.  We expect a future Subversion
 release to purge unreferenced (and thus unused) pristines automatically; see
-<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=4071">issue #4071</a>
+<a href="https://issues.apache.org/jira/browse/SVN-4071">issue #4071</a>
 for details.</p>
 
 </div>  <!-- wc-pristines -->
@@ -602,7 +602,7 @@ processes may attempt to write concurren
 This is the same problem that the new <a href="#atomic-revprops"
 >atomic revprop changes feature</a> fixes for
 <tt>svnsync</tt> (see <a
-href="http://subversion.tigris.org/issues/show_bug.cgi?id=3546"
+href="https://issues.apache.org/jira/browse/SVN-3546"
  >issue #3546</a>), and the same <a href="#atomic-revprops">server-side
 workaround</a> is available.</p>
 
@@ -638,7 +638,7 @@ from the network access library than
 <a href="/docs/api/latest/svn__ra_8h.html?svn_ra_replay_range#a9fbcde06ba0b9ddb331631852f3277bd"
 >the API</a> permits it to be.  This problem manifests itself in particular
 with the <a href="#serf">ra_serf HTTP access library</a>, as documented
-in <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=4116"
+in <a href="https://issues.apache.org/jira/browse/SVN-4116"
 >issue #4116</a>.  A workaround is to
 <a href="http://svnbook.red-bean.com/en/1.7/svn.advanced.confarea.html#svn.advanced.confarea.opts.servers"
 >use the ra_neon HTTP access library</a> (which is the default).</p>
@@ -679,13 +679,13 @@ set on patched files.</p>
 <p><tt>svn diff</tt> will now produce unidiff output for Subversion
 property changes, and <tt>svn patch</tt> is able to apply these changes
 to properties (except for <tt>svn:mergeinfo</tt>, see
-<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3747"
+<a href="https://issues.apache.org/jira/browse/SVN-3747"
   >issue #3747</a>).</p>
 
 <p>When a patch does not apply cleanly some or all changes listed in the
 patch might be rejected. But <tt>svn patch</tt> currently does not
 mark files with rejected changes as conflicted (see
-<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3565"
+<a href="https://issues.apache.org/jira/browse/SVN-3565"
   >issue #3565</a>). Files which weren't patched successfully can be
 committed without being touched by <tt>svn resolve</tt> first.
 This problem will be addressed in a future release of Subversion.</p>
@@ -989,11 +989,11 @@ future performance improvements that are
 <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.
 But because of some remaining issues (for instance
-<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3979"
+<a href="https://issues.apache.org/jira/browse/SVN-3979"
   >issue #3979</a>,
-<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3980"
+<a href="https://issues.apache.org/jira/browse/SVN-3980"
   >issue #3980</a>, and
-<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3981"
+<a href="https://issues.apache.org/jira/browse/SVN-3981"
   >issue #3981</a>),
 Subversion 1.7 still uses neon by default.
 Remaining problems are mostly due to insufficient infrastructure deployed
@@ -1063,11 +1063,11 @@ redirects (<tt>302 Found</tt> and <tt>30
 <p>Revprop changes are now handled atomically.
 This fixes a known race condition in the locking algorithm used by
 <tt>svnsync</tt> (see <a
-href="http://subversion.tigris.org/issues/show_bug.cgi?id=3546"
+href="https://issues.apache.org/jira/browse/SVN-3546"
  >issue #3546</a>).  It is possible to fix the svnsync race condition
 even for pre-1.7 svnsync clients by installing the pre-revprop-change hook
 script given in
-<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3546#desc12"
+<a href="https://issues.apache.org/jira/browse/SVN-3546?focusedCommentId=14928752&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14928752"
  >comment 12 of issue #3546</a>.  (The hook script requires a 1.7 or newer
 <em>server</em> for correctness.)</p>
 

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=1705642&r1=1705641&r2=1705642&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.8.html (original)
+++ subversion/site/publish/docs/release-notes/1.8.html Mon Sep 28 10:05:15 2015
@@ -698,7 +698,7 @@ of an SSL client certificate file unless
 option (found in the <code>[auth]</code> section of the 'config' file)
 to "yes".</p>
 
-<p>See <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=2410">issue
+<p>See <a href="https://issues.apache.org/jira/browse/SVN-2410">issue
 #2410</a> for discussion and details.</p>
 
 </div>  <!-- client-cert-prompt-suppression -->
@@ -821,7 +821,7 @@ specially. Behavioural changes include:<
 <ul>
   <li><p>Tree conflicts involving replacements are currently
     not detected when updating a moved file or directory (see <a
-    href="http://subversion.tigris.org/issues/show_bug.cgi?id=4318"
+    href="https://issues.apache.org/jira/browse/SVN-4318"
     >issue #4318</a>).</p></li>
   <li><p>Tree conflicts flagged by <tt>svn merge</tt> cannot be automatically
     resolved yet. This will be addressed in a future release.</p></li>
@@ -1515,7 +1515,7 @@ the <tt>--accept</tt> option, if given.<
 is not held open while interactive conflict resolution is performed.
 In Subversion 1.7, the connection could time out if the user spent
 too much time resolving a conflict (see
-<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3846"
+<a href="https://issues.apache.org/jira/browse/SVN-3846"
 >issue #3846</a>).</p>
 
 </div>  <!-- conflicts-postponed -->
@@ -1638,7 +1638,7 @@ files in the destination repository. Per
 hotcopy</tt> is only limited by disk I/O.</p>
 
 <p>Incremental hotcopy is not supported for BDB repositories.
-See <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=4081"
+See <a href="https://issues.apache.org/jira/browse/SVN-4081"
 >issue 4081</a> for more information.</p>
 
 <div class="notice">
@@ -2113,7 +2113,7 @@ to that of other Subversion configuratio
 </h4>
 
 <p>As documented in <a
-href="http://subversion.tigris.org/issues/show_bug.cgi?id=2487"
+href="https://issues.apache.org/jira/browse/SVN-2487"
 >issue #2487</a>, hook scripts run on a <tt>mod_dav_svn</tt>-based
 Subversion server previously had problems with non-ASCII input and output.
 Because Apache HTTPD modules always run in the &quot;C&quot; locale,

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=1705642&r1=1705641&r2=1705642&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.9.html (original)
+++ subversion/site/publish/docs/release-notes/1.9.html Mon Sep 28 10:05:15 2015
@@ -1412,7 +1412,7 @@ may be fixed in later 1.9.x releases.</p
     title="Link to this section">&para;</a>
 </h3>
 
-<p>See <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=4598">issue #4598 "No-op changes no longer dumped by 'svnadmin dump' in 1.9"</a>.
+<p>See <a href="https://issues.apache.org/jira/browse/SVN-4598">issue #4598 "No-op changes no longer dumped by 'svnadmin dump' in 1.9"</a>.
 </p>
 
 <p>The impact of this change is still under discussion. A brief, initial

Modified: subversion/site/publish/docs/release-notes/release-history.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/release-history.html?rev=1705642&r1=1705641&r2=1705642&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/release-history.html (original)
+++ subversion/site/publish/docs/release-notes/release-history.html Mon Sep 28 10:05:15 2015
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
    "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
@@ -502,10 +502,10 @@ Subversion 2.0.</p>
           Fixes to regression test suite, filesystem improvements,
           bring win32 build up-to-date and allow configuration files
           under Win32
-          (<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=579"
+          (<a href="https://issues.apache.org/jira/browse/SVN-579"
           >issue #579</a>),
           fix various command line client outputs
-          (<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=728"
+          (<a href="https://issues.apache.org/jira/browse/SVN-728"
           >issue #728</a>),
           add a man page, and of course the usual bug fixes. 
       </li>
@@ -513,10 +513,10 @@ Subversion 2.0.</p>
         <b>Subversion 0.13.1</b> (20 June 2002): continuing the
       wrap-up for Alpha.
           module system
-          (<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=517"
+          (<a href="https://issues.apache.org/jira/browse/SVN-517"
           >issue #517</a>),
           client feedback system rewrite
-          (<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=662"
+          (<a href="https://issues.apache.org/jira/browse/SVN-662"
           >issue #662</a>), copy history traversal in many commands, a
 	new <tt>svn export</tt> command, versioned headers and libs,
 	improved test framework, more SWIG work, the delta combiner,
@@ -528,95 +528,95 @@ Subversion 2.0.</p>
            Primary issues fixed:
 
           fs dump/load format
-          (<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=648"
+          (<a href="https://issues.apache.org/jira/browse/SVN-648"
           >issue #648</a>);
           new fs nodeID schema
-          (<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=654"
+          (<a href="https://issues.apache.org/jira/browse/SVN-654"
           >issue #654</a>);
           vsn-rsrc-urls use rev/path
-          (<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=652"
+          (<a href="https://issues.apache.org/jira/browse/SVN-652"
           >issue #652</a>);
           module system
-          (<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=517"
+          (<a href="https://issues.apache.org/jira/browse/SVN-517"
           >issue #517</a>);
 	  reporting deleted entries to the server
-          (<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=658"
+          (<a href="https://issues.apache.org/jira/browse/SVN-658"
           >issue #658</a>);
           eliminate skel_t usage
-          (<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=656"
+          (<a href="https://issues.apache.org/jira/browse/SVN-656"
           >issue #656</a>).
       </li>
       <li>
 	<b>Subversion 0.12</b> (3 May 2002):
         Updates to handle disjoint working copies
-           (<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=663"
+           (<a href="https://issues.apache.org/jira/browse/SVN-663"
            >issue #663</a>);
         version the execute bit on files
-           (<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=522"
+           (<a href="https://issues.apache.org/jira/browse/SVN-522"
            >issue #522</a>);
         use text-base checksums in working copies
-           (<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=549"
+           (<a href="https://issues.apache.org/jira/browse/SVN-549"
            >issue #549</a>);
         fix bug in keyword expansion (<a
-           href="http://subversion.tigris.org/issues/show_bug.cgi?id=646"
+           href="https://issues.apache.org/jira/browse/SVN-646"
            >issue #646</a>);
         various fixes/improvements to the versioning filesystem (issues
-           <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=648"
+           <a href="https://issues.apache.org/jira/browse/SVN-648"
            >#648</a>,
-           <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=651"
+           <a href="https://issues.apache.org/jira/browse/SVN-651"
            >#651</a>, and
-           <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=653"
+           <a href="https://issues.apache.org/jira/browse/SVN-653"
            >#653</a>, and
-           <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=654"
+           <a href="https://issues.apache.org/jira/browse/SVN-654"
            >#654</a>), improvements to svn diff and svn rm.
       </li>
       <li>
 	<b>Subversion 0.11</b> (12 April 2002): 
         Commits to handle disjoint working copies
-           (<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=575"
+           (<a href="https://issues.apache.org/jira/browse/SVN-575"
            >issue #575</a>);
         use 3-way merge in updates;
         access to repository via http proxy
-           (<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=579"
+           (<a href="https://issues.apache.org/jira/browse/SVN-579"
            >issue #579</a>);
         <tt>svn&nbsp;merge</tt> (<a
-           href="http://subversion.tigris.org/issues/show_bug.cgi?id=504"
+           href="https://issues.apache.org/jira/browse/SVN-504"
            >issue #504</a>);
         various fixes for text editor invocation (issues
-           <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=638"
+           <a href="https://issues.apache.org/jira/browse/SVN-638"
            >#638</a>,
-           <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=633"
+           <a href="https://issues.apache.org/jira/browse/SVN-633"
            >#633</a>, and
-           <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=615"
+           <a href="https://issues.apache.org/jira/browse/SVN-615"
            >#615</a>).
       </li>
       <li> <b>Subversion 0.10</b> (8 March 2002): usability,
          reliability, and performance: 
          Delta-editor interface changes to promote better memory usage;
          "streamy" writes into the FS (<a
-         href="http://subversion.tigris.org/issues/show_bug.cgi?id=412"
+         href="https://issues.apache.org/jira/browse/SVN-412"
          >issue #412</a>); better pool management overall;
          clearer error messages; configuration improvements.
       </li>
       <li> <b>Subversion 0.9</b> (18 February 2002):
          "svn&nbsp;switch" (<a
-         href="http://subversion.tigris.org/issues/show_bug.cgi?id=575"
+         href="https://issues.apache.org/jira/browse/SVN-575"
          >issue #575</a>); resolution of some repository db stability
          issues (<a
-         href="http://subversion.tigris.org/issues/show_bug.cgi?id=608">issue
+         href="https://issues.apache.org/jira/browse/SVN-608">issue
          #608</a>); and many small features and bugfixes since 0.8, all
          praise to the Conquering Developer Hordes.  See the
          <a href="http://svn.apache.org/repos/asf/subversion/trunk/CHANGES">CHANGES</a>
          file for details.
       </li>
       <li> <b>Subversion 0.8</b> (14 January 2002): Commit system rewrite (<a
-         href="http://subversion.tigris.org/issues/show_bug.cgi?id=463">issue
+         href="https://issues.apache.org/jira/browse/SVN-463">issue
          #463</a>); diffs over the network in both directions (<a
-         href="http://subversion.tigris.org/issues/show_bug.cgi?id=518">issue
+         href="https://issues.apache.org/jira/browse/SVN-518">issue
          #518</a>); newline conversion and keyword substitution (<a
-         href="http://subversion.tigris.org/issues/show_bug.cgi?id=524">issue
+         href="https://issues.apache.org/jira/browse/SVN-524">issue
          #524</a>); and code migration from libsvn_fs to libsvn_repos (<a
-         href="http://subversion.tigris.org/issues/show_bug.cgi?id=428">issue
+         href="https://issues.apache.org/jira/browse/SVN-428">issue
          #428</a>).
       </li>
       <li> <b>Subversion 0.7</b> (3 December 2001): Branching and tagging.

Modified: subversion/site/publish/faq.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/faq.html?rev=1705642&r1=1705641&r2=1705642&view=diff
==============================================================================
--- subversion/site/publish/faq.html (original)
+++ subversion/site/publish/faq.html Mon Sep 28 10:05:15 2015
@@ -1274,7 +1274,7 @@ revisions and possibly invalidating all
 <p>The project has plans, however, to someday implement an <b>svnadmin
 obliterate</b> command which would accomplish the task of permanently
 deleting information. (See <a
-href="http://subversion.tigris.org/issues/show_bug.cgi?id=516">issue
+href="https://issues.apache.org/jira/browse/SVN-516">issue
 516</a>.)</p>
 
 <p>In the meantime, your only recourse is to <b>svnadmin dump</b> your
@@ -1429,7 +1429,7 @@ a Subversion working copy:</p>
 
 <p>There is an issue filed for enhancing <tt>svn&nbsp;import</tt> to
 be able to convert the imported tree to a working copy automatically;
-see <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=1328"
+see <a href="https://issues.apache.org/jira/browse/SVN-1328"
 >issue 1328</a>.</p>
 
 </div>
@@ -2001,7 +2001,7 @@ noticed, it's easy to fix: just set the
 automatically "broadcasts" run-time settings to clients, such as
 auto-props settings.  There's already a feature request filed for this
 (<a
-href="http://subversion.tigris.org/issues/show_bug.cgi?id=1974">issue
+href="https://issues.apache.org/jira/browse/SVN-1974">issue
 1974</a>), though this feature is still being debated by developers,
 and isn't being worked on yet.</p>
 
@@ -3234,8 +3234,8 @@ a 301 error to occur.</p>
 <a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25040"
    >http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25040</a>.  You
 may also want to read over 
-<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=1608"
-   >http://subversion.tigris.org/issues/show_bug.cgi?id=1608</a>
+<a href="https://issues.apache.org/jira/browse/SVN-1608"
+   >https://issues.apache.org/jira/browse/SVN-1608</a>
 to see if the description there matches your symptoms.
 </p>
 
@@ -3270,7 +3270,7 @@ its associated thread for more details.
 </h3>
 
 <p>See <a
-href="http://subversion.tigris.org/issues/show_bug.cgi?id=695">issue
+href="https://issues.apache.org/jira/browse/SVN-695">issue
 695</a>.  The current implementation of <tt>svn checkout -N</tt> is
 quite broken.  It results in a working copy which has missing entries,
 yet is ignorant of its "incompleteness".  Apparently a whole bunch of
@@ -3386,7 +3386,7 @@ program to change the files it receives,
 working copy.</p>
 
 <p>For further information, see issue
-<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=2044">#2044</a>.</p>
+<a href="https://issues.apache.org/jira/browse/SVN-2044">#2044</a>.</p>
 
 </div>
 
@@ -3729,7 +3729,7 @@ solution described here was not mentione
     
 <p>Invoke <tt>svnserve</tt> with the <tt>--listen-host=0.0.0.0</tt> option.
   Svnserve does not properly support IPv4/IPv6 dual-stack operation. 
-  See <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=2382"
+  See <a href="https://issues.apache.org/jira/browse/SVN-2382"
   >issue #2382</a>.</p>
 </div>
 
@@ -3842,7 +3842,7 @@ stops, leaving the working copy half-swi
 up with an unusable working copy.  Sometimes with these situations,
 the user is directed to do <tt>svn cleanup</tt>.  But the <tt>svn
 cleanup</tt> may also encounter an error.  See <a
-href="http://subversion.tigris.org/issues/show_bug.cgi?id=2505">issue
+href="https://issues.apache.org/jira/browse/SVN-2505">issue
 #2505</a>.</p>
 
 <p>The user can manually remove the directories or files causing
@@ -3884,7 +3884,7 @@ and switch the copy when a switch to ano
 </ol>
 
 <p>Some examples are detailed 
-<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=2505">here in issue 2505</a>.
+<a href="https://issues.apache.org/jira/browse/SVN-2505">here in issue 2505</a>.
 The problem is that the svn client plays it 
 safe and doesn't want to delete anything unversioned. 
 </p>
@@ -4056,7 +4056,7 @@ handle.</p>
 1.4.4 does not know about these new features, and that if 1.4.4 were
 to meddle with the working copy metadata now, important information
 might be lost, possibly causing corruption (see <a
-href="http://subversion.tigris.org/issues/show_bug.cgi?id=2961" >issue
+href="https://issues.apache.org/jira/browse/SVN-2961" >issue
 #2961</a>, for example).</p>
 
 <p>Subversion 1.7.0 and newer will not upgrade working copies unless
@@ -4371,7 +4371,7 @@ take a long time?
 
 <p>If you are seeing slow server-side copying (a.k.a. branching or tagging)
 with a Subversion repository served over HTTP(S), you might be running into
-<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=4531"
+<a href="https://issues.apache.org/jira/browse/SVN-4531"
 >issue 4531</a>. This problem is caused by a crawl of
 the &ldquo;tree-to-copy&rdquo; by
 httpd's mod_dav module on the server (giving the copy a performance cost of

Modified: subversion/site/publish/faq.ja.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/faq.ja.html?rev=1705642&r1=1705641&r2=1705642&view=diff
==============================================================================
--- subversion/site/publish/faq.ja.html (original)
+++ subversion/site/publish/faq.ja.html Mon Sep 28 10:05:15 2015
@@ -857,7 +857,7 @@ SubversionをApacheの元で
 あるリビジョンを履歴上から除去した場合、ドミノ倒しのように以降に続く全てのリビジョンを目茶苦茶にしてしまい、恐らく全ての作業コピーがだめになってしまうだろう。</p>
 
 <p>とはいえ、プロジェクトとしては、いつの日か、<b>svnadmin obliterate</b> コマンドを実装する、というプランを持っている。
-このコマンドを使うことで、情報を永久に消し去ることが出来るようになるだろう(<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=516">issue 516</a>を参照の事)。</p>
+このコマンドを使うことで、情報を永久に消し去ることが出来るようになるだろう(<a href="https://issues.apache.org/jira/browse/SVN-516">issue 516</a>を参照の事)。</p>
 
 <p>それまでの間は、あなたの取り得る手段としては、<b>svnadmin dump</b>でリポジトリのダンプを取り、そのファイルをパイプ経由で<b>svndumpfilter</b>を通過させ(不正なパスを取り除く)、その出力を<b>svnadmin load</b>コマンドへ読み込ませる、ということになる。
 詳細は、Subversion bookの<a href="http://svnbook.red-bean.com/nightly/en/svn.reposadmin.html">第5章</a>を参照の事。</p>
@@ -960,7 +960,7 @@ $ svnadmin setlog REPOS_PATH -r N FILE
 これで<tt>/etc</tt>は作業コピーへと変化する。
 一度この作業が済んだ後は、普通に<tt>svn&nbsp;add</tt>コマンドをつかって、ファイルやサブツリー群をリポジトリへ追加することができる。</p>
 
-<p>svn import を強化して、インポートされたツリーを自動的に作業コピーへ変換できるようにする、というのは課題だ。<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=1328">issue 1328</a>を参照。</p>
+<p>svn import を強化して、インポートされたツリーを自動的に作業コピーへ変換できるようにする、というのは課題だ。<a href="https://issues.apache.org/jira/browse/SVN-1328">issue 1328</a>を参照。</p>
 
 </div>
 
@@ -1386,7 +1386,7 @@ Subversion Book の <a href="http://s
 ただ、属性を設定して、コミットするだけだ。</p>
 
 <p>注意: 多くのユーザが、ランタイム設定、例えばauto-propsの設定等を、サーバからクライアントへ自動的に「ブロードキャスト」する機能が欲しい、と言ってきている。
-これは、機能要求としては既に受け付けられているんだけど(<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=1974">issue 1974</a>)、この機能は開発者の間で現在議論中なので、まだ作業には取りかかっていない。</p>
+これは、機能要求としては既に受け付けられているんだけど(<a href="https://issues.apache.org/jira/browse/SVN-1974">issue 1974</a>)、この機能は開発者の間で現在議論中なので、まだ作業には取りかかっていない。</p>
 
 </div>
 
@@ -2290,7 +2290,7 @@ rev 24:&nbsp; (no author) | 2003-07-29 1
 
 <p>これは、恐らく、Apache HTTPサーバ(バージョン2.0.48以前)の既知のバグだ。
 パッチを<a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25040">http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25040</a>から取得することができる。
-併せて、あなたの状況が、<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=1608">http://subversion.tigris.org/issues/show_bug.cgi?id=1608</a>に書かれている内容と一致するかどうかを調べて見た方が良いだろう。</p>
+併せて、あなたの状況が、<a href="https://issues.apache.org/jira/browse/SVN-1608">https://issues.apache.org/jira/browse/SVN-1608</a>に書かれている内容と一致するかどうかを調べて見た方が良いだろう。</p>
 
 </div>
 
@@ -2315,7 +2315,7 @@ rev 24:&nbsp; (no author) | 2003-07-29 1
     title="Link to this section">&para;</a>
 </h3>
 
-<p><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=695">issue 695</a>を参照の事。
+<p><a href="https://issues.apache.org/jira/browse/SVN-695">issue 695</a>を参照の事。
 <tt>svn checkout -N</tt>の現在の実装は、少し壊れている。
 このコマンドの実行結果は、不足エントリのある作業コピー、ということになるんだけど、その「不完全性」には気づかない。
 どうやら、CVSユーザのある種の人々は、このパラダイムへ幾分依存しているようなんだけど、Subversion の開発者は、そうではない。
@@ -2390,7 +2390,7 @@ Apache をサービスã�
 <p>警告: Subversion は、外部の diff プログラムを、受信したファイルを変更する為には期待していないことに注意して欲しい。
 そうした場合、作業コピーをごちゃ混ぜにしてしまうだろう。</p>
 
-<p>詳細は、issue<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=2044">#2044</a>を参照のこと。</p>
+<p>詳細は、issue<a href="https://issues.apache.org/jira/browse/SVN-2044">#2044</a>を参照のこと。</p>
 
 </div>
 
@@ -2726,7 +2726,7 @@ svn: This client is too old to work with
 <p>不運な事に、もし間違った修正方法を採用した場合、作業コピーは利用不可能になってしまう。
 このような事態に陥った場合、時折、ユーザは、<tt>svn cleanup</tt>するようにと指示される。
 しかし、<tt>svn cleanup</tt>も失敗するかもしれない。
-<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=2505">issue #2025</a>を参照して欲しい。</p>
+<a href="https://issues.apache.org/jira/browse/SVN-2505">issue #2025</a>を参照して欲しい。</p>
 
 <p>ユーザは手動で、問題を引き起こしたディレクトリやファイルを取り除き、その後<tt>svn cleanup</tt>を実行して、切り替え処理を継続させることで、この状況から復活させることが可能だ。</p>
 
@@ -2757,7 +2757,7 @@ svn status --no-ignore | grep '^[I?]' |
 
 </ol>
 
-<p>幾つかの例が、<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=2505">ここ issue 2505</a>にある。
+<p>幾つかの例が、<a href="https://issues.apache.org/jira/browse/SVN-2505">ここ issue 2505</a>にある。
 問題は、svn client が切り替え処理を安全に、且つ、バージョン管理されていない如何なる物も消去することなしに行おうという点にある。
 </p>
 
@@ -2896,7 +2896,7 @@ Subversionをアップグ
 1.4.4 はこれらの新機能に関しては何も知らないが、少なくとも、作業コピーのフォーマットが、自分の扱うことが出来ない、何やら上位の版へとアップグレードされている、ということだけは認識することが出来る。</p>
 
 <p>1.5.0 では、正当な理由で作業コピーをアップグレードした。
-というのは、1.4.4 は、これらの新機能について知らないから、もし 1.4.4 が作業コピーのメタデータに触れたならば、重要な情報が消失し、場合によっては破壊してしまうかも知れない、ということに気がついたからだ(例えば、<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=2961">issue#2961</a>を参照の事)。</p>
+というのは、1.4.4 は、これらの新機能について知らないから、もし 1.4.4 が作業コピーのメタデータに触れたならば、重要な情報が消失し、場合によっては破壊してしまうかも知れない、ということに気がついたからだ(例えば、<a href="https://issues.apache.org/jira/browse/SVN-2961">issue#2961</a>を参照の事)。</p>
 
 <p>しかし、この自動アップグレードという振る舞いは、あなたが、ただ新しい Subversion のリリースを、本格的にインストールするのではなく、ただ試してみたいだけ、という場合には、煩わしいものだろう。
 この為、我々は安全に作業コピーをダウングレードさせるスクリプトを配布している。</p>

Modified: subversion/site/publish/faq.zh.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/faq.zh.html?rev=1705642&r1=1705641&r2=1705642&view=diff
==============================================================================
--- subversion/site/publish/faq.zh.html (original)
+++ subversion/site/publish/faq.zh.html Mon Sep 28 10:05:15 2015
@@ -810,7 +810,7 @@ href="http://svnbook.red-bean.com/nightl
 
 <p>项目有计划在未来实现一个<b>svnadmin
 obliterate</b>命令,能够完成永久删除信息的任务(可以看<a
-href="http://subversion.tigris.org/issues/show_bug.cgi?id=516">issue
+href="https://issues.apache.org/jira/browse/SVN-516">issue
 516</a>。)</p>
 
 <p>现在,你只有求助于你版本库的<b>svnadmin dump</b>命令,将转储文件经过<b>svndumpfilter</b>过滤(排除错误的路径)传递给<b>svnadmin load</b>命令,请参阅Subversion手册<a
@@ -902,7 +902,7 @@ Guide</a>。</p>
 
 <p>这里利用了<tt>svn&nbsp;checkout</tt>的一个非立即但明显的优势:你可以从版本库直接检出一个目录到已存在的目录,这里,我们首先在版本库创建一个目录,然后将其检出到已存在的目录<tt>/etc</tt>,将<tt>/etc</tt>目录变成工作拷贝。一旦完成,你可以使用普通的<tt>svn&nbsp;add</tt>命令选择文件和子目录进入版本库。</p>
 
-<p>这是<tt>svn&nbsp;import</tt>的一个增强问题,它本应该能够在导入目录树时自动创建工作拷贝;可以看<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=1328"
+<p>这是<tt>svn&nbsp;import</tt>的一个增强问题,它本应该能够在导入目录树时自动创建工作拷贝;可以看<a href="https://issues.apache.org/jira/browse/SVN-1328"
 >issue 1328</a>。</p>
 
 </div>
@@ -1283,7 +1283,7 @@ href="http://svn.collab.net/repos/svn/tr
 >http://svn.collab.net/repos/svn/trunk/contrib/hook-scripts/check-mime-type.pl</a>)。然而这个方法有点过激了,例如某人忘记了设置<tt>svn:eol-style</tt>,那么在其他系统上用户很快就会注意到,一旦发现,可以很简单的修正:只要设置正确的值,并提交。</p>
 
 <p>注意:许多用户期望得到服务器“自动广播”运行中设置的特性,例如自动化属性设置。对此已经有了一个特性请求(<a
-href="http://subversion.tigris.org/issues/show_bug.cgi?id=1974">issue
+href="https://issues.apache.org/jira/browse/SVN-1974">issue
 1974</a>),然而这个特性还存在争议,还没有去实现。</p>
 
 </div>
@@ -2103,8 +2103,8 @@ href="http://svnbook.red-bean.com/nightl
 </h3>
 
 <p>这个问题很可能是因为Apache服务器的一个已知的bug(存在于2.0.48或者更早期的版本),你可以在<a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25040"
-   >http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25040</a>找到相应的补丁。你也可以在<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=1608"
-   >http://subversion.tigris.org/issues/show_bug.cgi?id=1608</a>
+   >http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25040</a>找到相应的补丁。你也可以在<a href="https://issues.apache.org/jira/browse/SVN-1608"
+   >https://issues.apache.org/jira/browse/SVN-1608</a>
 上看有没有和你说的情况类似的已反馈的bug。</p>
 
 </div>
@@ -2130,7 +2130,7 @@ href="http://svnbook.red-bean.com/nightl
 </h3>
 
 <p>参考 <a
-href="http://subversion.tigris.org/issues/show_bug.cgi?id=695">issue
+href="https://issues.apache.org/jira/browse/SVN-695">issue
 695</a>.  当前的<tt>svn checkout -N命令的实现非常糟糕。它会造成工作拷贝某些条目缺失,但它本身又没有意识到已经出现了不完整性的问题。</tt>很显然,很多的CVS用户已经对这种使用方式习以为常了,但是Subversion的用户还并不习惯。目前还没有好的办法解决这个问题,只能让你自己改变操作的流程:先试着检出单独的子目录,然后再手动嵌入到你的工作拷贝中。</p>
 
 </div>
@@ -2191,7 +2191,7 @@ href="http://subversion.tigris.org/issue
 <p>警告:Subversion并不希望外部的diff工具会改变它接收到的文件,否则可能会破坏当前工作拷贝。</p>
 
 <p>更多信息请参考issue
-<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=2044">#2044</a>.</p>
+<a href="https://issues.apache.org/jira/browse/SVN-2044">#2044</a>.</p>
 
 </div>
 
@@ -2486,7 +2486,7 @@ svn: This client is too old to work with
 <p>有时候,工作拷贝中包含了一些未被纳入版本控制的文件,这个时候svn switch就会发生错误。switch的过程就会停止,这会导致工作拷贝一半被switch,另一半却保持原样。</p>
 
 <p>不幸的是,如果这个时候你采取的措施不正确的话,那么你的工作拷贝将会不能使用。有时候,svn会提示用户执行清理(svn cleanup)。但清理命令又有可能造成错误。参考:<a
-href="http://subversion.tigris.org/issues/show_bug.cgi?id=2505">issue
+href="https://issues.apache.org/jira/browse/SVN-2505">issue
       #2505</a>。</p>
 <p>用户可以手动的删除那些造成问题的文件或目录,然后再执行清理命令,接着继续swich,这样便可以恢复。</p>
 
@@ -2511,7 +2511,7 @@ svn status --no-ignore | grep '^[I?]' |
 <li>这个方法比较危险 :不需要预先进行清理,直接在分支之间进行switch,但如果你遇到一个switch错误,你要知道你必须对这次switch进行适当的修复。删除错误提示中提到的未被版本控制的文件及目录,如果需要的话,使用svn cleanup,然后再继续进行切换工作,除非你删除了所有的未被版本控制的文件,否则你会重复好几次刚才遇到的错误。</li>
 </ol>
 
-<p>在 <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=2505"> issue 2505</a> 中有更详细的例子。这个问题的产生是因为svn客户端为了保险起见,不会直接删除所有未被版本控制的文件。</p>
+<p>在 <a href="https://issues.apache.org/jira/browse/SVN-2505"> issue 2505</a> 中有更详细的例子。这个问题的产生是因为svn客户端为了保险起见,不会直接删除所有未被版本控制的文件。</p>
 
 <p>下面还有两个更具体的例子描述了类似的问题。还有其他的svn switch错误在这里没有提及,你只有在从一个干净检出的工作拷贝中执行swich才能避免。</p>
 
@@ -2630,7 +2630,7 @@ C:\> svn update C:\WorkingCopy
 <p>这是因为1.5.0将你的工作拷贝升级到可以支持新特性的格式(例如,修改列表,keep-local标志,variable-depth目录)尽管1.4.4并不知道任何这些特性,但它能够识别出来,工作拷贝里面使用的格式已经被升级到一个新的它不能支持的版本。</p>
 
 <p>1.5.0升级工作拷贝是出于一个好的原因,那就是它知道1.4.4现在并不了解工作拷贝的任何元信息,因此如果让1.4.4的版本去干扰工作拷贝中的元数据,那么重要的信息可能会丢失,很有可能会造成破坏(例如你可以参考<a
-href="http://subversion.tigris.org/issues/show_bug.cgi?id=2961" >issue
+href="https://issues.apache.org/jira/browse/SVN-2961" >issue
 #2961</a>)。</p>
 
 <p>但是这种自动升级的行为在当你想要尝试一个新版本但是又不想永久安装时,挺让人讨厌的。出于这一点的考虑,我们发布了一个脚本,用来安全的对工作拷贝进行版本降级。你可以在下面的地址下载到:</p>

Modified: subversion/site/publish/features.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/features.html?rev=1705642&r1=1705641&r2=1705642&view=diff
==============================================================================
--- subversion/site/publish/features.html (original)
+++ subversion/site/publish/features.html Mon Sep 28 10:05:15 2015
@@ -66,7 +66,7 @@
     </strong>
     <p>Copying and deleting are versioned operations.  Renaming is
     also a versioned operation, albeit with some <a
-    href="http://subversion.tigris.org/issues/show_bug.cgi?id=898"
+    href="https://issues.apache.org/jira/browse/SVN-898"
     >quirks</a>.</p> 
 </li>
 

Modified: subversion/site/publish/ideas.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/ideas.html?rev=1705642&r1=1705641&r2=1705642&view=diff
==============================================================================
--- subversion/site/publish/ideas.html (original)
+++ subversion/site/publish/ideas.html Mon Sep 28 10:05:15 2015
@@ -73,7 +73,7 @@ and the <a href="https://live.gnome.org/
 
 <li><p style="font-weight: bold;">Show progress output.</p>
     <p>Improve the progress output displayed during update and commit.
-    See <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=901"
+    See <a href="https://issues.apache.org/jira/browse/SVN-901"
     >issue&nbsp;#901</a> for details.</p>
     <p>Required technical skills:
     <ul>
@@ -115,9 +115,9 @@ and the <a href="https://live.gnome.org/
 <li><p style="font-weight: bold;">More customizable behavior for 'svn diff'.</p>
     <p>Add support for fully customizable external diff invocations, and
     support for external diff commands for non-text types. See <a
-    href="http://subversion.tigris.org/issues/show_bug.cgi?id=2044"
+    href="https://issues.apache.org/jira/browse/SVN-2044"
     >Issue&nbsp;#2044</a> and <a
-    href="http://subversion.tigris.org/issues/show_bug.cgi?id=2447"
+    href="https://issues.apache.org/jira/browse/SVN-2447"
     >issue&nbsp;#2447</a> for details.</p>
     <p>Required technical skills:
     <ul>
@@ -129,7 +129,7 @@ and the <a href="https://live.gnome.org/
 
 <li><p style="font-weight: bold;">XML output for 'svn mergeinfo'</p>
     <p>Teach <tt>svn mergeinfo</tt> to create XML output.
-    See <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=4245"
+    See <a href="https://issues.apache.org/jira/browse/SVN-4245"
     >issue&nbsp;#4245</a> for details.</p>
     <p>Required technical skills:
     <ul>
@@ -162,7 +162,7 @@ and the <a href="https://live.gnome.org/
     the issue tracker!</p>
     <p>Our <a href="reporting-issues.html">issue tracker</a> contains plenty
     of open tasks and unfixed bugs. The list of <a
-    href="http://subversion.tigris.org/issues/buglist.cgi?component=subversion&issue_status=UNCONFIRMED&issue_status=NEW&issue_status=STARTED&issue_status=REOPENED&keywords=bite-sized"
+    href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20%22SVN%22%20and%20labels%20%3D%20%22bite-sized%22%20and%20status%20in%20%28Open%2C%20Reopened%29"
     >issues that might be relatively easy to fix</a> is a good starting
     point.</p>
 </li>

Modified: subversion/site/publish/roadmap.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/roadmap.html?rev=1705642&r1=1705641&r2=1705642&view=diff
==============================================================================
--- subversion/site/publish/roadmap.html (original)
+++ subversion/site/publish/roadmap.html Mon Sep 28 10:05:15 2015
@@ -133,14 +133,14 @@ numbering, compatibility, and deprecatio
     <td>Repository-dictated Configuration</td>
     <td>WC-NG</td>
     <td>1.10?</td>
-    <td><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=1974">1974</a></td>
+    <td><a href="https://issues.apache.org/jira/browse/SVN-1974">1974</a></td>
   </tr>
   <tr>
     <td>Rename Tracking</td>
     <td>WC-NG, Ev2, FS-NG?</td>
     <td>1.10?</td>
-    <td><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=898">898</a>,
-        <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3630">3630</a>
+    <td><a href="https://issues.apache.org/jira/browse/SVN-898">898</a>,
+        <a href="https://issues.apache.org/jira/browse/SVN-3630">3630</a>
    </td>
   </tr>
   <tr>
@@ -159,37 +159,37 @@ numbering, compatibility, and deprecatio
     <td>Control of Strictness for Conflicts</td>
     <td></td>
     <td>1.10?</td>
-    <td><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=4405">4405</a></td>
+    <td><a href="https://issues.apache.org/jira/browse/SVN-4405">4405</a></td>
   </tr>
   <tr>
     <td>New Delta Editor (Ev2)</td>
     <td></td>
     <td>1.10?</td>
-    <td><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3628">3628</a></td>
+    <td><a href="https://issues.apache.org/jira/browse/SVN-3628">3628</a></td>
   </tr>
   <tr>
     <td>Shelve</td>
     <td>WC-NG</td>
     <td>1.10?</td>
-    <td><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3625">3625</a></td>
+    <td><a href="https://issues.apache.org/jira/browse/SVN-3625">3625</a></td>
   </tr>
   <tr>
     <td>Checkpoint</td>
     <td>WC-NG</td>
     <td>1.10?</td>
-    <td><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3626">3626</a></td>
+    <td><a href="https://issues.apache.org/jira/browse/SVN-3626">3626</a></td>
   </tr>
   <tr>
     <td>Enterprise Authentication Mechanisms</td>
     <td></td>
     <td>1.10?</td>
-    <td><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3629">3629</a></td>
+    <td><a href="https://issues.apache.org/jira/browse/SVN-3629">3629</a></td>
   </tr>
   <tr>
     <td>Log Message Templates</td>
     <td>Repository-dictated Configuration</td>
     <td>1.10?</td>
-    <td><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=1973">1973</a></td>
+    <td><a href="https://issues.apache.org/jira/browse/SVN-1973">1973</a></td>
   </tr>
   <tr>
     <td>Flexible Repository Storage (FS-NG)</td>
@@ -201,13 +201,13 @@ numbering, compatibility, and deprecatio
     <td>Obliterate</td>
     <td>FS-NG</td>
     <td>2.0?</td>
-    <td><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=516">516</a></td>
+    <td><a href="https://issues.apache.org/jira/browse/SVN-516">516</a></td>
   </tr>
   <tr>
     <td>Forward History Searching</td>
     <td>FS-NG?</td>
     <td>2.0?</td>
-    <td><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3627">3627</a></td>
+    <td><a href="https://issues.apache.org/jira/browse/SVN-3627">3627</a></td>
   </tr>
 </tbody>
 </table>
@@ -264,14 +264,14 @@ numbering, compatibility, and deprecatio
   <tr class="task-level-1 in-progress">
     <td class="task-name">Improved handling of server-side moves/renames</td>
     <td class="task-status">In progress</td>
-    <td><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3633"
+    <td><a href="https://issues.apache.org/jira/browse/SVN-3633"
         >Issue 3633</a></td>
   </tr>
   <tr class="task-level-1 not-started">
     <td class="task-name">Commit shelving / checkpointing</td>
     <td class="task-status">Not started</td>
-    <td><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3625"
-        >Issue 3625</a> and <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3626"
+    <td><a href="https://issues.apache.org/jira/browse/SVN-3625"
+        >Issue 3625</a> and <a href="https://issues.apache.org/jira/browse/SVN-3626"
         >Issue 3626</a></td>
   </tr>
   <tr class="task-level-1 exlored">