What svn command would list all the files modified on a branch? January 23, 2023 by Tarik This will do it I think: svn diff -r 22334:HEAD --summarize <url of the branch>