You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@subversion.apache.org by "Daniel Shahaf (Jira)" <ji...@apache.org> on 2021/07/16 11:35:00 UTC

[jira] [Commented] (SVN-4856) Invalid xml file produced by svn log .... --xml --use-merge-history --verbose

    [ https://issues.apache.org/jira/browse/SVN-4856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17382002#comment-17382002 ] 

Daniel Shahaf commented on SVN-4856:
------------------------------------

Attached a Bourne shell port of Matthias's recipe.  Output tail:

[[[
+ svn log --xml -g -r 9:10 A4
+ + grep logentry
count_with_and_without_slash
+ uniq -c
+ sort
      6 </logentry>
      5 <logentry
]]]

> Invalid xml file produced by svn log .... --xml --use-merge-history --verbose
> -----------------------------------------------------------------------------
>
>                 Key: SVN-4856
>                 URL: https://issues.apache.org/jira/browse/SVN-4856
>             Project: Subversion
>          Issue Type: Bug
>          Components: libsvn_repos
>    Affects Versions: 1.13.0
>         Environment:  
> svn 1.13.0
> windows 7
>  
>            Reporter: Matthias Ludwig
>            Priority: Major
>              Labels: log, logentry, use-merge-history, xml
>         Attachments: repro-4856.sh, tests.zip
>
>
> In certain cases the command line client produces invalid xml with 
> svn log <path> --xml --use-merge-history --verbose
> there is one closing </logentry> too much
> windows batch to reproduce with results is attached in tests.zip
> see SVN-4711



--
This message was sent by Atlassian Jira
(v8.3.4#803005)