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

Re: Source code lines counter

From: Noah Slater <nslater_at_gmail.com>
Date: 2006-08-11 20:40:18 CEST

Vigo,

You can run this on *nix based systems:

$ find . -type f | xargs cat | wc -l

I hope this helps.

Noah

On 11/08/06, Vigo, Nestor <Nestor.Vigo@pearson.com> wrote:
> Are there any way to count source code lines that are included under a tag
> in Subversion?
>
> Any help will be greatly apprecited.
>
> Kind regards.
>
> ****************************************************************************
> This email may contain confidential material.
> If you were not an intended recipient,
> Please notify the sender and delete all copies.
> We may monitor email to and from our network.
> ****************************************************************************
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

-- 
"Creativity can be a social contribution, but only in so
far as society is free to use the results." - R. Stallman
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 11 20:41:35 2006

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.