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/07/05 16:57:27 UTC

svn commit: r1143089 - /subversion/trunk/subversion/libsvn_ra_serf/update.c

Author: rhuijben
Date: Tue Jul  5 14:57:26 2011
New Revision: 1143089

URL: http://svn.apache.org/viewvc?rev=1143089&view=rev
Log:
* subversion/libsvn_ra_serf/update.c
  (end_report): Following up on r1142065 and waiting for a few days, flip the
    check to generate the right deltas instead of the wrong ones.

Modified:
    subversion/trunk/subversion/libsvn_ra_serf/update.c

Modified: subversion/trunk/subversion/libsvn_ra_serf/update.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_serf/update.c?rev=1143089&r1=1143088&r2=1143089&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_ra_serf/update.c (original)
+++ subversion/trunk/subversion/libsvn_ra_serf/update.c Tue Jul  5 14:57:26 2011
@@ -1878,7 +1878,7 @@ end_report(svn_ra_serf__xml_parser_t *pa
                              svn_path_uri_encode(info->name, info->pool),
                              info->pool);
 
-#if 0
+#if 1
           /* If this file is switched vs the editor root we should provide
              its real url instead of the one calculated from the session root.
            */