MantisBT - CDash
View Issue Details
0008948CDashpublic2009-04-29 14:542010-02-21 12:32
Brad King 
Zach Mullen 
normalminorhave not tried
closedfixed 
 
1.6 
0008948: Update.xml parsing should classify updated/modified/conflicting based on xpath
Julien Jomier wrote:
> the problem is that there is no way to know if they are conflicted or not without the log...

Yes, there is.

The xpath "Directory/Updated/File" is used for updated files.
The xpath "Directory/Modified/File" is used for modified files.
The xpath "Directory/Conflicting/File" is used for conflicting files.

For example:

        <Directory>
                <Name></Name>
                <Modified>
                        <File>CTestConfig.cmake</File>
                        <Directory></Directory>
                        <FullName>CTestConfig.cmake</FullName>
                        <CheckinDate>Unknown</CheckinDate>
                        <Author>Unknown</Author>
                        <Log></Log>
                        <Revision>Unknown</Revision>
                        <PriorRevision>1.1.1.1</PriorRevision>
                </Modified>
        </Directory>
No tags attached.
Issue History
2009-04-29 14:54Brad KingNew Issue
2009-09-28 13:47Julien JomierStatusnew => assigned
2009-09-28 13:47Julien JomierAssigned To => Zach Mullen
2009-11-16 14:28Zach MullenStatusassigned => resolved
2009-11-16 14:28Zach MullenFixed in Version => 1.6
2009-11-16 14:28Zach MullenResolutionopen => fixed
2010-02-21 12:32Julien JomierStatusresolved => closed

There are no notes attached to this issue.