aC + Subversion integration seems to be working
Page: 1
Hello,
If anyone's interested in getting some data straight from your Subversion checkin's to your Tickets in activeCollab, I've made a litte module to accept post-commit data.
http://fatty.dk/acsvnintegration.zip
It's based on the same concept as the Mantis Bug Tracker. It simply parses the comment and completes + comments on the relevant tickets. For instance, committing to svn with the following comment:
"updated authenticationprovider, fixes bug 3
there are still trouble with issue 53, dunno why"
... will do the following in aC:
* Add changelog + list of updated / changed files to tickets 3 and 53
* Complete ticket #3
Read the README for more information. Please note it was written in a hurry, so don't rely too much on it, use your common sense. Please tinker around with it, it's nowhere near perfect but it does work here. Everything is happening in just 2 files, so it's pretty straightforward to figure out what's going on. Hopefully others will start releasing stuff of their own. Ideas and comments welcome of course.
If anyone's interested in getting some data straight from your Subversion checkin's to your Tickets in activeCollab, I've made a litte module to accept post-commit data.
http://fatty.dk/acsvnintegration.zip
It's based on the same concept as the Mantis Bug Tracker. It simply parses the comment and completes + comments on the relevant tickets. For instance, committing to svn with the following comment:
"updated authenticationprovider, fixes bug 3
there are still trouble with issue 53, dunno why"
... will do the following in aC:
* Add changelog + list of updated / changed files to tickets 3 and 53
* Complete ticket #3
Read the README for more information. Please note it was written in a hurry, so don't rely too much on it, use your common sense. Please tinker around with it, it's nowhere near perfect but it does work here. Everything is happening in just 2 files, so it's pretty straightforward to figure out what's going on. Hopefully others will start releasing stuff of their own. Ideas and comments welcome of course.
Casper Valdemar



