You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by pb...@apache.org on 2012/05/22 02:06:20 UTC

svn commit: r1341281 - /subversion/branches/inheritable-props/subversion/libsvn_ra_serf/serf.c

Author: pburba
Date: Tue May 22 00:06:20 2012
New Revision: 1341281

URL: http://svn.apache.org/viewvc?rev=1341281&view=rev
Log:
On the inheritable-props branch: Add a missing serf vtable function that
should have been part of r1312074.

* subversion/libsvn_ra_serf/serf.c
  (svn_ra__vtable_t): Add svn_ra_serf__get_inherited_props.

Modified:
    subversion/branches/inheritable-props/subversion/libsvn_ra_serf/serf.c

Modified: subversion/branches/inheritable-props/subversion/libsvn_ra_serf/serf.c
URL: http://svn.apache.org/viewvc/subversion/branches/inheritable-props/subversion/libsvn_ra_serf/serf.c?rev=1341281&r1=1341280&r2=1341281&view=diff
==============================================================================
--- subversion/branches/inheritable-props/subversion/libsvn_ra_serf/serf.c (original)
+++ subversion/branches/inheritable-props/subversion/libsvn_ra_serf/serf.c Tue May 22 00:06:20 2012
@@ -1178,7 +1178,8 @@ static const svn_ra__vtable_t serf_vtabl
   svn_ra_serf__has_capability,
   svn_ra_serf__replay_range,
   svn_ra_serf__get_deleted_rev,
-  svn_ra_serf__register_editor_shim_callbacks
+  svn_ra_serf__register_editor_shim_callbacks,
+  svn_ra_serf__get_inherited_props
 };
 
 svn_error_t *