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?
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.