Hi Darren Thanks a lot for the answer.
Can this operations be performed using the svnkit api. Regards, Nestor On Monday, June 15, 2015, <darrell_...@vanguard.com> wrote: > Here is a link to commands that can be modified to do what you wish > > http://www.commandlinefu.com/commands/view/2787/prints-total-line-count-contribution-per-user-for-an-svn-repository > > Here is a command that gives the total number of lines changed for a file > to restrict to a range of revision use the svn -r option. The 13th filed in > the log output will be the number of lines changed. > C:\temp> svn log --no-auth-cache > http://prdsvnrepo:8080/svn/tip/ngsa/projects/violation-policy-examples/HelloWorldCIBuildExample/trunk/pom.xml > | grep "^r[0-9]" | awk '{ sum += $13 } END { print sum }' > > 353 > > Here is a link to commands that can be modified to do what you wish > > http://www.commandlinefu.com/commands/view/2787/prints-total-line-count-contribution-per-user-for-an-svn-repository > > Darrell Ray > x33540 > IT Hub community page > http://crewhub.vanguard.com/it/cop1/ngsa/default.aspx > Have you checked Haydle (https://vanguard.haydle.com/) to see if your > question has already been answered? > Please fill out the NGSA Tools Survey at > http://crewhub.vanguard.com/it/cop1/ngsa/Lists/Java%20Developer%20NGSA%20Tools/NewForm.aspx? > > > > > > > From: Néstor Boscán <nesto...@gmail.com > <javascript:_e(%7B%7D,'cvml','nesto...@gmail.com');>> > To: SVNKit Library Users List <svnkit-users@svnkit.com > <javascript:_e(%7B%7D,'cvml','svnkit-users@svnkit.com');>> > Date: 06/10/2015 04:48 PM > Subject: [External] Is there a way to get the lines modified or > added for a range of revisions? > Sent by: svnkit-users-boun...@svnkit.com > <javascript:_e(%7B%7D,'cvml','svnkit-users-boun...@svnkit.com');> > ------------------------------ > > > > Hi > > I want to get the lines that were modified or added in a range of > revisions for a particular file. Is this possible? > > Regards, > > Néstor > ------------------------------ > CONFIDENTIALITY STATEMENT. The information contained in this e-mail > message, including attachments, is the confidential information of, and/or > is the property of, Vanguard. The information is intended for use solely by > the individual or entity named in the message. If you are not an intended > recipient or you received this in error, then any review, printing, > copying, or distribution of any such information is prohibited, and please > notify the sender immediately by reply e-mail and then delete this e-mail > from your system. >