Lisa Jett created SVN-4631:
------------------------------

             Summary: svn --xml --summarize -rBASE:nnnnn reports incorrect 
output
                 Key: SVN-4631
                 URL: https://issues.apache.org/jira/browse/SVN-4631
             Project: Subversion
          Issue Type: Bug
    Affects Versions: 1.9.3
         Environment: Windows 7 
            Reporter: Lisa Jett
            Priority: Critical


Using svn v1.9.3 r1718519, adding the -r option seems to affect the output of 
the svn diff --xml --summarize command.  In this scenario, BASE, HEAD and 
revision are all at revision 50662.  However the commands report different 
(misleading) output (see below).  No property changes have been made to the 
directory.  

$ svn diff --xml --summarize -rBASE:50662 .
<?xml version="1.0" encoding="UTF-8"?>
<diff>
<paths>
<path
   item="none"
   props="modified"
   kind="dir">.</path>
</paths>
</diff>

$ svn diff --xml --summarize
<?xml version="1.0" encoding="UTF-8"?>
<diff>
<paths>
</paths>
</diff>

svn 1.8.8 r1568071 on this same repository works.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to