Does anyone know how to export only the changed files from two tags using svn?
Lets say I have tag 1.0 and then later fix bugs in the trunk. Next I am ready for a new
svn diff can create a diff representing the changes between to tags. You can apply that diff with the patch utility.
http://svnbook.red-bean.com/en/1.0/re09.html