To facilitate the task of our users who contribute to Terrier, we are in the process of making changes that will also make the development process easier:
- Firstly, we have deployed Atlassian's JIRA as an issue tracker for Terrier.
- Secondly, we are opening the source code repository for the Terrier platform (in progress).
The goal of opening our source code repository is that patches submitted by contributors can be made against the latest (trunk) Terrier source, thus ensuring that no stale patches are received. As a committer this will make my job easier.
I recently announced these changes in Rome at the New challenges in Information Retrieval and Text Mining in an open source initiative workshop. You can see my slides from the workshop below:
2 comments:
Are you considering Sourceforge? I have mixed feeling about it -- it seems to be incredibly slow recently, and the interface is awful.
If you haven't committed to a hosting site, I'd recommend checking out GitHub (https://github.com/). 'git' is a pleasure to use (I prefer it to SVN now) and much more flexible than a centralized VCS.
Not considering Sourceforge at all.
We have the JIRA hosted locally (which has a considerably nicer interface than SF's proprietary one), and the forum also. The plan is that the source repository will also be hosted locally.
In doing all of the above, we cover most of the advantages of being at Sourceforge, without the ads and the slowness.
I haven't made a choice which VCS tool for the open repository. Thanks for the tip on github though.
Post a Comment