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

fun with Unix command lines

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-07-02 22:12:55 CEST

We were on the phone with Greg Stein just now, trying to get a sense
of commit activity, and we decided to ask Subversion:

   svn log http://svn.collab.net/repos/svn | grep "^rev [0-9]*:" \
      | cut -d ":" -f 2 | cut -d " " -f 3 | sort | uniq -c | sort -rn

:-)

(This was on a RedHat box, therefore with mostly GNU utilities, YMMV.)

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 2 22:22:07 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.