cancel
Showing results for 
Search instead for 
Did you mean: 

How to copy 1 SWCV to another

Former Member
0 Kudos

Hi All,

I want to copy one SWCV to another SWCV.

for example say i am having 10 namespaces under 1 SWVC


GLOBAL_INTERFACE of xyz.com-- software component
  GLOBAL_INTERFACE_ALL 1.0 of xyz --  software component version
  namespace 1
.
..
..
..
.
.namespace 10

Now i want to copy GLOBAL_INTERFACE_ALL 1.0 of xyz to GLOBAL_INTERFACE_ALL 2.0 of xyz.com

so it should look like


GLOBAL_INTERFACE of xyz.com
  GLOBAL_INTERFACE_ALL 1.0 of xyz
  GLOBAL_INTERFACE_ALL 2.0 of xyz

Does it possible.. is there any feature in PI??

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

1.Import the new SWC.

2. Create all the namespaces manually as your source SWC

3. Do the relase transfer as explained in the link provided above.

Regards

Sunil.

Answers (3)

Answers (3)

Former Member
0 Kudos

solved.. thanx michael !!

Former Member
0 Kudos
MichalKrawczyk
Active Contributor
0 Kudos