Clearcase: Does rebasing a stream in your snapshot view affect other users views on that stream

元气小坏坏 提交于 2020-01-03 03:03:31

问题


Does rebasing a stream in your snapshot view affect other users of that stream. For example, say I change to my view of stream_x, then do a

ct rebase -reco
ct rebase -complete

Does the rebase affect the stream_x or only my view of that stream?


回答1:


Note: if you have one stream per developers (following a development stream/view model), all children of a common stream (on which a baseline has been recommended), then rebasing your view with said recommended baseline won't affect any other developer's view.
It will affect (as I describe below) the views associated with that Stream, ie in this case your views (you can have more than one associated with your Stream).


Original answer:

Yes it will, but not immediately.
The configuration (list of baselines) of the Stream will have changed.
All the associated UCM view are basing their config spec on that list.
However, they want update their config spec automatically.

  • Other users with a snapshot view will see at their next update a dialog box proposing to synchronize their view view their Stream.

  • Other users with dynamic view won't see the change right away, but their view property will display a button "Synchronize with Stream"

See "Synchronize with stream clear case integration view" for more.



来源:https://stackoverflow.com/questions/10025850/clearcase-does-rebasing-a-stream-in-your-snapshot-view-affect-other-users-views

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!