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

Re: [PATCH] Fix a depth bug in deprecated APIs svn_wc_resolved_conflict*()

From: Daniel Shahaf <d.s_at_daniel.shahaf.co.il>
Date: Thu, 29 May 2008 20:24:16 +0300 (Jerusalem Daylight Time)

Julian Foad wrote on Thu, 29 May 2008 at 16:18 +0100:
> @@ -2880,7 +2880,8 @@ svn_wc_resolved_conflict2(const char *pa
> apr_pool_t *pool)
> {
> return svn_wc_resolved_conflict3(path, adm_access, resolve_text, resolve_props,
> - recurse,
> + SVN_DEPTH_INFINITY_OR_EMPTY(recurse),

So we still have instance of a 'recurse' (svn_boolean_t) passed for
'depth' (svn_depth_t)...

Is there an easy way to catch all of them? It seems like a job for
a compiler.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-29 19:24:31 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.