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

Re: export the log out to a table file?

From: Andy Levy <andy.levy_at_gmail.com>
Date: Wed, 30 Sep 2009 08:25:17 -0400

On Wed, Sep 30, 2009 at 08:00, Ropret Uros <ropret_at_iskratel.si> wrote:
> ….how export the log out data (in same form) to a table file (like Excel for
> example)?
>
> …in order to used ata for further treatment of data….like sort by author,
> date, etc…or mark for revisions
>
> The problem exists in order to manage thousands of revised lines…

Do you want just the log data (unversioned properties - date, log
message, author, what files were changed) or the diffs as well?

In either case, this is more appropriately done using the Subversion
command-line client & parsing the output of svn log (for your needs,
probably use the XML output, svn log --xml).

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2402043

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-09-30 14:25:19 CEST

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

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