[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: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Thu, 13 Oct 2011 19:21:43 +0200

On 13.10.2011 18:55, Philip Martin wrote:
> 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.
>

Yes, seems that's the issue.
Sorry for the noise.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
Received on 2011-10-13 19:22:21 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.