How to run clearfsimport command for similar streams

 ̄綄美尐妖づ 提交于 2019-11-27 09:38:41
VonC

See "How can I use ClearCase to “add to source control …” recursively?" for an example of clearfsimport syntax.

In your case, assuming both views are started, and the vob is mounted:

clearfsimport -preview -rec -rmname -nset /view/HowDoI_int_View/vobs/HowDoI /view/HowDoI_dev_View/vobs/HowDoI

Remove the -preview when you think the command does what you think it should.

Note the -rmname option in order to get a mirror image from Int to Dev:
Any element present in Dev which are not present in Int will be rmname from Dev, leaving it exactly as Int (meaning without extra elements)

Error: Must be set to an activity in a UCM view.

That means you must set an activity first in the destination view (the one in which you are importing files):

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