You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by Apache subversion Wiki <co...@subversion.apache.org> on 2012/02/02 11:00:57 UTC

[Subversion Wiki] Update of "InheritedProperties" by JulianFoad

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Subversion Wiki" for change notification.

The "InheritedProperties" page has been changed by JulianFoad:
http://wiki.apache.org/subversion/InheritedProperties?action=diff&rev1=14&rev2=15

Comment:
Add a note

    apr_hash_t *inherited_prop_hash,
    apr_pool_t *pool);
  }}}
+ {{{#!wiki note
+   [JAF] What do the keys of 'inherited_prop_hash' represent if 'path' is a working copy path but some of the inherited properties are set on repository paths that are above the WC root?
+ }}}
  Rev svn_client_proplist3 to svn_client_proplist4, adding the argument svn_boolean_t '''get_target_inherited_props''':
  
  {{{#!cplusplus