Live data from Hacker News

Ask HN: Best light-weight bug tracking tool, more robust than TRAC?

news.ycombinator.com

21–30 of 45 posts

Re: Ask HN: Best light-weight bug tracking tool, more robust than TRAC?

#21
post #10

We use Pivotal Tracker to manage all our development projects. It's not only a bugtracker, but extremely usefull if you have any kind of agile process.

For low volume projects it could be a good bug tracker, too. And for those that don't know, its web based and they will host it for you for free.

Re: Ask HN: Best light-weight bug tracking tool, more robust than TRAC?

#28
post #18

Anything that ties into GitHub well? We just switched from SVN+Trac to GitHub. Considering still using Trac but wondering if any good alternatives exist.

If you want something more lightweight than Trac, why not just use the Issues feature in GitHub.

It seems to me the choices are:

1. ditz (command-line based version tracker that keeps data in your version control repo - plays well with DVCSes like Git/Mercurial)

2. whatever comes by default with your repo hosting (Github or BitBucket or Google Code for open source SVN)

3. hosted Trac, Redmine or Bugzilla

For client work, I'm using Redmine, although I'm thinking of switching to ditz (or something similar) to make my life simpler.

For personal projects, I either use TODO.txt or the repo-provided bug tracker.

Re: Ask HN: Best light-weight bug tracking tool, more robust than TRAC?

#29

I'd also recommend Pivotal Tracker. Its simple, neat, and gets the work done.

I hate Pivotal Tracker. I've been forced to use it on a few projects and found it way too hard to use. E.g. it never shows what you're working on by default and you have to open up a special window for it. And you can't just mark something as done - you have to move it through a whole set of crazy states like accepted and delivered. I'd much rather use any other bug tracker or something simple like a spreadsheet.

Re: Ask HN: Best light-weight bug tracking tool, more robust than TRAC?

#30
post #10

We use Pivotal Tracker to manage all our development projects. It's not only a bugtracker, but extremely usefull if you have any kind of agile process.

It also has an API to integrate with standalone bugtrackers like Trac/Jira as well as Github.
Post reply on HN