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
This is my solution for TortoiseSVN:
What ends up exported is all the files you need to write over the top of an existing export in order to update it (no messing around applying diffs). Useful, for example, for updating websites by FTP.
The only caveat is that it obviously won't handle deleted files. Although it will at least tell you which files need to be deleted manually.