user2370590
user2370590

Reputation: 847

newly created baseline can't be rebased on int stream

I created a baseline on the child stream and I delivered it to the int stream. Is it possible to rebase the stream with this newly created baseline? whenever I tried to do so, it complains that this is not the foundation baseline and it can't be rebased. Is there any way to do this?

Thanks !!

Upvotes: 1

Views: 549

Answers (1)

VonC
VonC

Reputation: 1323593

Is it possible to rebase the stream with this newly created baseline

Which stream?

  • You cannot rebase the Int Stream with the baseline you just created the child Stream.
    You only rebase from baselines created on the direct parent Stream, or from another project (if you rebase on the Int Stream).

  • You may be able to rebase the child Stream with a baseline you create on Int Stream (after the deliver).

See more at "Integration stream vs integration view in ClearCase".

Upvotes: 1

Related Questions