SVN Integration with Redmine How to
Added by Bret Ferrier almost 15 years ago
I am using Redmine to track bugs and I want to configure Redmine so that when I do an SVN check-in and type in #id somewhere in the SVN checkin notes that the issue in Redmine will include my notes and close the issue. I have added the Repository URL and login credentials to Redmine but I am not seeing Issues getting closed when I do a SVN check-in.
Replies (1)
RE: SVN Integration with Redmine How to
-
Added by Felix Schäfer almost 15 years ago
Two things: either you aren't putting the keywords in the commit log, see the RedmineSettings, or your redmine only picks up changes to the repository when you visit the repository page, then visit the FAQ (although there are still other solutions like granular post-commit redmine updates and so on).