You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@subversion.apache.org by "Nathan Hartman (Jira)" <ji...@apache.org> on 2022/09/02 13:52:00 UTC

[jira] [Comment Edited] (SVN-4909) Merged Information is missing xml option

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

Nathan Hartman edited comment on SVN-4909 at 9/2/22 1:51 PM:
-------------------------------------------------------------

Hello,

In the future, please discuss (potential) issues on the mailing list before filing an issue in the issue tracker.

This issue seems related to SVN-4711.

I can confirm that currently we are not printing the merge stack when outputting the log in XML format. See subversion/svn/log-cmd.c: In svn_cl_{_}log_entry_receiver(), which prints the non-XML log, we iterate and print the merge_stack, but we are not doing that in svn_cl{_}_log_entry_receiver_xml().

Seeing this new issue (SVN-4909), I think the bug in SVN-4711 may have happened because code to print the merge stack was intended, but ended up missing for some reason.

In any event, any changes to the output, even to add the missing merge stack information, will require a discussion at the developer mailing list (dev at subversion dot apache dot org). Could you please start a mail thread there? Please note that's a publicly archived mailing list. See: [https://subversion.apache.org/mailing-lists.html.] If you would like, feel free to include a patch that produces a proposed corrected output.

Thank you


was (Author: hartmannathan):
Hello,

In the future, please discuss (potential) issues on the mailing list before filing an issue in the issue tracker.

This issue seems related to SVN-4711.

I can confirm that currently we are not printing the merge stack when outputting the log in XML format. See subversion/svn/log-cmd.c: In svn_cl__log_entry_receiver(), which prints the non-XML log, we iterate and print the merge_stack, but we are not doing that in svn_cl__log_entry_receiver_xml().

Seeing this new issue (SVN-4909), I think the bug in SVN-4711 may have happened because code to print the merge stack was intended, but ended up missing for some reason.

In any event, any changes to the output, even to add the missing merge stack information, will require a discussion at the developer mailing list (dev at subversion dot apache dot org). Could you please start a mail thread there? If you would like, feel free to include a patch that produces a proposed corrected output.

Thank you

> Merged Information is missing xml option
> ----------------------------------------
>
>                 Key: SVN-4909
>                 URL: https://issues.apache.org/jira/browse/SVN-4909
>             Project: Subversion
>          Issue Type: Bug
>    Affects Versions: 1.13.0
>         Environment: svn log --xml -g -v <branch url> is not providing merge infor.
>  
> We wanted to track history and take all files along with author, revisions and details of changes. Hence we run the xml version of svn log to see the details including merged ones. 
>  
> We understand for every merge normally merged via is populated but in XML Version it is missing
>            Reporter: prajeesh Kozhisseri
>            Priority: Blocker
>
> svn log --xml -g -v <branch url> is not providing merge infor.
>  
> We wanted to track history and take all files along with author, revisions and details of changes. Hence we run the xml version of svn log to see the details including merged ones. 
>  
> We understand for every merge normally merged via is populated but in XML Version it is missing



--
This message was sent by Atlassian Jira
(v8.20.10#820010)