Daniel Shahaf wrote: [...]
svn_element__tree_set(branch->priv->element_tree, old_eid, NULL); svn_element__tree_set(branch->priv->element_tree, new_eid, element); svn_element__tree_set(branch->priv->element_tree, eid, element); svn_element__tree_set(new_subtree, new_subtree->root_eid,
[...]
I fixed those in r1817814 by removing the unused 'svn_error_t *' return type.
(This reminds me the 'element' stuff and 'tools/dev/svnmover' is still in trunk... unused, unfinished. I wonder if I should remove it or if I need to do anything with it before 1.10.)
- Julian