[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: crash in svn_client_info3 for tree conflicted item

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 13 Oct 2011 17:55:30 +0100

Stefan Küng <tortoisesvn_at_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
Received on 2011-10-13 18:56:07 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.