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

Re: fun with Unix command lines

From: Tom Lord <lord_at_regexps.com>
Date: 2002-07-03 12:21:12 CEST

Careful. That sort of thing can easily get out of control.

-t

   Date: Tue, 2 Jul 2002 15:12:55 -0500 (CDT)
   From: Karl Fogel <kfogel@newton.ch.collab.net>
   Subject: fun with Unix command lines

   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

   :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 3 12:16:36 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.