how to commit an arbitrary directory tree

♀尐吖头ヾ 提交于 2019-12-07 03:47:27
VonC

What's the process I should use to commit an arbitrary directory tree (with regular files, directories and symlinks) in ClearCase?

Try first clearfsimport that I detail in "How can I quickly checkin a large number of files in clearcase".
That is the official command for adding a large number of files from any folder (that folder can be in another view or a simple OS regular folder) into a ClearCase view (snapshot or dynamic, UCM or not)

No more checkout of the destination folder, no more mkelem: clearfsimport takes care of that.

You have the choice of using the -follow option:

Processes the object to which a UNIX or Linux symbolic link points, instead of importing the link itself into the VOB.

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