[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: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-07-26 20:01:07 CEST

On 26.07.2005, at 19:44, Tardif, Sebastien 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?

You could use "svn log --xml" and then use an XML parsing or
transformation tool to get just the entries for a particular user.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 26 20:05:19 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.