ClearCase UCM: Is it possible to delete a project?

自古美人都是妖i 提交于 2019-12-06 07:28:33
  • You cannot easily delete a project, unless all its streams are deleted
  • You cannot easily delete a stream if there are versions created on a branch made from that streams (or if there are any views or any activities attached to that stream).
  • You cannot easily activities unless you have deleted first every versions in it (or move them to another activity)
  • and so on...

Bottom line, ask for the owner of the project to obsolete it (and its streams):

cleartool lock -obs stream:astream@\myPVob
cleartool lock -obs project:myProject@\myPVob

It is a much more lightweight operation with less side-effects and:

  • the project and its streams will be invisible
  • nobody will be able to checkout/checkin any file on those streams (ie on the branches created from those streams)
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!