Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: zalbina on October 24, 2012, 08:00:30 pm
-
Hello,
I'm working with baselines and paid attention on the one thing: the baseline for packages which are on the given giagram of a selected package "remembers" nothing about these sub-packages structure. I need to save somehow the track on all changes which happens with diagram's sub-packages and rollback if I need it. Should I use the baseline option for this matter?
I can use this statement:
repository.GetProjectInterface().CreateBaseline(childPackage.GetPackageGUID(), aVersion, aNote);
But it only for child package, I need to do it for all packages which are located on the diagram of selected package.
-
OK. It's done. Sorry for troubles.