bug-tracking

What low cost/no cost bug tracking system do you use?

Possible Duplicate: Free/Cheap Task/Bug Management software I'm on a four man dev team. I've managed to persuade my manager that we need a bug/issue tracking system. I've been playing with FogBugz for a while, but he isn't prepared to pay 100USD/month for it. Ideally it would link into our Version control system (currentl...

Are there any tools to find out which changeset caused a specific bug?

After a bug has been located and fixed, we would like to trace the bug back to the change that originally caused it. That way, our team can look at it and learn how to avoid that type of bug in future changes. Obviously, if automated tests catch the bug, then it was probably a recent change. But that doesn't work in the case where the b...

How to quickly inspect and analyse code for bugs (C++)

Let suppose you've just written some big code, it compiles and everything's fine...But in the end, the result is not the expected or the code simply crashes. There's some bug in the code, and you have to look for it in ALL (nearly) the lines... One way is to just put cout/printf after each loop/important function so to see how the varia...

Internal bug tracking tickets - Redmine, Trac, or JIRA

I've been looking at setting up Redmine, Trac, or JIRA to track issues. I want to be able to have my development team create internal tickets that are never seen by clients, while clients can create/edit tickets that are seen by the internal team. From the Trac documentation, you can set permissions to create or view tickets, but it do...

How to get Best Practical RT configuration.

How to get Best Practical's RT configuration (list of users, queues, possible values for status field, possible values for custom field) via its REST interface? Or may be there is some web page where this information can be easily parsed from? I found sources for REST interface in rt-3.8.7.tar.gz/rt-3.8.7/share/html/REST/1.0 but I know l...

Install Trac on 64bits Windows 7

I'm configuring a new Developing Server that came with Windows 7 64bits. It must have installed Trac with Subversion integration. I install Subversion with VisualSVN 2.1.1, clients with TortoiseSVN 1.6.7 and AnkhSVN 2.1.7 for Visual Studio 2008 SP1 integration. All works fine! my problem begun when going to Trac installation. I insta...

Issues with Trac (installed with BitNami)

I'm facing some problems after installing Trac on my Windows 7 Ultimate 64bits using BitNami. The Issues are: Subversion Control During the installation process, when the BitNami setup asks for the project repository directory, it only accept if you write a path that doesn't exist, otherwise you can't continue. So i got forced to point...

Bug Tracking App for a solo developer...?

What is a very, very lightweight bug tracking tool that I can use to aid me in my development? I don't want to spend much time setting up/maintaing or browsing through a lot of pages or dealing with convuluted processes that I won't be using. ...

Internal and External Bug-Tracking Setup

Most of you certainly use some kind of bugtracker. Maybe internally only, once a customer files a bug via email or phone you add a new ticket by yourself. Sometimes weekly project meetings can be great source of new tickets coming preferably in flavors of excel sheets that the PM on the other side of the table loves to maintain and chase...

Finding which files were "FIXED"and how many times between two specific date by using Trac?

I need to find out that how many times and which files are fixed or changed due to a bug between two specific dates in an open source project which uses Trac. I selected Webkit project for that purpose. (https://trac.webkit.org/) However, it can be any open source project. What can I do for that? How do I start? Do i have to use versio...

How can i search TODO lines in javascript files with resharper?

I am writing javascript codes and i want to add todo, note, bug etc. to .js or .aspx files. But Resharper 4.5 couln't find them. Is there any way to show these comments inside todo explorer? any help would be greatly appreciated Platform: VS.NET 2008 ...

.NET bug/issue tracking system with Mercurial support

I'm looking for a opensource bug/issue tracking system with support for Mercurial. It has to run on IIS 6.0, so it would be nice if it was written in .NET. Do you have any experience with such software, and anything you can recommend? Edit: Has to run on MSSQL aswell. ...

Project management with bug tracking integrated

Hi, Can someone recommend a hosted solution that answers the following requirements (I have seen other questions but none with these specific requests): Project management with tasks, wiki, milestones Bug tracking integrated Collaborative - suitable for working with external developers Subversion integration I know Jira but it seems...

Sharepoint bug database - any good?

We've been using Sharepoint as a poor man's bug tracking database for the last couple of projects that we did. No one is really happy with the solution so I'm looking for alternatives. I happened to stumble upon the Bug Database Template for Sharepoint. If it is halfway decent it might be a good choice for us since the transition woul...

Where is the Oracle Bug Database?

They must have hidden the bug database somewhere. I could not find it with Google. Is the bug database public? ...

Is there a free, small-scale, not web-based issue/bug tracking system?

I know, there were posts before here on SO before concerning issue or bug tracking systems, like this one, but the given answers point either to commercial systems or web-based systems, which both seem to be oversized for our needs. What I am looking for is a non-commercial tool for a team of 3 to 4 developers, which can be used on an e...

How do I get developers to look at our bug tracking page regularly?

We've recently started using Trac and are still trying to figure out the best way to use it in our environment. It's great, but it will only be effective if developers look at it once in a while and I'm trying to figure out how to instill that habit in them. I've contemplated several solutions, such as: forcing them to use Trac as thei...

Is the valid state domain of a program a regular language?

If you look at the call stack of a program and treat each return pointer as a token, what kind of automata is needed to build a recognizer for the valid states of the program? As a corollary, what kind of automata is needed to build a recognizer for a specific bug state? (Note: I'm only looking at the info that could be had from this f...

Can you suggest a bug tracking tool for a one person team?

I need something that's open source (or very cheap) that I can use at home. I do side work and cannot afford something like ClearQuest. I would really like to run this tool from my dev machine without using a server. ...

Looking for Bugtracker with specific features

Hi, we're looking into bugtracking systems at our firm. We're quite small (4 developers only). On the other hand we have quite a large number of customers we develop individual software for. Most software is built explicitly for one customer, apart from two or three standard tools we ship. To make support easier for us (and to avoid be...