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

Re: Mac OS X - best setup for small developer?

From: Dominic Anello <danello_at_danky.com>
Date: 2005-03-25 16:26:25 CET

On 2005-03-25 07:42:30 -0500, Johnson, Rick wrote:
----8<----
> BTW, I know that I could script the log output to split out the
> information for each of the projects. In my case, I have better things
> to do than maintain scripts like that. Someone else will have a
> different opinion. That's fine. I stand by my percieved advantage of
> single project/single repository.
>
> Rick
----8<----

It's not really something you have to maintain, you can bang it out on
the command line in a few seconds:

svn log --stop-on-copy -q <url to project> | grep '^r' | wc -l

Add a date-based revision range if you want an activity count for a
certain period.

Tortoise also prodoces some nice activity information, including graphs
of commits by developer if you click the Activity button in log view.

HTH

-Dominic

  • application/pgp-signature attachment: stored
Received on Fri Mar 25 16:28:59 2005

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.