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

Re: tree-conflicts: svn_wc_conflict_description_create_tree()

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Tue, 25 Nov 2008 10:17:28 +0000

On Tue, 2008-11-25 at 06:55 +0100, Neels J Hofmeyr wrote:
> In svn_wc_conflict_description_create_tree(), shouldn't the ACTION and
> REASON be arguments to the function?

Yes, that would be better...

> [[[
> conflict = svn_wc_conflict_description_create_tree(
> full_path, parent_adm_access, entry->kind,
> eb->switch_url ? svn_wc_operation_switch : svn_wc_operation_update,
> src_left_version, src_right_version, pool);
> conflict->action = action;
> conflict->reason = reason;
> ]]]
>
> It's a lot of zombie work, however.

... but it's not critical.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-11-25 11:12:50 CET

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.