MVFS error in a snapshot view

家住魔仙堡 提交于 2019-12-08 00:58:37

问题


I created a snapshot view using Rational ClearCase explorer.

After creating it, I tried compiling my code and got an MVFS error:

Unable to determine if the current working directory is in MVFS - no such device or address

When I searched the IBM website for the sake of eliminating this error, I found out that a snapshot view does not use the MVFS.

Why am I getting this error when Snapshot view does not use MVFS?


回答1:


The path is xmalviv_view/NBA_axess_aup2/refsys/aup/aup61

A snapshot view is only accessible through a full local host path:

cd C:\path\to\snpashotview

clearmake is generally linked to and used in dynamic view (see "Derived objects in Clearcase").
Seeing that error message is not a surprise if you use it in a snapshot view and expect certain clearmake features:

The distinctive features of clearmake, such as build auditing, derived object sharing, and build avoidance, are supported in dynamic views only.




回答2:


Recently there was a development in the solution of this issue !! We escalated this issue to IBM with the help of our client. They suggested us to use Dynamic views and we used them. To our surprise it was working fine and we are able to generate the executables. But the fact still remains that we are not able to use snapshot views !!

NOTE: This comment is just to share my knowledge and experience regarding this issue. :)



来源:https://stackoverflow.com/questions/37414703/mvfs-error-in-a-snapshot-view

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