We are using Redmine for issue and bug tracking. We added SVN integration but, by doing this, it just shows SVN revisions in activity.
It would be great to see all SVN changes caused by a bug or issue. But it does not seem to be possible.
Is there a way to do that? If not Redmine, which is the best alternative tracking system to achieve this?
We add the issue number in svn commit message and it's recognized automatically.
svn ci -m "incorrect encoding fixed (refs #2345)"
Later you'll be able to see it in the issue #2345. It doesn't show up right away, I guess redmine checks periodically for repository changes - but if you go to Repository
tab and then to the issue, the change should be shown then.
More info about Redmine formatting
==edit==
To answer Jonas comment:
In fact the idea of this is to be able to make connection between some issue and svn revisions related to it. It should work both ways - in repository page you see the link to the issue; in the issue's page you should be able to see the link to the related revisions.
For this to work you need:
refs
in Administration->Settings [Repository] ->"Referencing keywords"After all this you should be able to see in your issue "Associated revisions"
For posterity:
If the original commit message did not reference a Redmine issue number, you can also do the reverse: manually reference a repository revision by number in a Redmine issue description.
For example:
This issue is an unintended side effect of r5678, which was implemented to address issue #1234.
In that case, "r5678" would automatically link to the revision in Redmine's repository tab (and "#1234" would automatically link to the corresponding issue page).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With