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

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

From: Hari Kodungallur <hkodungallur_at_gmail.com>
Date: 2005-07-26 21:03:58 CEST

On 7/26/05, Tardif, Sebastien <STARDIF@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
Received on Tue Jul 26 21:06:08 2005

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.