| 22 | |
| 23 | == Hints == |
| 24 | |
| 25 | Three little scripts to make merging between branches easier: |
| 26 | * [browser:grass-addons/tools/svn64merge] |
| 27 | * [browser:grass-addons/tools/svn65merge] |
| 28 | * [browser:grass-addons/tools/svn7merge] |
| 29 | |
| 30 | To use them, first make sure all branches are up to date (`svn up`) and clean (`svn diff`), |
| 31 | then `cd` into the top of the source tree you want to ''pull '''in''' to''. If you try to run it from the module's own subdir it will fail. |
| 32 | Then run the script named for the branch you want to pull ''from'', followed by the revision number of the change you wish to merge (no leading "r" or [square brackets] around the rev number please). Mind that you might want to run '`svn propdel svn:mergeinfo .`' before doing an untargeted 'svn commit'. |