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

Re: svn history | log for a given user?

From: Andy Levy <andy.levy_at_gmail.com>
Date: Wed, 23 Apr 2008 14:55:11 -0400

On Wed, Apr 23, 2008 at 2:43 PM, Anthony Ettinger <anthony_at_chovy.com> wrote:
> I want to see my history in svn, is there a way to limit the results
> to only my changesets?

Just good, old fashioned log parsing.

Actually, if you use --xml, you can write an XSLT to only pull out the
nodes which have your name connected with them. It's the <author>
node, child of <logentry>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-23 20:55:44 CEST

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.