Re: Find the changed line numbers in a file

2011-10-20 Thread Daniel Shahaf
on/libsvn_client/mergeinfo.c| 51 > > ++-- > > 1.7.x/subversion/tests/cmdline/mergeinfo_tests.py | 56 > > ++++++ > > 3 files changed, 103 insertions(+), 15 deletions(-) > > > > > > -- > View this message in context: > http://old.nabble.com/Find-the-changed-line-numbers-in-a-file-tp32688385p32688730.html > Sent from the Subversion Users mailing list archive at Nabble.com. >

Re: Find the changed line numbers in a file

2011-10-20 Thread subhash_m
fo.c| 51 > ++-- > 1.7.x/subversion/tests/cmdline/mergeinfo_tests.py | 56 > ++ > 3 files changed, 103 insertions(+), 15 deletions(-) > > -- View this message in context: http://old.nabble.com/Find-the-changed-line-numbers-in-a

Re: Find the changed line numbers in a file

2011-10-20 Thread Stefan Sperling
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

RE: Find the changed line numbers in a file

2011-10-20 Thread subhash_m
11 10:49 >> To: users@subversion.apache.org >> Subject: Find the changed line numbers in a file >> >> >> I want to know if there is any way I can find out the line >> numbers of the >> changes made to a file. i.e. numbers of the lines in the >> modified file where

RE: Find the changed line numbers in a file

2011-10-20 Thread Cooke, Mark
> -Original Message- > From: subhash_m [mailto:subhashsubh...@gmail.com] > Sent: 20 October 2011 10:49 > To: users@subversion.apache.org > Subject: Find the changed line numbers in a file > > > I want to know if there is any way I can find out the line > nu

Find the changed line numbers in a file

2011-10-20 Thread subhash_m
I want to know if there is any way I can find out the line numbers of the changes made to a file. i.e. numbers of the lines in the modified file where code is added or edited. Thanks. -- View this message in context: http://old.nabble.com/Find-the-changed-line-numbers-in-a-file