Paul Burba wrote: [...] > [1] https://svn.apache.org/repos/asf/subversion/branches/inheritable-props
I had to apply the following patch to avoid a circular dependency, to get the branch to link on my (Ubuntu GNU/Linux) system: [[[ Index: subversion/libsvn_ra_svn/client.c =================================================================== --- subversion/libsvn_ra_svn/client.c (revision 1384312) +++ subversion/libsvn_ra_svn/client.c (working copy) @@ -1034,7 +1034,7 @@ parse_iproplist(apr_array_header_t **inh return SVN_NO_ERROR; } - SVN_ERR(svn_ra_get_repos_root2(session, &repos_root_url, scratch_pool)); + SVN_ERR(ra_svn_get_repos_root(session, &repos_root_url, scratch_pool)); *inherited_props = apr_array_make( result_pool, iproplist->nelts, sizeof(svn_prop_inherited_item_t *)); ]]] - Julian