You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Konstantin Kolosovsky <ko...@gmail.com> on 2014/12/18 13:59:23 UTC

When file has several conflicted properties "svn info --xml" for that file outputs same "conflict" element several times (for each conflicted property)

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