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.
Ask HN: Best light-weight bug tracking tool, more robust than TRAC?
21–30 of 45 posts
Re: Ask HN: Best light-weight bug tracking tool, more robust than TRAC?
#22Re: Ask HN: Best light-weight bug tracking tool, more robust than TRAC?
#23Re: Ask HN: Best light-weight bug tracking tool, more robust than TRAC?
#24Fossil is a DVCS + Wiki + Bug tracking, though you can choose not to use the DVCS part..
* Light-weight? yes. it's just a single executable * Robust? maybe. Projects using Fossil: SQLite, Mongrel2 etc.
Re: Ask HN: Best light-weight bug tracking tool, more robust than TRAC?
#25Re: Ask HN: Best light-weight bug tracking tool, more robust than TRAC?
#26GitHub has just enough issue tracking tools for my needs.
Re: Ask HN: Best light-weight bug tracking tool, more robust than TRAC?
#27I like retrospectiva: http://retrospectiva.org/overview
Re: Ask HN: Best light-weight bug tracking tool, more robust than TRAC?
#28Anything that ties into GitHub well? We just switched from SVN+Trac to GitHub. Considering still using Trac but wondering if any good alternatives exist.
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?
#29I'd also recommend Pivotal Tracker. Its simple, neat, and gets the work done.
Re: Ask HN: Best light-weight bug tracking tool, more robust than TRAC?
#30We 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.