How to find out where the loaded files of ClearCase views?

后端 未结 1 355
孤城傲影
孤城傲影 2021-01-15 18:30

We use both ClearCase UCM and base. One of the open questions we have is, how to find out where the loaded files of snapshot views are reside, by a given path of view storag

相关标签:
1条回答
  • 2021-01-15 19:17

    I confirm there is not information where a snapshot view (UCM or not) actually resides.

    You need to realize that by simply copying the .view.dat (hidden) file that you can see at the root directory of any of your snapshot view, you will make the destination directory (in which you copy the .view.dat file) the root of your snapshot view.

    Copy it to three different directories, and you have the same snapshot view replicated three times!
    Copy it to C:\Windows\System32, and that directory becomes a snapshot view root directory!

    You best bet is to search for those .view.dat (or view.dat on Windows): those files contains the uid (unique id) of the view, allowing you to reconcile that with what you see within the view storage.

    0 讨论(0)
提交回复
热议问题