Daniel Shahaf wrote on Thu, Nov 18, 2010 at 06:07:07 +0200: > + SVN_ERR(svn_fs_node_history(&history, copyto_root, copyto_path, pool)); > + SVN_ERR(svn_fs_history_prev(&history_prev, history, TRUE /* cross copies > */, > + pool)); > + SVN_ERR(svn_fs_history_location(copyfrom_path_p, copyfrom_rev_p, > + history_prev, pool));
Tests running (trunk plus the patch). But perhaps I should have used this function instead: 1439 svn_error_t * 1440 svn_fs_copied_from(svn_revnum_t *rev_p, 1441 const char **path_p, 1442 svn_fs_root_t *root, 1443 const char *path, 1444 apr_pool_t *pool);