Been searching and reading for this solution, but didn't find one. Or not the best one. What i would like to achieve:
In our SVN Server, we will use tags as project official releases. At some point, we will export the latest tag folder, which will contain all documents that have been tagged till then for Assessment. When the export is done, documents exported would have to get renamed with latest tag added in the end of the file name. Here is a small example, let's say that file was in tag folder #6 (again, that is latest tag).
File in SVN tag folder 6: GEN_Software_Component_Design_Specification_Application_Module_SRV.docx
File after being exported: GEN_Software_Component_Design_Specification_Application_Module_SRV_06.docx
I know TortoiseSVN Client Hook scripts don't have post export option. So is a simple batch script the only solution here?