On Feb 22, 2010, at 08:58, Manickavel, Senthil wrote: > Is there a way to collect only the files changed between 2 revisions? > (without the directories) > > svn diff --summarize -r$FROM_REV:$TO_REV $URL_BASE
"svn diff --summarize" shows you the names of the files that changed. You'll then have to write a script to collect those files.