Changes between Version 4 and Version 5 of SubmittingPatches


Ignore:
Timestamp:
Aug 24, 2010, 11:43:18 PM (14 years ago)
Author:
Karol Trzcionka
Comment:

svn diff creates patch, not svn patch

Legend:

Unmodified
Added
Removed
Modified
  • SubmittingPatches

    v4 v5  
    66 * Make some changes.
    77 * Make sure you've updated to the latest version of the code (and merged in your own changes).
    8  * Create a patch, with `svn patch` (or the equivalent "create patch" feature in TortoiseSVN).
     8 * Create a patch, with `svn diff` (or the equivalent "create patch" feature in TortoiseSVN).
    99 * Attach it to a Trac ticket (an existing ticket if there's a relevant one, else a new one), and add "review" to the keywords list. (The keyword makes it show up on [query:status=new|assigned|reopened&keywords=~review this query].)
    1010 * One of the core developers should then review it and maybe suggest some changes.