Versions Compared

Key

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

...

This document describes which steps you need to take when creating a release branch for Sobek 3. Typically this will be a joint effort between a DeltaShell developer and Although aimed at DeltaShell developers, one might require help from someone more familiar with the rekenhart svns (eg, DS tree) svns.

SVN steps

  • Create svn branch (copy of trunk\delta-shell)
  • Remove non relevant plugins from branch (in src, test and test-data), eg:
    • Toolbox
    • Data.Xml
    • Developer Tools
    • Habitat
    • MorphAn
    • WFDExplorer
    • etc.
  • Optional: Branch each rekenhart (if you expect fixes)
  • 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.
  • 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 / tag the testbench of each plugin)

...