Hi Mark,
I want to do this from a script. Basically script should find out numbers of
the lines changed in the file. 

Thanks.


Cooke, Mark wrote:
> 
>> -----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 
>> 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.
> 
> It is not clear what you want, do you want to do this from a script or
> just look at the file?
> 
> The 'blame' command will show a file and the version at which each line
> was changed morst recently and by whom:
> 
> http://svnbook.red-bean.com/nightly/en/svn.ref.svn.c.blame.html
> 
> ~ mark c
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Find-the-changed-line-numbers-in-a-file-tp32688385p32688585.html
Sent from the Subversion Users mailing list archive at Nabble.com.

Reply via email to