Ask HN: Distributed Bug Tracking - Why?
I keep coming across people who would like a bug tracker that works like git - distributed bug tracking. I'm having a tough time getting them to explain why that would be better than a standard web app. What is the use case?
Anyone have any thoughts?
3 comments
[ 3.7 ms ] story [ 16.3 ms ] threadIt works offline, meaning I can add bug reports, comments, change them and so on and so forth while being offline. Or one could work on the reports and publish a cleaned up state, without all the noise he might have generated during triage.
That's two cases where being distributed would help.
Also, most of the current distributed bug tracker efforts tie into a distributed VCS, which has the added advantage of the entire issue database coming coupled with the code: one doesn't have to visit yet another web application, doesn't have to figure out where the original bugtracker is, and so on and so forth.
One advantage that it mentions is a more tight coupling with distributed source code management systems.
Fossil is an interesting choice since it integrates everything in one nice package, provides a web-based GUI and is only a single executable file that can run on most platforms. http://www.fossil-scm.org/
Ikiwiki is something that you can use with SVN or Git, it basically lets a wiki live along with your code in your repos. There's a lot of plugins for it, so it can be more than a wiki. http://ikiwiki.info/