LWN: Comments on "DisTract - the Distributed Bug Tracker" https://lwn.net/Articles/231852/ This is a special feed containing comments posted to the individual LWN article titled "DisTract - the Distributed Bug Tracker". en-us Fri, 29 Aug 2025 20:52:41 +0000 Fri, 29 Aug 2025 20:52:41 +0000 https://www.rssboard.org/rss-specification lwn@lwn.net DisTract - the Distributed Bug Tracker https://lwn.net/Articles/235250/ https://lwn.net/Articles/235250/ wadcom For the record:<br> <p> <a rel="nofollow" href="http://www.ditrack.org">http://www.ditrack.org</a><br> <p> DITrack -- distributed issue tracking system written in Python and using Subversion as a backend. Runs on Unix and MacOS X.<br> Mon, 21 May 2007 21:50:31 +0000 Another distributed bug tracker https://lwn.net/Articles/232155/ https://lwn.net/Articles/232155/ kevinbsmith Here is another (seemingly quite different) take on this idea: <br> <a href="http://www.panoramicfeedback.com/opensource/">http://www.panoramicfeedback.com/opensource/</a><br> <p> From that page: <br> <p> ---<br> Bugs Everywhere is a bug-tracking system to complement distributed revision control. We designed it for our own use internally, and now we're offering it to the world.<br> <p> By storing bug data beside source code, it maps bug report flow to code flow. When you fix a bug, you can close the bug report. And when the bug-fix is merged into another branch, the bug will be closed there, too. <br> ---<br> <p> I am a huge advocate of distributed RCS, but have to confess that I haven't yet wrapped my brain around distributed bug tracking.<br> Fri, 27 Apr 2007 19:31:43 +0000 Similar approach using ikiwiki https://lwn.net/Articles/232074/ https://lwn.net/Articles/232074/ pimlott Bah, that was an accidental post. I had meant not to post at all, because 1) what I had to say is complicated and would take a while to write and 2) I'm not as sure about it as I was when I thought about it before. :-)<br> Thu, 26 Apr 2007 22:47:25 +0000 Similar approach using ikiwiki https://lwn.net/Articles/232072/ https://lwn.net/Articles/232072/ pimlott I've given considerable thought to this model (versioning bugs along with the code) and rejected it. At least, I don't think it works well when <br> <p> Bug reports are really "outside of time" with respect to code revisions: When looking at a version of the code repository (eg, the latest release), you really want to see all future information about bugs in that version.<br> <p> <p> On the other hand, it has the merit of simple implementation, so if people want to try it out and see how it works in practice, go for it!<br> Thu, 26 Apr 2007 22:45:24 +0000 Similar approach using ikiwiki https://lwn.net/Articles/232059/ https://lwn.net/Articles/232059/ dmarti You can also keep track of bugs within your project RCS <a href="http://www.linuxworld.com/news/2007/040607-integrated-issue-tracking-ikiwiki.html">using Ikiwiki issue tracking</a>. This approach looks especially good when you can set things up so that one commit can do three things: fixes the code, edits the documentation, and changes the status of a bug. Revert the code change and the docs and BTS change too. Thu, 26 Apr 2007 20:31:59 +0000