[Linux]Introduction Of Trac

What is Trac

Trac is an open source, web-based project management and bug-tracking tool. The program is inspired by CVSTrac, and was originally named svntrac due to its ability to interface with Subversion. It is developed and maintained by Edgewall Software.
Trac is written in the Python programming language. Until mid-2005, it was available under the GNU General Public License; since version 0.9, it has been released under a modified BSD license. Both are free software licenses.

Features

Trac allows hyperlinking information between a computer bug database, revision control and wiki content. It also serves as a web interface to the revision control systems Subversion, Git, Mercurial, Bazaar, Perforce and Darcs. Prior to version 0.11 the web front end presentation of Trac was handled by the ClearSilver template system. Starting with 0.11 an in-house template system called Genshi is used, although compatibility with ClearSilver based plugins will remain for several versions.

Other features include:
  • Project management (Roadmap, Milestones, etc.)
  • Ticket system (bug tracking, tasks, etc.)
  • Fine-grained permissions (since 0.11)
  • Timeline of all recent activity
  • Wiki
  • Customized reporting
  • VCS web interface
  • RSS Feeds
  • Multiple project support
  • Environment extensibility (via Python plugins)
  • iCalendar export


The reason why we use Trac

  • As a project management tool, it provides the convenience of task tracking capability and make the best of team collaboration
  • It can be used as a task repository and integrate with Mylyn - an eclipse plugin. Developers can query, fetch/accept and modify tasks in that repository.
  • It can also help project manager to be very clear and updated of the project status, from high level overview to detailed task status.

Currently we've setup Trac in HT internally dev environment and start to use it to manage our tasks
But as Trac can only integrate with local subversion repository,some features around subversion will not be available in our current Trac system.

More about Trac

Trac website   http://trac.edgewall.org/
Trac 3rd-party plugins http://trac-hacks.org/
Trac introduction http://en.wikipedia.org/wiki/Trac

Here are some snap shots of trac we've set up.

  • The home page of trac.



  • Timeline page, show the activity or task status change history


  • Task/issue/bug creation page in trac



發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章