Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Create svn branch (copy of trunk\delta-shell)
  • Remove non relevant plugins from branch (in lib, src, test and test-data), eg:
    • Toolbox
    • Data.Xml
    • Developer Tools
    • Habitat
    • MorphAn
    • WFDExplorer
    • etc.
  • Branch each rekenhart (if you expect fixes), or tag it.
  • Modify externals and set it to the created branch (previous step), or just peg the revision number to the current
    • Flow ModelApi external: .\delta-shell\src\Plugins\DelftModels\Externals, svn properties on ‘ds’ and modify the svn:externals property.
    • Use svn propget svn:externals -R to find all externals in the code.
  • Remove all non relevant plugins from Setup solution / DeltaShell.proj
  • Increase Sobek plugin version numbers eg (3.x to 3.x+1) in the trunk.
  • Branch the testbench of each plugin (if you expect fixes), or tag it.

...