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

Re: Finding the number of line changes between revisions

From: Chia-liang Kao <clkao_at_clkao.org>
Date: 2004-06-29 21:10:48 CEST

It's quite easy to do what you want with external tools.

I often use svk desc <REV> | diffstat

svn diff -r <REV-1>:<REV> <URL> | diffstat should give you the same thing.

Cheers,
CLK

On Tue, Jun 29, 2004 at 10:55:36AM -0700, Sung Kim wrote:
> Than what is the a good change measurement in Subversion?
> Or does Subversion provides any change measurement?
> On Tue, 29 Jun 2004 18:29:06 +0100, Max Bowsher <maxb@ukf.net> wrote:
> >
> > Sung Kim wrote:
> > > Hi,
> > >
> > > Is there any way to figure out the number of line changes between two
> > > revisions or two files in reivisions without running svn diff? I just
> > > want to know the number of line changes between two revisions, and
> > > running diff seems too expensive for that.
> > >
> > > Also it would be nice if svn log gives some line change info with an
> > > option (like show number of line changes):

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 29 21:07:00 2004

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.