Author Topic: Baseline and API  (Read 2705 times)

zalbina

  • EA User
  • **
  • Posts: 149
  • Karma: +0/-0
    • View Profile
Baseline and API
« 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.

zalbina

  • EA User
  • **
  • Posts: 149
  • Karma: +0/-0
    • View Profile
Re: Baseline and API
« Reply #1 on: October 24, 2012, 10:04:16 pm »
OK. It's done. Sorry for troubles.