Re: Remove svn_client_ctx_t from svn_client_conflict_t

2016-08-29 Thread Ivan Zhakov
On 26 August 2016 at 13:36, Stefan Sperling wrote: > 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 >>

Re: Remove svn_client_ctx_t from svn_client_conflict_t

2016-08-26 Thread Stefan Sperling
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 simpl

Remove svn_client_ctx_t from svn_client_conflict_t

2016-08-26 Thread Ivan Zhakov
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'