Greetings, |
Re: Baseline Set Definition we solved this issue by not using baseline sets any more. For creating "groups of baselines", we use a top down approach, i.e. the top level (link destination) modules are baselined first, then the current version of the lower level (link source) links into the correct baseline of the top level module. This way you can have several baselines of the lower level module which all point to one version of the top level module. Of course you will need a means to store the information which chains of links are valid. And if you want to evaluate a certain link chain you will not be able to traverse the chain from top to bottom, as the link destination modules will not maintain their in-links. So, you must build traceability matrices or other evaluation means from bottom to top, traversing the out-links and considering the correct link chain. Hope that helps, Mike |