[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svn log -g --xml doesn't include "Merged via" info

From: Stanimir Stamenkov <s7an10_at_netscape.net>
Date: Sun, 05 Dec 2010 22:52:23 +0200

Issuing 'svn log -g -q' I get an output like:

------------------------------------------------------------------------
r8 | ...
------------------------------------------------------------------------
r7 | ...
Merged via: r8
------------------------------------------------------------------------
r6 | ...
Merged via: r8
------------------------------------------------------------------------
r5 | ...
Merged via: r8
------------------------------------------------------------------------
r4 | ...
Merged via: r8
------------------------------------------------------------------------
r3 | ...
------------------------------------------------------------------------
r2 | ...
------------------------------------------------------------------------
r1 | ...
------------------------------------------------------------------------

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?

-- 
Stanimir
Received on 2010-12-05 21:53:08 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.