I'd like to execute a small clientside script/exe/bat after a successful repository export from TortoiseSvn.
The process would look like:
- Right click repository
- Click TortoiseSVN Export menu item
- Export sucessfully completes
- TortoiseSVN runs my script.
I've already looked at creating a custom client hook, but they're only available for start/pre/post-commit and start/pre/post-update, whereas I need post-export.
Any ideas?