Stefan Küng <tortoise...@gmail.com> writes:

> from what I can see, the problem is in libsvn_wc\info.c,
> build_info_for_node().
> Since the path is in some kind of tree conflict (don't know what kind
> exactly, sorry), the status (svn_wc__db_status_t) is
> svn_wc__db_status_incomplete, and with that status and that
> repos_relpath is NULL, the call to svn_path_url_add_component2 results
> in NULL passed as the second parameter. The comment says "Just a BASE
> node. We have all the information we need" is apparently wrong: the
> repos_relpath is not set because the status indicates it's incomplete.

It might be http://subversion.tigris.org/issues/show_bug.cgi?id=4025 in
which case r1177732 may help.

-- 
uberSVN: Apache Subversion Made Easy
http://www.uberSVN.com

Reply via email to