Is there an equivalent of git log -p using the svn command line tool? svn log -v shows file names but not changes.
I would like to see the patches introduced by prior commits. If not possible, is there a way to get the patch (not compared to head, just the changeset) introduced by a single previous commit?
git svnas your Subversion client?