On Mon, Feb 06, 2017 at 07:54:46PM +0100, Stefan Kueng wrote:
>
>
> 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
We are starting to go in circles.
The option description is indeed being updated in my example:
Before:
(m) - move and merge local changes from 'alpha' into 'alpha2'
After:
(m) - move and merge local changes from 'alpha' into 'alpha3'
Please show me exactly which string you are referring to.
Best is probably to show me the output you see vs the output you expect.
Otherwise I won't understand where I should start looking for the problem.
Received on 2017-02-07 09:37:45 CET