You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2011/08/05 23:13:00 UTC

svn commit: r1154383 - /subversion/branches/1.7.x/STATUS

Author: rhuijben
Date: Fri Aug  5 21:13:00 2011
New Revision: 1154383

URL: http://svn.apache.org/viewvc?rev=1154383&view=rev
Log:
* STATUS: Add r1154382 to the r1154278 group

Modified:
    subversion/branches/1.7.x/STATUS

Modified: subversion/branches/1.7.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.7.x/STATUS?rev=1154383&r1=1154382&r2=1154383&view=diff
==============================================================================
--- subversion/branches/1.7.x/STATUS (original)
+++ subversion/branches/1.7.x/STATUS Fri Aug  5 21:13:00 2011
@@ -102,13 +102,20 @@ Candidate changes:
    Votes:
      +1: pburba
 
- * r1154278, r1154379
+ * r1154278, r1154379, r1154382
    Make 'svn ls' capable of listing Subversion 1.0-1.3 repositories using
    ra_serf.
    Justification:
      We promised not to break backwards compatibility and it is not nice
      that serf doesn't want to list the neon repository.
      (Check svn ls http://svn.webdav.org/repos/projects/neon/)
+   Notes:
+     r1154278 is a quick hack to detect old servers and to at least return
+              some information.
+     r1154379 is the real fix: fallback to a more compatible request.
+     r1154382 makes sure the right result is used directly after falling
+              back from svn_ra_serf__get_dir.
+              (Most likely the problem is detected earlier than this function)
    Votes:
      +1: rhuijben