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,
On Tue, Jun 29, 2004 at 10:55:36AM -0700, Sung Kim wrote:
---------------------------------------------------------------------
|
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.