Here is a scenario I am working with:
I have a trunk with several revisions that are committed after the branch
is created. Let's assume the trunk is currently at revision 140. And let's
assume the branch was created from the trunk from revision 100, and
currently the HEAD revision in that branch
I am trying retrieve *only* the artifacts that have been modified/added in
Subversion repository from revision x to revision z. For that, after
obtaining a list of such files/folders through svn diff --summarize, I run svn
export in my script to retrieve the individual files/folders.
However, svn