You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2011/08/10 03:27:54 UTC

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

Author: danielsh
Date: Wed Aug 10 01:27:53 2011
New Revision: 1155990

URL: http://svn.apache.org/viewvc?rev=1155990&view=rev
Log:
* docs/release-notes/1.7
  (http-redirects): Spell out how each of 301, 302, 307 is called and handled.

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=1155990&r1=1155989&r2=1155990&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.7.html (original)
+++ subversion/site/publish/docs/release-notes/1.7.html Wed Aug 10 01:27:53 2011
@@ -901,8 +901,9 @@ growth of httpd server logs than neon cl
 <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 <tt>svn update</tt> and <tt>svn info</tt>, and providing
-a more useful error message on temporary redirects.</p>
+redirects (<tt>301 Moved Permanently</tt>) for <tt>svn update</tt> and <tt>svn
+info</tt>, and providing a more useful error message on temporary
+redirects (<tt>302 Found</tt> and <tt>307 Temporary Redirect</tt>).</p>
 
 </div>  <!-- http-redirects -->