I often have to make a 7zip archive of a versioned directory (for instance a source code tree)
To avoid archiving non-essential files, I can first SVN>cleanup>Delete unversiond files
However, it means that I have to regenerate those files after making the archive (i.e. rebuild my project).
Is there some trick to directly send the versioned files list to 7-zip for archiving ? Or could there be some 7-zip integration in the TortsoiseSVN menus ?
Of course, I am asking that in the context of a GUI, this is very different on a CLI.