View Server List

   IP address: 200.xx.xx.xx

How to create a new view

  1. ssh new view server by your Unix account and Unix password, ssh connection port is 22.

  TIP: use putty (ssh tool) to login view server is a smart way.
  key in command : cleartool mkview –tag your_tag  /viewstore/your_tag.vws

    note: marked red is modifiable.

  2. sync your view to windows region, to save time,no show pictures here.

  click “Home Base” in pop-up menu of “IBM Rational ClearCase”

  Click “Regional Synchronizer”

  Found your view tag and click “import”

  Just “OK”, do not change anything.

  Then close “Synchronize ClearCase Regions” box.

  3. mount your view on windows ClearCase client

    right click and select "add new view", then in pop-off menu let "view type" be "dynamic", select you view and mount it.

How to remove a view

Notice: All data (like co, private) in this view will be removed; please sure you do not really need this view.

  1. Please check your view in windows CMD to get hostname with your view.

    cleartool lsview yourview

  2. Login right host with step 1,  use command to remove view.

    Cleartool rmview –force –tag your_view_tag

最新文章

  1. httpclient进行basic auth认证
  2. sql操作
  3. python-根据左右值获取城市区域编码
  4. Android ANR分析
  5. eclipse下创建maven工程
  6. Python Counter() 的实现
  7. Unity3D脚本中文系列教程(十二)
  8. Web服务器集群搭建关键步骤纪要
  9. Plugin 'FEDERATED' is disabled 或 1067错误 启动错误与“服务 mysql 意外停止”解决方法
  10. Java Web学习笔记-Servlet不是线程安全的
  11. TortoiseSVN显示图标不正常
  12. mysql 的 decimal类型
  13. git-bash的alias别名设置
  14. android okhttp的使用
  15. 【转载】 大龄码农那些事——也谈996.ICU
  16. list<PageData>传jsp隐藏域,在传回java
  17. python面向对象-1方法、构造函数
  18. linux下指定源下载
  19. 解决spring中不同配置文件中存在name或者id相同的bean可能引起的问题
  20. 《Tomcat内核设计剖析》京东评论过百

热门文章

  1. html的head内标签
  2. (转)超详细单机版搭建hadoop环境图文解析
  3. [BZOJ3380] [USACO2004 Open]Cave Cows 1 洞穴里的牛之一
  4. [USACO16OPEN]钻石收藏家Diamond Collector
  5. BZOJ2242 [SDOI2011]计算器 【BSGS】
  6. BZOJ2434 [Noi2011]阿狸的打字机 【AC自动机 + fail树 + 树状数组】
  7. AT1984 Wide Swap
  8. Redis、Memcache
  9. oracle数据库数据导入导出步骤(入门)
  10. pushViewController:animated:的问题