SVN Tip: Get List of Files Changed Between Revisions | Comments (13)
Posted in Snippets on 15th September 2008, 3:05 pm by Stuart
svn diff -r REVNO:HEAD --summarize
Just replace REVNO with the start revision and HEAD with the end revision if you don’t want it to be the latest revision.

Thanks. This was just what I needed.
Perfect!
Exactly what I needed too.
Thanks so much. I was looking for this command.
Is there a way of getting a list of “outgoing files”, that is, those files that have not yet been committed to the repository from the local copy? (And of course, a listing of pending inbound files.)
Thanks.. I also need the same
Thanks
Thanks, really useful!
Hello all! Do you know any tip to find list of files changed between specific revisions but only for specific let’s say feature? perhaps this command combined with a grep in svn log???
Perfect!… I too searching for this one precisely.
Awesome… I so needed this.
Thanks, useful.
Can somebody also tell how to upload the list of modified files, automatically, to an FTP server?
That would be pretty good.
thanks this what i want
PERFECT. Looking for this since yesterday