Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
520 views
in Technique[技术] by (71.8m points)

clearcase - Does rmname on parent stream remove element from child stream?

If I perform a rmname operation on an element in a parent stream does this also delete the element in the child stream?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

No.

rmname will create an new version of the parent directory of the element you are removing.
That new version of the parent directory will no longer reference that element, and that new version will be created in the parent stream associated branch.

That has nothing to do with the versions of that same directory created in the child stream associated branch.
Those versions still reference that element.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...