
One concern would be to avoid using dates and be more specific with the SVN ID. Dates can leave holes in files delivered. Using the same diff command below, substitute {<last SVN ID Delivered> : HEAD } and note the SVN ID in the output, this way you ensure you leave no gaps.
An example using last date delivered by SVN ID:
%> svn diff -r 11357:HEAD --summarize <URL>
Once you've got that list I'm guessing you'd want to export the resulting files using the directory their located in (svn won't export at the file level), and then tarring/zipping up the files.