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

Re: Report of revisions by user?

From: Andy Levy <andy.levy_at_gmail.com>
Date: Tue, 18 Nov 2008 12:11:28 -0500

On Mon, Nov 17, 2008 at 22:42, Peter DePasquale <depasqua_at_tcnj.edu> wrote:
> Hi,
>
> I'm new to subversion and was wondering if there is some way that I can get
> a report of all of the committed revisions performed by each user (grouped
> by user). I can't seem to find anything that might provide that
> information. Thanks.

Nothing that's a single command, because revisions are not stored by
author; the author is metadata about the revision, not the other way
around.

The XML output of svn log can be used in conjunction with an XSLT
stylesheet to present your log data in any format you wish.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-11-18 18:11:56 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.