由于没有用clearcase工具删除view,而是直接删除了view相关文件夹,导致在clearcase explorer里能看到view,但却删除不了。尝试下面的方法:

windows打开cmd,运行cleartool。

查看view

cleartool>lsview

删除view

cleartool>rmview -force -tag "xxx"

删除tag

cleartool>rmtag -force -view "xxx"

使用uuid删除

先查询uuid

cleartool>lsview -long

cleartool>rmview -force -uuid "xxx"

注销view

cleartool>unregister –view –uuid "xxx"

参考资料

https://www.ibm.com/docs/en/rational-clearcase/8.0.0?topic=administration-removing-view

  1. Rational ClearCase
  2. 8.0.0

FeedbackProduct list

Removing a view

When you remove a view, you must also remove any references to it held by VOBs.

About this task

To permanently remove a view (including its entries in the Rational® ClearCase® registry and all references to the view held by any VOBs), use the Rational ClearCaseAdministration Console:

  1. Navigate to the view storage node for the view. This is a subnode of the host node for the host where the view storage directory resides.
  2. Click Action > All Tasks > Remove View.

You can also use the cleartool rmview command.

If you have tried to remove a view by simply removing its storage directory, use the following procedure to remove references to the view still held by VOBs.

Procedure

  1. Run the cleartool describe command, and note the view's UUID from the list of views referenced by a VOB:

    cleartool describe –long vob:vob_tag

    If the view tag still exists, you can use lsview –long to find the view UUID.

  2. If the view tag still exists, remove it from the registry. In the Rational ClearCase Administration Console, you can use the View Tags node for the tag's regions to remove view tags. You can also use the following command:

    cleartool rmtag –view view_tag

  3. Unregister the view. In the Rational ClearCase Administration Console, you can use the View Object node to remove a view object. You can also run the following command, using the view's UUID from Step 1:

    cleartool unregister –view –uuid uuid

  4. Remove references to this view from each VOB that holds them. In the Rational ClearCase Administration Console, you can use the Referenced Views subnode of a VOB storage node to remove a view's records from a VOB. You can also run the following command, using the view's UUID from Step 1:

    cleartool rmview –all –uuid uuis

如何删除clearcase里残存的view?相关推荐

  1. android 文件删除命令大全,Android中删除sdcard里文件的命令

    Android中删除sdcard里文件的命令 有时我们需要删除android模拟器或手机上的sd卡文件,特别是模拟器上的,这时我们就需要借助于一些命令来帮助我们删除文件. 复制代码 代码如下: #重新 ...

  2. 怎样删除word里的形状

    怎样删除word里的形状? 选中该形状,直接使用键盘delete键删除或右键选择删除可实现对插入的形状进行删除: 这种方法不行时,可以点击该形状,再用鼠标点击工具栏上方的"开始", ...

  3. JS删除String里某个字符的方法

    关于JS删除String里的字符的方法,一般使用replace()方法.但是这个方法只会删除一次,如果需要将string里的所以字符都删除就要用到正则. 1 2 3 4 var str = " ...

  4. 如何修改以前登录过的共享文件夹的用户名和密码以及查看或删除浏览器里保存的密码...

    1.如何修改以前登录过的共享文件夹的用户名和密码: (1)打开控制面板-->用户账户,如下图: (2)然后点击 管理Windows凭据,如下图: (3)点击要修改的共享文件夹右侧的下拉箭头,如下 ...

  5. 如何在SAP云平台ABAP编程环境里把CDS view暴露成OData服务

    Jerry 2016年在学习SAP CDS view时,曾经写过一个CDS view的自学系列,其中有一篇提到了一个很方便的注解: @OData.publish: true 加上这个注解的CDS vi ...

  6. python 字符串删除重复_Python删除list里的重复元素有几种方法?

    公众号新增加了一个栏目,就是每天给大家解答一道Python常见的面试题,反正每天不贪多,一天一题,正好合适,只希望这个面试栏目,给那些正在准备面试的同学,提供一点点帮助! 小猿会从最基础的面试题开始, ...

  7. 苹果电脑怎么删除移动硬盘里的文件,苹果电脑无法删除移动硬盘文件

    苹果电脑怎么删除移动硬盘里的文件?也不能进行复制.编辑.移动等操作,只能够打开文件进行查阅,是因为移动硬盘是NTFS格式的,这种格式在Mac电脑上只允许被查阅. Mac为何不能正常读写NTFS移动硬盘 ...

  8. 如何删除计算机桌面多余的大e,教你删除属性里桌面多余背景图片

    教你删除属性里桌面多余背景图片 方法一:找到存放图片的地址,直接删除. 一般电脑桌面背景图片分别在五个地方保存. 1)在C:\WINDOWS文件夹里面有十几个BMP格式的图像文件,是系统自带的那几个布 ...

  9. linux下pdb文件除水,Linux命令删除文本里rmsd20行,输入到一个新的文本,然后提取出相应的pdb id。...

    Linux命令删除文本里rmsd>20行,输入到一个新的文本,然后提取出相应的pdb id. 文本名字为 rmsd.dat, 文本内容是如下: refer.pdb - complex_patch ...

最新文章

  1. java rhino js类_让Rhino JS看Java类
  2. Python-生成模拟原始脑电数据
  3. Authentication Error errorcode: 230 uid: -1 appid -1 msg: APP Scode码校验失败
  4. wxWidgets:wxHtmlHelpWindow类用法
  5. .NET Core 1.0 CentOS7 尝试
  6. django3,vue前后端分离数据请求
  7. OpenCV 使用光流法检测物体运动
  8. linux开启mysql窗口_linux操作系统中如何查看是否开启了MySQL服务呢?
  9. 计步算法 睡眠 心率 学习 PPG传感器(转))
  10. 关于微信各名词的英文翻译
  11. python做得好玩游戏免费
  12. sass 转换为 css
  13. UI层自动化测试框架(五):业务层和用例层
  14. 牛客网-《刷C语言百题》第二期
  15. 《Java语言高级特性(阿里云大学)》笔记 第7~14章 类库+正则+国际化+比较器(文档+思维导图)
  16. 计算机的随想作文500字,新年随想作文500字(通用5篇)
  17. 弹出页面代码及相关解释
  18. python实现用户输入用户名和密码、当用户名为seven_【Python基础】练习题
  19. zemax---单透镜设计实例01
  20. TDOA的matlab仿真

热门文章

  1. C/C++程序员简历模板(转载)
  2. STM32端口重映射
  3. numpy_amin函数
  4. python 高斯函数拟合_在python中拟合任意高斯函数,消耗大量内存
  5. 一、saturn快速启动
  6. ROS学习(一)ROS Noetic安装及环境配置
  7. 项目管理9大知识体系与5个具体阶段(zz)
  8. 免费WordPress自动采集插件工具【Wordpress网站必备】
  9. 区块链在改善网络安全方面的潜力?
  10. AS导入安卓源码步骤