Subversion Issue Tracker

Issue Tracker Guidelines

Before filing a new issue, please:

  • Re-read the documentation
    (especially the FAQ and the online Subversion book).

  • Look through all existing issues, or search their summaries:

    to see if this bug has already been reported.

  • Report your problem to users@subversion.tigris.org,
    describing the bug or feature request that you were about to file. People there will ask you questions and help get the bug report into a useful form, after verifying that a new issue is appropriate. (See http://svn.collab.net/repos/svn/trunk/BUGS for how to write a useful bug report.) If you do file an issue, remember to include a link to the relevant mailing list message(s) or thread. That's important context for anyone reading the issue, and its presence also confirms that the issue has already been discussed on the mailing list. Otherwise, the issue may get accidentally closed because no one can tell that it is the product of a list discussion.

We depend on the mailing list as a first level of filtering for our bug tracker. Without it, the tracker would be full of duplicate issues, non-issues, and unreproducible issues. Please help us keep the bug database clean, by always posting to the list first!

When mailing the list with a concern, make sure that your e-mail describes your bug or enhancement fully. Provide details about the versions of the relevant software (Subversion, Apache, neon, etc.) that you are using, about your operating system, and about any other thing that might seem pertinent to the issue. If you can provide a script which consistently reproduces a problem, that can be incredibly helpful to those evaluating and/or working on your issue.

Filing New Issues, Modifying Existing Issues

You must be logged in to the web site to add a new issue, and you must be logged in with the Observer role in the Subversion project to modify an existing issue — even one that you created yourself.

Here's how to acquire the Observer role:

  1. Log in on the tigris.org site
  2. Go to the Subversion project front page
  3. Click on the Request project role link directly below the "Project Home" line
  4. Request the Observer role
  5. Wait for the confirmation e-mail

What the Issue Fields Mean

When an issue is first filed, it automatically goes in the "---" target milestone, which indicates that the issue has not yet been processed. A developer will examine it and maybe talk to other developers, then estimate the bug's severity, the effort required to fix it, and schedule it in a numbered milestone, for example 1.1. (Or they may put it the unscheduled or nonblocking milestone, if they consider it tolerable for all currently planned releases.)

An issue filed in unscheduled might still get fixed soon, if some committer decides they want it done. Putting it in unscheduled merely means it hasn't been scheduled for any particular release yet. The nonblocking milestone, on the other hand, means that we do not anticipate ever scheduling the issue for a particular release. This also does not mean the issue will never be fixed; it merely means that we don't plan to block any release on it.

Severity is represented in the Priority field. Here is how priority numbers map to severity:

  • P1: Prevents work from getting done, causes data loss, or BFI ("Bad First Impression" -- too embarrassing for a 1.0 release).
  • P2: Workaround required to get stuff done.
  • P3: Like P2, but rarely encountered in normal usage.
  • P4: Developer concern only, API stability or cleanliness issue.
  • P5: Nice to fix, but in a pinch we could live with it.

Effort Required is represented in the Status Whiteboard with an "e number", which is the average of the most optimistic and most pessimistic projections for number of engineer/days needed to fix the bug. The e number always comes first, so we can sort on the field, but we include the actual spread after it, so we know when we're dealing with a wide range. For example "e2.5 (2 / 3)" is not quite the same as "e2.5 (1 / 4)"!

Enter the Issue Tracker

And so, with further ado, we give you (drumroll…) the Subversion Issue Tracker.

Again, remember that to add or modify issues, you must be logged into the website.