You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Res Pons <po...@hotmail.com> on 2007/02/26 21:25:34 UTC

Another SVN question regarding generation of svn logs

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

_________________________________________________________________
Find what you need at prices you�ll love. Compare products and save at MSN� 
Shopping. 
http://shopping.msn.com/default/shp/?ptnrid=37,ptnrdata=24102&tcode=T001MSN20A0701

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Another SVN question regarding generation of svn logs

Posted by Res Pons <po...@hotmail.com>.
So basically both or either of the methods (raw or xml) require post 
processing, right? Thanks.

----Original Message Follows----
From: Ryan Schmidt <su...@ryandesign.com>
To: Res Pons <po...@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

Re: Another SVN question regarding generation of svn logs

Posted by Ryan Schmidt <su...@ryandesign.com>.
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