[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: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-02-26 22:51:25 CET

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
---------------------------------------------------------------------
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:51:53 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.