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

tree-conflicts: svn_wc_conflict_description_create_tree()

From: Neels J Hofmeyr <neels_at_elego.de>
Date: Tue, 25 Nov 2008 06:55:24 +0100

In svn_wc_conflict_description_create_tree(), shouldn't the ACTION and
REASON be arguments to the function?

[[[
      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.
~Neels

Received on 2008-11-25 06:55:51 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.