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

Re: Need help: Generate a diff log by author

From: Stephane Bortzmeyer <bortzmeyer_at_nic.fr>
Date: Thu, 16 Jul 2009 15:27:52 +0200

On Wed, Jul 15, 2009 at 12:30:38PM -0700,
 Steven Jackson <sjackson_at_mediapathic.org> wrote
 a message of 24 lines which said:

> If I could send an email containing only the diffs generated by each
> author to that author, then reviewing this list would be more
> manageable.

The attached Python program, using the Subversion API, displays the
revisions belonging to the author indicated as a parameter:

% svnlog.py smith
2009-June-29 13:29 (8761): "Log message 1"
2009-June-29 13:28 (8760): "Log message 2"
...

% svnlog.py jones
2009-July-10 14:34 (8789): "Log message 3"
2009-July-07 11:49 (8781): "Log message 4"
...

Received on 2009-07-16 15:27:42 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.