mgirod / clearcase-cpan

Automatically exported from code.google.com/p/clearcase-cpan
0 stars 0 forks source link

ClearCase::Wrapper::MGi mklbtype -fam of an existing type creates a fixed type #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. MG exists already (and is locked)
2. ct mklbtype -nc -fam MG

What is the expected output?

cleartool: Error: Name "MG" already exists.
cleartool: Error: Unable to create label type "MG".

What do you see instead?

cleartool: Error: Name "MG" already exists.
cleartool: Error: Unable to create label type "MG".
Created label type "MG_1.00".
cleartool: Error: Lock on label type "MG" prevents operation "make hyperlink".
cleartool: Error: Unable to create hyperlink "EqInc".

Please use labels and text to provide additional information.

r344

Original issue reported on code.google.com by marc.girod on 20 Jun 2009 at 4:36

GoogleCodeExporter commented 9 years ago
Fixed in r353

ClearCase-Wrapper-MGi> ct mklbtype -nc -fam ZZZ
cleartool.plx: Error: Some types already exist among ZZZ

Original comment by marc.girod on 27 Jun 2009 at 8:01