[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: Max Bowsher <maxb_at_ukf.net>
Date: 2004-06-29 19:29:06 CEST

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):

Unlike cvs, svn does not use a line-based diff format.

Therefore, unless line change counts are stored as extra change metadata in the repository, it is impossible to do what you suggest.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 29 19:33:56 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.