Book a Demo

Author Topic: CreateBaselineEx API  (Read 3898 times)

yves.carrier

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
CreateBaselineEx API
« on: October 18, 2014, 04:44:55 am »
I am trying to use the method

Project.CreateBaselineEx(string PackageGUID, string Version, string Notes, EA.CreateBaselineFlag Flags)

When doing so, the Baseline is created and the method returns True, which seems to be OK so far. But when I am trying to reload the Package from the Baseline content, the child Packages are first displayed with the old Package name in the Project Browser. But when I click on the Package icon, its name changes for the new name contained in the Baseline. Even worst, if I reload the Package content from the DB after clicking on the icon to get the new content, the old content re-appears with the same bug (re-clicking on it makes the new content appears).

This definitely looks like a bug to me.

My guess is that it may be related to this "stub" concept referred to in the cbSaveToStub documentation as follows:

cbSaveToStub --  Baseline this package with only immediate children (child packages are included as stubs only).

Thanks in advance for your help.
 
« Last Edit: October 18, 2014, 04:47:19 am by yves.carrier »