Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Distributed ProjectManagement/Bug Tracking

Tags:

Now that we have DSCMs, are there any Project Management / Bug Tracking tools that are distributed?

like image 230
BubbaT Avatar asked Apr 21 '09 18:04

BubbaT


People also ask

Is OTRS is a bug tracking tool?

OTRS stands for Open-source Ticket Request System and is a free and open-source ticketing system. Being a ticketing system it can not only be used for your bug tracking efforts. With its help desk features, OTRS is a great, free customer service solution too.

What is bug tracking in project management?

A bug tracking system or defect tracking system is a software application that keeps track of reported software bugs in software development projects. It may be regarded as a type of issue tracking system.

What is difference between bug tracking and issue tracking?

Bug tracking is a subset of issue tracking. Where bug tracking is only limited to reporting and management of issue within the coding, issue tracking deals with any single issue be it in the requirements/specifications, workflow, coding, design, or even post-production issue that users experience.


2 Answers

yes, I've played a little with fossil that comes with several nice features:

  • integrated, distributed bug tracking and distributed wiki
  • built-in web interface (like hg serve) that supports deep archaeological digs through the project history
  • all network communication via HTTP with proxy support so that everything works from behind restrictive firewalls
  • everything (client, server, and utilities) is included in a single self-contained executable - trivial to install
  • an entire project contained in single disk file (an SQLite database)

check also:

  • DITrack
  • DisTract
like image 167
dfa Avatar answered Jan 03 '23 03:01

dfa


I've just been looking at this tonight, and have looked at Ditz. Two others for consideration:

  • Bugs Everywhere
  • Artemis (Mercurial extension)
like image 38
Michael Ekstrand Avatar answered Jan 03 '23 04:01

Michael Ekstrand