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
Using TortoiseSVN, right-click on your working folder and select “Show Log” from the TortoiseSVN menu.
Click the revision that was last published (#85 in this example)
Ctrl+Click the HEAD revision (or whatever revision you want to release ie #178) so that both the old and the new revisions are highlighted.
Right-click on either of the highlighted revisions and select “Compare revisions.” This will open a dialog window that lists all new/modified files.
Select all files from this list (Ctrl+a) then right-click on the highlighted files and select “Export selection to…”
Source: http://www.verysimple.com/blog/2007/09/06/using-tortoisesvn-to-export-only-newmodified-files/