So we have Redmine successfully integrated with SVN. It's a mature integration (a few months now). Post-commit-hook updates the repository in Redmine. Comments in SVN commit get beautifully imported into Redmine, which is able to create links between issues and revisions, log time, the whole 9 yards.
However, for time constraint issues, there was an urgent bug which had to be fixed quickly and committed without comments. The issue wasn't even in Redmine. This happened at 3:35AM, when best practices are as valued as a bag of ice for sale in the Arctic winter.
Now, this morning, we entered the issue into Redmine and want to link that crazy 3:35AM revision to it. How can that be done?
I was once able to hack that by erasing some records in Redmine database and running the repository update task. But I do not really remember right now and really really do not want to go there anymore.
Is there a way? A functionality? A plugin? A script? Anything?
Thanks in advance
Update
Oh, by the way, we already updated the comment for THAT revision, containing the valid tags and words Redmine expects.