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

Re: List of most commits per user

From: emerson cargnin <echofloripa.yell_at_gmail.com>
Date: Mon, 14 Jul 2008 16:06:27 +0100

hey Guys, thanks a lot for the tips!!!

On 09/07/2008, Toby Thain <toby_at_telegraphics.com.au> wrote:
>
> On 8-Jul-08, at 3:27 PM, emerson cargnin wrote:
>
> > Hi There
> >
> > We have a root folder on which are all our projects. We are doign a
> > sort of clean up, removing old projects, but sometimes is hard to know
> > who knows more about each project. I thought in getting some kind of
> > report from each root folder of each project, that would show the top
> > commiiters of all time for each project. Would someone point me to the
> > right way on this?
> >
>
> Here's a simple shell line.
> svn log -q http://localhost/svn/$repo |cut -s -d \| -f 2|sort|uniq -c|sort
> -n -r
>
> https://slashdot.org/~toby/journal/129516
>
> >
> > thanks
> > emerson
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> users-unsubscribe_at_subversion.tigris.org
> > For additional commands, e-mail:
> users-help_at_subversion.tigris.org
> >
> >
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-14 17:06:51 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.