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

Re: Changes by user and date

From: Andy Levy <andy.levy_at_gmail.com>
Date: Thu, 12 Mar 2009 07:07:06 -0400

On Wed, Mar 11, 2009 at 21:33, <petesea_at_bigfoot.com> wrote:
> Is there any easy way to find any changes make by a specific user over a
> certain date range?

Over a date range is easy - date ranges can be passed as the parameter for -r

But Subversion doesn't store revisions by user - rather, user is a
property of the revision. So you'll need to parse the svn log output
to filter out a particular user. This is pretty easy if you use the
--xml option for svn log, then apply an XSLT that only outputs entries
for that user.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1312350

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-12 12:08:16 CET

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.