You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Hari Kodungallur <hk...@gmail.com> on 2005/07/26 19:03:58 UTC

Re: Half solution: How to get the list of files I modified in the last 3 weeks?

On 7/26/05, Tardif, Sebastien <ST...@anacomp.com> wrote:
>  
> svn log -qvr  {2005-07-01}:HEAD . | grep /trunk |sort|uniq -s 4 (tested with
> cygwin on windows) 
>   
> Will do most of the job except filtering out the other user than me. Doing
> that seems the most complicate. So come the request to a new feature: 
>   
> Can we add to [svn log] command a parameter specifying which user or set of
> user we want information about? 
>   
> The most powerful mechanism would be to enable regular expression on user
> name.
>  

The script contrib/client-side//search-svnlog.pl (part of the
subversion distribution) does this. The downside, of course, is that
it will work directly on the repository (not on the local copy)

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