I am using SVNKit to be able to use my Subversion. Now according to here Subversion does allow the retrieval of the names of the methods which have been changed. Now in SVNKit, I am currently using doDiff to get the differences in file contents. However I need just a list of the methods being modified and the number of lines which have been modified... Is there a way to be able to do so using SVNKIt?
Thanks for your help