I know that I can svn diff -r a:b repo
to view the changes between the two specified revisions. What I\'d like is a diff for every revision that changed the
As far as I know there is no built in svn command to accomplish this. You would need to write a script to run several commands to build all the diffs. A simpler approach would be to use a GUI svn client if that is an option. Many of them such as the subversive plugin for Eclipse will list the history of a file as well as allow you to view the diff of each revision.