On 06.02.2017 13:19, Stefan Sperling wrote:
> On Sun, Feb 05, 2017 at 03:23:33PM +0100, Stefan Küng wrote:
>> Still doesn't work for me.
>>
>> svn_client_conflict_option_set_moved_to_repos_relpath(opt, j, scratchpool);
>> label = svn_client_conflict_option_get_label(opt, scratchpool);
>> description = svn_client_conflict_option_get_description(opt, scratchpool);
>>
>> setting the moved-to path and then getting the description again does not
>> update the description nor the label.
>>
>> Stefan
>
> Yes, there were still some bugs to fix. As of r1781889, it works as expected
> for me. See the transcript below. I have added annotations in square brackets
> like this: [[ ... ]] so you can more easily follow which behaviour I am
> focussing on.
[snip]
Thanks for the info, but I think we're not talking about the same thing.
What works now is that the tree description gets updated.
But what I want to have updated is the tree *option* description:
svn_client_conflict_option_get_description vs.
svn_client_conflict_tree_get_description
I'd like to have the option description updated with the new path,
because that's what I want to use in the button text.
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest interface to (Sub)version control
/_/ \_\ http://tortoisesvn.net
Received on 2017-02-06 19:54:58 CET