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

Re: User History Audit

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-12-31 16:59:52 CET

On Dec 31, 2007 10:47 AM, Java_James <james-junk@rogers.com> wrote:
>
> Hi All,
>
> I was wondering if there is a way to track user activity in subversion.
> What I am looking for is all of the commits a user made over a certain
> period of time.
>
> I'm relatively new to svn, and can't seem to find anything in the docs on
> how to do this. Any help is appreciated.

svn log

Then parse the output for just the activity for that particular user.

This will probably be easier if you use --verbose and --xml to get an
XML file representing the log, then parse the XML and/or use an XSLT
to break it out by user.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Dec 31 17:00:15 2007

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.