R – Distributed ProjectManagement/Bug Tracking

distributedtracking

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

Best Answer

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:

Related Topic