Question

we have 5 vobs and each vob has 2 directories 'client' and 'core' within it.

For eg:

/vobs/vob1/client
/vobs/vob1/core
/vobs/vob2/client
/vobs/vob2/core

and so on..

We want to make client and core as components of vob1 and then client and core as components of vob2 in the same project. Is there a way to do this? Because when I tried it it complained of same name.

Was it helpful?

Solution

Sure you can have client1 and client2 in the same UCM project, since their root path would be different.

However, their UCM component name must also be different, especially if vob1 and vob2 have the same UCM Admin Vob (Ie the same pvob).

The cleartool mkcomp page does mention:

The component name must be unique within the PVOB.
All UCM objects share the same namespace. You will get an error if the name you provide collides with the name of an existing UCM object, for example, a project.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top