"svn log --xml --use-merge-history ..." doesn't include --use-merge-history in the xml output?

2013-05-01 Thread Andrew Reedick
Is it just me or is svn log's "--xml" switch not including 
"--use-merge-history" information?

The text output of "svn log --use-merge-history" includes the "Merged via: 
r3673" information:

r3584 | bob | 2013-04-16 15:50:48 -0400 (Tue, 16 Apr 2013) | 1 line
Merged via: r3673

Fixed flux capacitor


whereas "svn log --xml --use-merge-history" provides no "Merged via: ..." 
information:

bob 
2013-04-16T19:50:48.762112Z

/project/branches/1.1/source/foo.jcl

Fixed flux capacitor



This is with the svn CLI client, version 1.7.9 (r1462340)



RE: "svn log --xml --use-merge-history ..." doesn't include --use-merge-history in the xml output?

2013-05-01 Thread Andrew Reedick
> -Original Message-
> From: Andrew Reedick [mailto:andrew.reed...@cbeyond.net] 
> Sent: Wednesday, May 01, 2013 4:24 PM
> To: users@subversion.apache.org
> Subject: "svn log --xml --use-merge-history ..." doesn't include 
> --use-merge-history in the xml output?
>
> Is it just me or is svn log's "--xml" switch not including 
> "--use-merge-history" information?
>
> The text output of "svn log --use-merge-history" includes the "Merged via: 
> r3673" information:
> 
> r3584 | bob | 2013-04-16 15:50:48 -0400 (Tue, 16 Apr 2013) | 1 line
> Merged via: r3673
> 
> Fixed flux capacitor
> 
>
> whereas "svn log --xml --use-merge-history" provides no "Merged via: ..." 
> information:
> revision="3584">
> bob 
> 2013-04-16T19:50:48.762112Z
> 
> kind="file"
>action="M">/project/branches/1.1/source/foo.jcl
> 
> Fixed flux capacitor
> 


Bah, never mind.  In the xml, the entries for the merged revisions are 
sub-nodes of the logentry, e.g. 


bob_porter
2013-05-01T18:43:40.613101Z
comment

bob_slydell
2013-05-01T17:53:15.616621Z
stock option equity sharing program


...