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

Finding the number of line changes between revisions

From: Sung Kim <hunkims_at_gmail.com>
Date: 2004-06-29 18:58:33 CEST

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

(Proposed)
------------------------------------------------------------------------
r14 | hunkim | 2004-06-28 23:58:16 -0700 (Mon, 28 Jun 2004) | 1 line
Changed paths:
 M +12 -30 /trunk/src/edu/ucsc/cse/grase/treemap/element/Cell.java
 M +30 -0 /trunk/src/edu/ucsc/cse/grase/treemap/element/TopBottomRow.java
 M +2 -10 /trunk/src/edu/ucsc/cse/grase/treemap/element/TreeMap.java

Added Bugzilla Parsing module
------------------------------------------------------------------------
r13 | hunkim | 2004-06-28 15:07:38 -0700 (Mon, 28 Jun 2004) | 1 line
Changed paths:
 M +2 -30 /trunk/src/edu/ucsc/cse/grase/treemap/element/TopBottomCell.java
 M +40 -1 /trunk/src/edu/ucsc/cse/grase/treemap/element/TopBottomRow.java

Added option selection such as show text, order by
------------------------------------------------------------------------

(Current)
------------------------------------------------------------------------
r14 | hunkim | 2004-06-28 23:58:16 -0700 (Mon, 28 Jun 2004) | 1 line
Changed paths:
 M /trunk/src/edu/ucsc/cse/grase/treemap/element/Cell.java
 M /trunk/src/edu/ucsc/cse/grase/treemap/element/TopBottomRow.java
 M /trunk/src/edu/ucsc/cse/grase/treemap/element/TreeMap.java

Added Bugzilla Parsing module
------------------------------------------------------------------------
r13 | hunkim | 2004-06-28 15:07:38 -0700 (Mon, 28 Jun 2004) | 1 line
Changed paths:
 M /trunk/src/edu/ucsc/cse/grase/treemap/element/TopBottomCell.java
 M /trunk/src/edu/ucsc/cse/grase/treemap/element/TopBottomRow.java

Added option selection such as show text, order by
------------------------------------------------------------------------

Sung

---------------------------------------------------------------------
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:00:13 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.