Mon, 6 Dec 2010 09:48:50 +1000, /Daniel Becroft/:
> On Mon, Dec 6, 2010 at 6:52 AM, Stanimir Stamenkov <s7a...@netscape.net> 
> wrote:
>> (...)
>> However issuing 'svn log -g --xml -q' (even 'svn log -g --xml -v')
>> doesn't seem to provide the "Merged via" revision info.  Is it
>> currently possible to get the additional information from merge
>> history using the XML output format?
> 
> The merged revisions are shown as nested <logentry> elements. For example:
> 
> <log>
>   <logentry revision="10427">
>     <author></author>
>     <date>2010-11-19T06:17:01.744981Z</date>
>     <msg>Merged r10426 from trunk.</msg>
>     <logentry revision="10426">
>       <author></author>
>       <date>2010-11-19T06:08:13.934595Z</date>
>       <msg></msg>
>     </logentry>
>   </logentry>
> </log>

Thanks, you're right.  Seems I had not noticed this detail looking
at the "plain" console output - it is not immediately obvious some
<logentry> elements are children of other <logentry> elements.

-- 
Stanimir

Reply via email to