1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
7 <sect1 id="ch05-fixbug">
8 <title>Mark a bug fixed</title>
9 <?dbhtml filename="fixbug.html"?>
11 <para>Once you have fixed a bug and have committed the relevant changes into
12 the Subversion repository, you need to mark the bug fixed in Trac.
16 <listitem><para>Go to the bug you fixed and which is assigned to you.</para>
19 <listitem><para>Select the <emphasis>Resolve bug, changing resolution to
20 </emphasis> radio button. Then select the proper resolution. Usually
21 you'll select <emphasis>fixed</emphasis> here, but there are times when
22 you select other ones like cases where a reported bug is invalid
23 (<emphasis>invalid</emphasis>), or we know about it but won't fix it
24 (<emphasis>wontfix</emphasis>) and so on.</para>
27 <listitem><para>Click on the <emphasis>Submit changes</emphasis> button to commit
28 the changes to the database.</para>