A probably incomplete list of distributed BTS software.

using version control

These store the bugs in a version control system (VCS), along with the software that has the bugs. This allows bugs to be closed when a commit is made, and in some cases allows bug status to follow branches and merges.

These are distributed in the sense that the VCS is often a distributed VCS; the VCS is used as the transport.

TODO: Compare and contrast how the data is stored in version control, how bug states are merged, etc.

notes:

multi-bts (data replicating) systems

These systems allow bugs to be tracked in multiple (non-distributed) BTSs, synchronising state between them.

multi-bts (non-replicating) systems

Systems in this list don't actually replicate state and history between different systems, they just provide linkage between systems.

uncategorized