[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Web-Site Bugs

From: Karl Heinz Marbaise <khmarbaise_at_gmx.de>
Date: Sat, 27 Feb 2010 18:33:44 +0100

Hi,

so the next thing
Attached a patch for the publish/docs/release-notes/1.5.html file.

Kind regards
Karl Heinz Marbaise

-- 
SoftwareEntwicklung Beratung Schulung    Tel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl Heinz Marbaise        ICQ#: 135949029
Hauptstrasse 177                         USt.IdNr: DE191347579
52146 Würselen                           http://www.soebes.de

Index: publish/docs/release-notes/1.5.html
===================================================================
--- publish/docs/release-notes/1.5.html (revision 916991)
+++ publish/docs/release-notes/1.5.html (working copy)
@@ -213,9 +213,9 @@
 
 <p>If you accidentally upgrade a 1.4 working copy to 1.5, and wish to
 downgrade back to 1.4, use the <a
-href="http://svn.collab.net/repos/svn/trunk/tools/client-side/change-svn-wc-format.py"
+href="http://svn.apache.org/repos/asf/subversion/trunk/tools/client-side/change-svn-wc-format.py"
><tt>change-svn-wc-format.py</tt></a> script. See <a
-href="http://subversion.tigris.org/faq.html#working-copy-format-change"
+href="/faq.html#working-copy-format-change"
>this FAQ entry</a> for details, and run the script with the
 <code>--help</code> option for usage instructions.</p>
 
@@ -240,7 +240,7 @@
 
 <p>After running <strong><code>svnadmin&nbsp;upgrade</code></strong>,
 you may wish to also run the <a
-href="http://svn.collab.net/repos/svn/trunk/tools/server-side/svn-populate-node-origins-index.c"
+href="http://svn.apache.org/repos/asf/subversion/trunk/tools/server-side/svn-populate-node-origins-index.c"
>svn-populate-node-origins-index</a> program on the repository.
 Subversion 1.5 maintains a node-origins index for each repository, and
 builds the index lazily as the information is needed. But for old
@@ -488,11 +488,11 @@
 server.</p>
 
 <p>If you were using the <a
-href="http://svn.collab.net/repos/svn/trunk/contrib/client-side/svnmerge/"
+href="http://svn.apache.org/repos/asf/subversion/trunk/contrib/client-side/svnmerge/"
>svnmerge</a> wrapper program to do merging, and now want to switch to
 using Subversion 1.5's native merge-tracking, then you should use the
 <a
-href="http://svn.collab.net/repos/svn/trunk/contrib/client-side/svnmerge/svnmerge-migrate-history.py"
+href="http://svn.apache.org/repos/asf/subversion/trunk/contrib/client-side/svnmerge/svnmerge-migrate-history.py"
>svnmerge-migrate-history.py</a> script to convert svnmerge's custom
 properties to the <tt>svn:mergeinfo</tt> properties that Subversion
 itself now uses.</p>
@@ -757,7 +757,7 @@
>Sparse Directories</a> section in the Subversion book.
 </li>
 <li>The <a
- href="http://svn.collab.net/repos/svn/trunk/notes/sparse-directories.txt"
+ href="http://svn.apache.org/repos/asf/subversion/trunk/notes/sparse-directories.txt"
>design/implementation document</a> in the repository.</li>
 </ul>
 
@@ -883,7 +883,7 @@
>Changelists</a> section in the Subversion book.
 </li>
 <li>The <a
- href="http://svn.collab.net/repos/svn/trunk/notes/changelist-design.txt"
+ href="http://svn.apache.org/repos/asf/subversion/trunk/notes/changelist-design.txt"
>design/implementation document</a> in the repository.</li>
 </ul>
 
@@ -1094,7 +1094,7 @@
 section</a> for information regarding using a 1.5 SASL-enabled server
 with pre-1.5 clients. More information about Subversion's SASL
 support can be found in <a
-href="http://svn.collab.net/repos/svn/trunk/notes/sasl.txt"
+href="http://svn.apache.org/repos/asf/subversion/trunk/notes/sasl.txt"
>sasl.txt</a>.</p>
 
 </div> <!-- cyrus-sasl -->
@@ -1173,7 +1173,7 @@
 </h3>
 
 <p>Subversion 1.4 <a
-href="http://subversion.tigris.org/svn_1.4_releasenotes.html#svnsync">
+href="/docs/release-notes/1.4.html#svnsync">
 introduced <tt>svnsync</tt></a>&nbsp;&mdash;&nbsp;a tool which
 provided the ability to replicate repository history from one
 repository to another. Though useful, <tt>svnsync</tt> could only
@@ -1279,7 +1279,7 @@
 </h4>
 
 <p>Additional information about WebDAV proxy support is available <a
-href="http://svn.collab.net/repos/svn/trunk/notes/webdav-proxy">in the
+href="http://svn.apache.org/repos/asf/subversion/trunk/notes/webdav-proxy">in the
 repository</a>.</p>
 
 </div> <!-- webdav-proxy-further-reading -->
@@ -1462,7 +1462,7 @@
 command-line client to list them all here. Aside from all the ones
 mentioned already in these release notes, below are a few more that we
 consider important, but please see the 1.5.0 section in the <a
-href="http://svn.collab.net/repos/svn/trunk/CHANGES">CHANGES</a> file
+href="http://svn.apache.org/repos/asf/subversion/trunk/CHANGES">CHANGES</a> file
 for a complete list.</p>
 
 <div class="h4" id="resolve">
@@ -1587,7 +1587,7 @@
 </h3>
 
 <p>A great many bugs have been fixed. See the 1.5.0 section in the <a
-href="http://svn.collab.net/repos/svn/trunk/CHANGES">CHANGES</a> file
+href="http://svn.apache.org/repos/asf/subversion/trunk/CHANGES">CHANGES</a> file
 for details.</p>
 
 </div> <!-- bug-fixes -->
Received on 2010-02-27 18:34:22 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.