开发者

My Snapshot views in ClearCase have disappeared, how can I get them back?

I have 3 views on my machine, I can see the structure on the windows directory but now when I open ClearCase I cannot see any of them on the ClearCase 开发者_开发技巧Navigator...how can I add them?


The cleanest solution:

Go at the root directory of one of those views in a shell session (DOS or bash or...) type:

clearexplorer .

(Note the final space followed by a dot '.')

That will open the ClearCase Explorer directly in the current path, and will restore the right shortcut.


The "less-clean" solution:

Open the ClearCase Explorer, and ask for a "refresh view shortcuts" Alt+F5.

If your identity hasn't changed, it will restore the shortcuts of all your views in the ClearCase Explorer.


If that doesn't work:

  • check the properties from one of your views:
cd /path/to/root/of/one/of/your/views
cleartool lsview -l -full -pro -cview
  • compare that with your credentials (how you are known both locally and on your Vob server)
credmap VobServerName

(you need to add etc/utils from ClearCase to your path)


I had similar problems. Normally, this problem happens if Windows couldn't contact the clearcase server at startup and the ALBD service would stop automatically.

For Windows environment, check if albd service is running from clearcase item in control panel. If so, stop it and then start clearcase then refresh with shortcut (Alt+F5) from the clearcase explorer, or simply restart Windows

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜