You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by sv...@apache.org on 2013/07/03 06:00:51 UTC

svn commit: r1499191 - in /subversion/branches/1.8.x: ./ STATUS subversion/libsvn_ra_serf/options.c

Author: svn-role
Date: Wed Jul  3 04:00:51 2013
New Revision: 1499191

URL: http://svn.apache.org/r1499191
Log:
Merge r1498456 from trunk:

 * r1498456
   ra_serf: recognize the get-file-revs-reverse capability.
   Justification:
     Wrong failure mode: the code raised an error when it should have replied
     FALSE with no error.
   Votes:
     +1: danielsh, rhuijben, stefan2

Modified:
    subversion/branches/1.8.x/   (props changed)
    subversion/branches/1.8.x/STATUS
    subversion/branches/1.8.x/subversion/libsvn_ra_serf/options.c

Propchange: subversion/branches/1.8.x/
------------------------------------------------------------------------------
  Merged /subversion/trunk:r1498456

Modified: subversion/branches/1.8.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.8.x/STATUS?rev=1499191&r1=1499190&r2=1499191&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Wed Jul  3 04:00:51 2013
@@ -208,14 +208,6 @@ Veto-blocked changes:
 Approved changes:
 =================
 
- * r1498456
-   ra_serf: recognize the get-file-revs-reverse capability.
-   Justification:
-     Wrong failure mode: the code raised an error when it should have replied
-     FALSE with no error.
-   Votes:
-     +1: danielsh, rhuijben, stefan2
-
  * r1498136
    Disable named atomics if APR does not implement memory-mapped files.
    Justification:

Modified: subversion/branches/1.8.x/subversion/libsvn_ra_serf/options.c
URL: http://svn.apache.org/viewvc/subversion/branches/1.8.x/subversion/libsvn_ra_serf/options.c?rev=1499191&r1=1499190&r2=1499191&view=diff
==============================================================================
--- subversion/branches/1.8.x/subversion/libsvn_ra_serf/options.c (original)
+++ subversion/branches/1.8.x/subversion/libsvn_ra_serf/options.c Wed Jul  3 04:00:51 2013
@@ -362,6 +362,8 @@ options_response_handler(serf_request_t 
                     capability_no);
       svn_hash_sets(session->capabilities, SVN_RA_CAPABILITY_EPHEMERAL_TXNPROPS,
                     capability_no);
+      svn_hash_sets(session->capabilities, SVN_RA_CAPABILITY_GET_FILE_REVS_REVERSE,
+                    capability_no);
 
       /* Then see which ones we can discover. */
       serf_bucket_headers_do(hdrs, capabilities_headers_iterator_callback,