Hi,

Using a build from three days ago, I found that
svn info conflicted_file
doesn't report the simple conflict (not a tree conflict but a text conflict).

The doc string for 'conflicts' in the svn_wc_info_t struct reads:
Array of const svn_wc_conflict_description2_t * which contains info
on any conflict of which this node is a victim. Otherwise NULL.

I assumed that this means any conflict, not just text conflicts?
So is the doc string wrong or the svn info API?

in info.c, info_found_node_callback there's a call to svn_wc__get_tree_conflict() but that of course returns NULL because there are no tree conflicts on that file, only a text conflict.

I think the doc string is correct but the API is wrong here, since I can't find another way to get the conflict info from a file with any other API.

Stefan

--
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net

Reply via email to