Can I create a snapshot view with an old baseline without creating a new stream from the source stream? I have been creating a child stream and pointing it to the old baseline; then making a snapshot of the newly created stream with the old baseline. Not really a big deal just curious if there is another way
标签:
clearcase-ucm
相关问题
- IBM Rationale Clearcase label
- How do delete a file in ClearCase UCM?
- can't update snapshot view in windows with som
- Maximum numbers of users in CLEARCASE_PRIMARY_GROU
- What is the best practise to organize different ap
相关文章
- How to list only the name of the baselines in UCM
- Reuse a ClearCase view
- Database timed-out issue in Clearcase UCM
- How to list ClearCase activities in certain stream
- script doesn't run while executing in clearcas
- cleartool: How to list all labels in a stream chro
- How to setup activity automatically for a view?
- How to retrieve stream name by a given view name i
If the baseline is a full baseline, then yes, you can create a base snapshot view with a config spec like:
See "What is the difference between Full baseline and Incremental baseline in Clearcase UCM?" to know more about the importance of using a full baseline for base ClearCase views.
Otherwise, your method (
sub-stream
,rebase
,mkview
) is the standard one, creating an UCM view based on the configuration of the sub-stream.