I have somewhat interesting development situation. The client and deployment server are inside a firewall without access to the Subversion server. But the developers are out
svn export does not accept a revision range, try it out.
svn export
A possible solution is to get the list of changed files with:
svn diff --summarize -rXXX http://svn/...
and then export each of them.