Book a Demo

Author Topic: Version Control and Reusing Packages  (Read 2563 times)

AlTumes

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-0
  • Reality leaves a lot to the imagination
    • View Profile
Version Control and Reusing Packages
« on: January 13, 2006, 06:49:35 am »
Hi,

I'm trying to set up some procedures for sharing packages that are versioned in ClearCase between models. I particularly want to be able to reuse packages that contain frameworks and technical services to use with new projects but with the proviso that they are read only.

I understand that all I need to do is import the required packages, however, when I do I find that I do not have the Version Control Unique Id set so the package is marked as being under source control (i.e. has a red rectangle next to it) but is editable.

I have the Version Control Unique Id set up but can not associate it with the package. Can anyone help ?

Thanks 8)

AlTumes

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-0
  • Reality leaves a lot to the imagination
    • View Profile
Re: Version Control and Reusing Packages
« Reply #1 on: February 09, 2006, 07:43:11 am »
After investigation, it appears that the reason the Version Control Unique Id was not set was that the packageFlag tag in the xmi did not have a "VCCFG=Version Control Unique Id value" attribute. This is normally created by the export process but appears not to be set consistently for certain package types, e.g. Model level packages under the root.

I have managed to resolve my problem by exditing the xmi file manually and then re-importing.

Has anyone else had this problem ?