How do delete a file in ClearCase UCM?

守給你的承諾、 提交于 2019-12-06 16:29:13
VonC

If you see that error message "has checkouts", you need to do the command in a shell:

cd /path/to/view/your/view/path/to/parent/folder
cleartool rmname -force yourfile
cleartool checkin -nc .

See more at:


The OP Tony Eastwood reports in the comments:

The issue seems to have been caused by me:

  • checking out the parent directory,
  • unchecking the parent,
  • and then checking out the parent directory again.

Surprisingly, once you've done this you have to run an update (even though you have made no changes).
Once I'd run update it was happy to execute the rmname command.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!