kdevineni:We have the activecollab root url at https:/10.10.10.1/activecollab
Ilija Studen:In that case https://10.10.10.1/activecollab/subversion/commit should be https://10.10.10.1/activecollab/public/index.php/subversion/commit.
Please note that you can remove /public/index.php and have clean URLs using this technique.
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.