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

Re: [Subclipse-users] Lines of code

From: Mark Phippard <markphip_at_gmail.com>
Date: Tue, 22 Jul 2008 16:10:08 -0400

On Tue, Jul 22, 2008 at 4:02 PM, Tom Henricksen <TomH_at_a-t-g.com> wrote:
> Is there an easy way to see through subclipse how many lines of code are in
> the trunk of the repository?

No. Subversion does not have anyway to provide this. It is stream
based, not line based, so cannot even tell you lines of code in a
commit. To do that, you need to create a diff of the revision then
calculate it.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-07-22 22:10:23 CEST

This is an archived mail posted to the Subclipse Users mailing list.

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