当我从Clearcase资源管理器创建视图时,开发和集成视图将被创建为快照 [英] When I create views from Clearcase explorer, both development and the integration views get created as snapshot

查看:165
本文介绍了当我从Clearcase资源管理器创建视图时,开发和集成视图将被创建为快照的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我没有获得选项来选择视图是快照或动态的。
我想要的是开发视图是快照和集成视图是动态的。为什么我没有被提示让我选择我的观点来进行快照/动态?

解决方案

可能你有一个href =http://www-01.ibm.com/software/awdtools/clearcase/cclt/ =nofollow noreferrer> ClearCase LT ,它只提供快照视图?



ClearCase mkview帮助页面


指定视图的种类



默认




  • ClearCase:动态视图。

  • ClearCase LT:快照视图


无论如何,您可以尝试通过命令行 cleartool 创建您的视图:




  • 快照:



    cleartool mkview -snap -tag yourView_snap -stream yo urStream @ \yourPVob -stg aStorage aViewPath


  • 动态:



    cleartool mkview -tag yourView - 请注意命名约定(用于快照视图的yourView_snap):一个惯例,它应该反映:




    • 您的登录

    • 流的名称



    这个其他SO答案






    另请注意,集成视图并不总是针对动态视图进行的:如果您进行一些集成测试涉及某些编译,则可能会更新一种快照视图。


    I do not get the option at all to choose for the views to be snapshot or dynamic. What I would want is the development view to be snapshot and the integration view to be dynamic. Why is it that I am not prompted to let me choose my views to be snapshot/dynamic?

    解决方案

    May be you have ClearCase LT, which only provides snapshot view ?

    As mentioned in the ClearCase mkview help page:

    Specifying the kind of view

    Default

    • ClearCase: Dynamic view.
    • ClearCase LT: Snapshot view

    Anyway, you can try to create your views through command line cleartool:

    • Snapshot:

      cleartool mkview -snap -tag yourView_snap -stream yourStream@\yourPVob -stg aStorage aViewPath

    • Dynamic:

      cleartool mkview -tag yourView -stream yourStream@\yourPVob -stg aStorage

    Please note the naming convention (yourView_snap for snapshot view): this is a convention, and it should reflect:

    • your login
    • the name of the stream

    More details in this other SO answer.


    Also note that an "integration view" is not always made for a "dynamic view": if you make some "integration test" involving some compilation, a snapshot view may be more adapted.

    这篇关于当我从Clearcase资源管理器创建视图时,开发和集成视图将被创建为快照的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆