0

有人可以为我提供一个关于如何将vob(动态vob)安装到unix盒子的例子。该视图已在 Windows 中创建。

4

1 回答 1

1

The simplest way is to use cleartool mount:

cleartool mount /vobs/aVob 

(as described in "To mount/activate VOBs")

Note that you don't have to start a dynamic view: you can mount vobs even without any view.

But once that vob is mounted, it will be visible for every started dynamic views, even the ones which doesn't use that vob (doesn't use because their config spec doesn't select anything from the mounted vob).

cleartool mount /vobs/aVob
/views/aView_1/vobs/aVob
/views/aView_2/vobs/aVob
/views/aView_3/vobs/aVob
于 2013-10-02T18:16:56.073 回答