On Thu, Oct 20, 2011 at 03:24:55AM -0700, subhash_m wrote:
> 
> Hi Mark,
> I want to do this from a script. Basically script should find out numbers of
> the lines changed in the file. 

Install diffstat, and run 'svn diff -cN | diffstat'.

Example:
$ svn diff -c1186167 https://svn.apache.org/repos/asf | diffstat
 1.7.x/STATUS                                      |   11 ----
 1.7.x/subversion/libsvn_client/mergeinfo.c        |   51 ++++++++++++++++++--
 1.7.x/subversion/tests/cmdline/mergeinfo_tests.py |   56 ++++++++++++++++++++++
 3 files changed, 103 insertions(+), 15 deletions(-)

Reply via email to