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

Re: Remove svn_client_ctx_t from svn_client_conflict_t

From: Stefan Sperling <stsp_at_elego.de>
Date: Fri, 26 Aug 2016 12:36:20 +0200

On Fri, Aug 26, 2016 at 01:15:16PM +0300, Ivan Zhakov wrote:
> Hi Stefan,
>
> Currently svn_client_conflict_t stores a pointer to svn_client_ctx_t
> inside and uses it for every operation like
> svn_client_conflict_tree_get_details() or
> svn_client_conflict_*_resolve(). It may be useful for simple cases,
> but for other cases it makes using new API more difficult. That's
> because an API user needs to guarantee that lifetime of
> svn_client_ctx_t is longer than of the svn_client_conflict_t instance.
>
> I suggest changing svn_client_conflict_* API so that it wouldn't keep
> reference to svn_client_ctx_t and add it as argument to all API
> functions where it's required.
>
> I can do that, if there are no objections. What do you think?

Sure. I have no objection.
Received on 2016-08-26 12:36:36 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.