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

Re: Another SVN question regarding generation of svn logs

From: Res Pons <pons32_at_hotmail.com>
Date: 2007-02-26 22:59:20 CET

So basically both or either of the methods (raw or xml) require post
processing, right? Thanks.

----Original Message Follows----
From: Ryan Schmidt <subversion-2007a@ryandesign.com>
To: Res Pons <pons32@hotmail.com>
CC: users@subversion.tigris.org
Subject: Re: Another SVN question regarding generation of svn logs
Date: Mon, 26 Feb 2007 15:51:25 -0600

On Feb 26, 2007, at 15:25, Res Pons wrote:

>I would like to run the svn log command to generate a daily log of the
>modified files sorted by each svn user. I run the following command but
>the problem is that if a user touched certain files at different times of
>the day, the log shows that user in multiple places chronologically...I
>would like the log for a certain period to be sorted alphabetically by
>users, is there anyway to do this?
>
>c:\>svn log --non-interactive -v -r {2007-02-25}:HEAD http://
>subversion.repo.org/svn/tools/trunk > SVN.log

Not from within Subversion; you'll have to post-process your SVN.log with a
script that you write. "svn log --xml" is also available if you prefer to
process XML.

--
To reply to the mailing list, please use your mailer's Reply To All  
function
_________________________________________________________________
Don’t miss your chance to WIN 10 hours of private jet travel from Microsoft® 
Office Live http://clk.atdmt.com/MRT/go/mcrssaub0540002499mrt/direct/01/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 26 22:59:58 2007

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.