You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2011/01/12 16:37:50 UTC

svn commit: r1058194 - /subversion/site/publish/docs/release-notes/1.7.html

Author: hwright
Date: Wed Jan 12 15:37:49 2011
New Revision: 1058194

URL: http://svn.apache.org/viewvc?rev=1058194&view=rev
Log:
Add blurb about HTTP redirect handling to the release notes.

* publish/docs/release-notes/1.7.html
  (http-redirects): New section.

Modified:
    subversion/site/publish/docs/release-notes/1.7.html

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=1058194&r1=1058193&r2=1058194&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.7.html (original)
+++ subversion/site/publish/docs/release-notes/1.7.html Wed Jan 12 15:37:49 2011
@@ -38,6 +38,8 @@ describes what is planned for the releas
       >New remote dumpfile tool: <code>svnrdump</code></a></li>
   <li><a href="#patch"
       >New feature: svn patch</a></li>
+  <li><a href="http-redirects"
+      >Improved handling of HTTP redirects</a></li>
   <li><a href="#cmdline"
       >Command-line client improvements</a></li>
   <li><a href="#apis"
@@ -469,6 +471,20 @@ variable in your run-time server configu
 
 </div>  <!-- serf -->
 
+<div class="h3" id="http-redirects">
+<h3>Improved handling of HTTP redirects (<em>client</em>)
+  <a class="sectionlink" href="#http-redirects"
+    title="Link to this section">&para;</a>
+</h3>
+
+<p>In the past, when the Subversion client encountered an HTTP redirect
+response from the server, it displayed an obtuse, and rarely-useful error
+message.  Subversion 1.7 improves the situation by following permanent
+redirects for <code>svn update</code> and <code>svn info</code>, and providing
+a more useful error message on temporary redirects.</p>
+
+</div>  <!-- http-redirects -->
+
 </div>  <!-- enhancements -->
 
 <div class="h2" id="svn-1.5-deprecation">