More specifically, I'm looking for how to count the number of lines in all files within a directory recursively through all directories. I can simply repeat on each the two different versions of the project to get a comparison figure.
Alternatively, since subversion has a fairly robust diff functionality, is it possible to mutate a diff between the two versions to obtain an absolute difference of lines of code?
Either solution would help me out greatly.