Subversion 1.8.10 is used. I changed several properties of the file in one working copy and commit. Then I changed also these several properties in another working copy and update. This resulted in a file with property conflict status (as expected). But when I execute "svn info --xml" for this file, "conflict" element is present in the output the same number of times as the number of conflicted properties. All these "conflict" elements have the same content.
It seems to be a bug, as schema defined for "svn info --xml" output in "info.rnc" assumes there could be just 0 or 1 "conflict" elements. *entry =* * element entry {* * attlist.entry, url?, relative-url?, repository?, wc-info?,* * commit?, conflict?, lock?, tree-conflict?* * }* What do you think - is this an issue? -- Best Regards, Konstantin Kolosovsky