On Mon, Jan 15, 2007 at 11:42:12AM -0500, Adrian Robert wrote:
> >I was browsing freshmeat.net earlier tonight and came across a package
> >called 'svnstat.'  Since I keep local mirrors of all the gnustep stuff
> >(with svk), I generated some statistics of some gnustep stuff.  It is
> >pretty neat to look through.
> 
> Interesting.. any idea how it determines lines of code metrics?   
> Unlike CVS, this info isn't in the SVN logs.  I spent a while on the  
> mailing lists asking about adding it, but none of the active  
> developers believed in the value of the metric and I was lazy at the  
> time so...

You mean how many lines changed per revision? or ... ?

In that case it is just 

svn diff -r n-1:n svnurl-or-checked-out-file-or-directory | diffstat

or did you mean something else?

Cheers,
- Andy

-- 
Andrew Ruder <[EMAIL PROTECTED]>
http://www.aeruder.net


_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to