Stefan Küng wrote: > on trunk, svn_uri__is_child() has been replaced with svn_uri_skip_ancestor() > (r1198802), but it works the same as svn_uri__is_child() from what I can see.
Just answering this bit: no, _skip_ancestor() intentionally returns "" if the child is equal to the parent, whereas _is_child() returns null in that case. - Julian