I'm writing a very simple program on my company's internal website that shows the number of svn commits, line changes, and file changes between two dates. I made the actual page but I'm having trouble trying to figure out the best way to execute the comparison. I was hoping someone could recommend a way to tackle this.
Edit: SVN commands are okay but it seems like there should be an easier way to get these numbers directly. I can do the parsing but would API just give me the numbers?