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

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

From: Konstantin Kolosovsky <konstantin.kolosovsky_at_gmail.com>
Date: Thu, 18 Dec 2014 15:59:23 +0300

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
Received on 2014-12-18 14:37:18 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.