[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: Greg Stein <gstein_at_lyra.org>
Date: 2002-07-18 21:19:48 CEST

It sure can. CVS and arch both started as a set of shell scripts wrapping
existing programs. And look at them now... full blown packages. I guess Karl
is on the way to creating the new svn-analysis program suite!

;-)

On Wed, Jul 03, 2002 at 03:21:12AM -0700, Tom Lord wrote:
>
>
> 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

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 18 21:17:59 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.