You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ka...@apache.org on 2010/06/16 17:19:16 UTC

svn commit: r955259 - /subversion/branches/1.6.x/STATUS

Author: kameshj
Date: Wed Jun 16 15:19:16 2010
New Revision: 955259

URL: http://svn.apache.org/viewvc?rev=955259&view=rev
Log:
*STATUS: describe the bug r916286, r917512 fixes

Modified:
    subversion/branches/1.6.x/STATUS

Modified: subversion/branches/1.6.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.6.x/STATUS?rev=955259&r1=955258&r2=955259&view=diff
==============================================================================
--- subversion/branches/1.6.x/STATUS (original)
+++ subversion/branches/1.6.x/STATUS Wed Jun 16 15:19:16 2010
@@ -90,12 +90,30 @@ Candidate changes:
            the r878607 log msg.)
 
  * r916286, r917512
-   ???
+   Issue description:
+    With the below apache configuration(See the trailing slash at the 
+    end of '/svn/').
+
+    <Location /svn/>
+     DAV svn
+     SVNParentPath /repositories
+     #See the trailing slash on the master URI also can cause the confusion.
+     SVNMasterURI http://master/svn/
+     SVNAdvertiseV2Protocol Off
+    </Location>
+
+   Vague and useless error message *without* this fix on client side is
+   snipped below.
+   <snip>
+   svn: Commit failed (details follow):
+   svn: MKACTIVITY of '/svn/demujin/!svn/act/4b6d547c-018d-4e02-9d3f-2b283076cc06': Could not read status line: connection was closed by server (http://localhost)
+   </snip>
+
+
    Notes:
      This backport depends on the r878590 group only for the conflict free port.
    Justification:
-     Vague commit error when server has been configured with <Location /svn/>
-     and write through proxy.
+    With this fix commit successfully gets proxied and succeeds.
    Votes:
      +1: kameshj