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

Reply via email to