문제

Just out of curiousity I'm deploying AnkhSVN with Visual Studio 2010 in our development office, and have had much success with Redmine in managing projects. However, one issue is integrating AnkhSVN with Redmine in regard to Issues. So I can submit a commit against for a particular bug fix. Is this possible?

도움이 되었습니까?

해결책

I made a simple plugin http://ankhredmineex​te.sourceforge.net/. Read readme for instructions

다른 팁

This is not related to AnkSVN only to SVN. To relate a issue to a particular issue you can write something like the following in your log message:

refs #1234

Which references your commit to the issue #1234.

You can also give

fixed #1234

Which will set the issue to "closed" based on the configuration you made in Redmine.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top