zoukankan      html  css  js  c++  java
  • how to create view (windows)

    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

  • 相关阅读:
    JSP根据身份证号码计算生日
    JSP听课笔记(二)
    JSP听课笔记(一)
    JDBC连接数据库过程(转载)
    PL/SQL
    阅读笔记
    javaScript的一些奇妙动画
    原型与原型链之间一些奥秘
    CSS3 @keyframes 规则
    Java语言中的基本词汇
  • 原文地址:https://www.cnblogs.com/lovemo1314/p/3396213.html
Copyright © 2011-2022 走看看