mantis svn integration
download the plugin from https://github.com/mantisbt-plugins/source-integration
Copy Source and SourceSVN to mantism plugins
install source and source SVN plugins in mantis
install "API KEY" on the Source plugin
set "Corrected state fix" to "enabled"
set “Bug fix fixed” to “fixed”
add the repository [your repository] to the svn source
install post-hook on svn server, if you use beanstalkapp, it's simple, just add url for post-mapping:
http: // [your mantis server] /mantis/plugin.php?page=Source/import&id=all&api_key= [your api key]
(if you cannot do svn hook, you can run cron curl)
therefore, we must format the comment when sending SVN codes:
link to the question:
issue # [issue id] [another short comment]
eg. issue # 0005480 test link problem
it will link the set of changes to release and add comments to the release
fixed problem:
fixed # [issue id] [another short comment]
eg. fixed # 0005480 fixed fixing the problem
it will link the set of changes for the release, add a comment to the problem, and set the status of the problem for troubleshooting.
so all you need is to write the correct comment and not copy svn files, open a browser, write notes about problems, set the status of the problem ...
everything will be done by plugins and svn server (beansapptalk)!
I wrote this on my blog