Added by Marcin Trendota over 15 years ago
Basically i want to copy some files from SVN repository to somewhere on the filesystem, when someone closes an issue (lets say "Task" type issue). Of course we have many projects, so exact source, destination and filenames are project dependant. Possibility to execute (Linux) shell script would be the best solution.
Is there a way to do this?
TIA.
Finally i've done some workaround. I'm parsing an email that i receive upon issue status change, and looking for all neccessary information in redmine database. Whole script in Python consists about 40 lines. And hopefully it'll work (;)