Changes between Version 68 and Version 69 of HowToSVN


Ignore:
Timestamp:
Nov 21, 2017, 12:22:05 AM (6 years ago)
Author:
neteler
Comment:

updated procedure

Legend:

Unmodified
Added
Removed
Modified
  • HowToSVN

    v68 v69  
    258258svn copy i.fusion.brovey https://svn.osgeo.org/grass/grass-addons/grass7/imagery/
    259259svn rm i.fusion.brovey
     260
     261# then
     262# - update the parent Makefile and remove module from list
     263# - cleanup gui/wxpython/xml/toolboxes.xml
    260264}}}
    261265
     
    271275cd scripts/
    272276svn copy https://svn.osgeo.org/grass/grass-addons/grass7/imagery/i.pansharpen i.pansharpen
    273 }}}
    274 
    275 Then you need to 'svn rm' the module in Addons and to update the related parent Makefile(s).
     277
     278# then
     279# - update the parent Makefile and add module to list
     280# - add new module to gui/wxpython/xml/toolboxes.xml
     281# - add a file "DEPRECATED" to the module directory in Addons.
     282}}}
     283
    276284Also update [wiki:Grass7/NewFeatures] accordingly.
    277285=== Non-recursive checkout ===