ClearCase UCM:是否可以删除项目?

发布于 2024-12-06 07:02:52 字数 54 浏览 0 评论 0原文

ClearCase 管理员或项目经理是否可以删除项目,包括其所有流、视图、基线、活动等?如何?

Can a ClearCase administrator or a project manager delete a project including all its streams, views, baselines, activities etc.? How?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

庆幸我还是我 2024-12-13 07:02:52
  • 您无法轻松删除项目,除非删除其所有流。
  • 如果在由该流创建的分支上创建了版本(或者存在附加到该流的任何视图或任何活动),则无法轻松删除该流。
  • 除非您首先删除了其中的每个版本(或将它们移动到另一个活动)
  • 等等,否则您无法轻松地进行活动...

最重要的是,要求项目所有者废弃它(及其流):

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

这是一个非常重要的问题 。更轻量级的操作,副作用更少,并且:

  • 项目及其流将是不可见的,
  • 没有人能够签出/签入这些流上的任何文件(即从这些流创建的分支上)
  • 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)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文