How to export from SVN repository only modified files between two tags with Ant?
here a simple script... URL1 and URL2 are the urls of the tags, "tmpDir" is a temporary folder(write permissions are necessary), "targetDir" is the destination folder.
USAGE: Simply run ant in the folder where you put the script (save the script as build.xml)