The Scmbug project plans to participate in the Google Summer of Code event for 2007 as a mentoring organization. Students/interns with a strong interest in Software Configuration Management (SCM) are highly encouraged to apply for participation in our project.
Project ideas are listed below:
- Develop GIT SCM frontend: GIT is the SCM system used by the Linux kernel. Scmbug currently lacks glueing support for GIT. Developing a frontend would require an understanding of the GIT hooks mechanism. It may require contributing improvements to it's hooks implementation in order to support extracting the minimum information needed by the Scmbug frontend interface.
- Support automatic bug resolution: Developers would like to resolve bugs simply by indicating a resolution status in the commit log message. This would eliminate the need to manually resolve a bug in the bugtracker after a fix has been committed.
- Improve accuracy of VDD Generator:The Version Description Document (VDD) generator is a tool that given two labels (tag or branch names) automatically produces a document describing the list of bugs worked-on between the two labels and the specific changesets. The tool currently omits reporting changesets that were applied after the time the commit comment of the second tag was applied. Additionally, some SCM systems (like CVS) don't even store the date a label was applied, hence making it impossible to produce VDDs for them. A new design in the integration process of labels has been drafted that would make it possible to support accurate reporting for all SCM systems.
- Freeze repositories: It would be immensely beneficial to add a policy that lets repository administrators flag a repository as "frozen". This means that commits to the repository, or a particular branch of the repository, could be accepted only by a select list of users, only against specific bug ids, or not at all.
- Finish Merger Tool:A tool is being developed that can merge changesets to a branch given as input a list of bug ids. The backend support for this tool has been implemented, but the guts of the tool that invoke the SCM system and apply the changesets has not.