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

Re: svn log xml order differs from non-xml version

From: Karl Fogel <kfogel_at_red-bean.com>
Date: Tue, 09 Sep 2008 23:40:55 -0400

"G. T. Stresen-Reuter" <tedmasterweb_at_gmail.com> writes:
> But just out of curiosity, does anyone know where in the source code
> the XML is generated? Maybe this is something that can be
> standardized and incorporated into a future version?

https://svn.collab.net/repos/svn/trunk/subversion/svn/log-cmd.c, in the
function log_entry_receiver_xml(). You can see where it loops over
log_entry->changed_paths. Compare that with the corresponding code in
log_entry_receiver() (the non-xml log function), which does some sort of
sort (if you'll pardon the expression).

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-09-10 05:41:20 CEST

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.