Changes between Version 15 and Version 16 of UsingTracWithQuantumGis


Ignore:
Timestamp:
Mar 29, 2006, 3:20:35 AM (18 years ago)
Author:
timlinux
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingTracWithQuantumGis

    v15 v16  
    2626   * task           - task (Trac allows management of tasks as well as bugs)
    2727   * bug            - bug
    28    * patch          - patch
     28   * patch          - patch (see patch notes below)
    2929 * Full description - Provide a full description of the problem including steps to repeat it
    3030 * Priority - provide an estimate of the severity of the problem
     
    5454}}}
    5555 
     56=== Creating a patch ===
     57
     58Assuming you have checked out your svn copy into a directory called 'qgis', create your patch from in the top level directory of the cvs checkout e.g.
     59
     60{{{
     61cd qgis
     62svn diff > patch_for_bug_33.txt
     63}}}
     64
     65Note the naming convention - include the id of the bug you are fixing with your patch.
     66
    5667=== Closing a ticket ===
    5768