1

I am new to ClearCase UCM and want to understand something very basic

If I have a main branch, called Integration Stream. Also, there is a sub-branch of that, which is called development stream and if I create another development stream which is child of an existing development stream, will I be able to do synchronization (re-base and deliver) of this new development stream (sub-sub-branch) with the main branch/integration stream ?

OKOK
  • 259
  • 2
  • 16
  • One more query, is it possible to synchronize across two development streams that have the same integration stream as their parent. – OKOK Jul 02 '13 at 08:46

1 Answers1

0

Will I be able to do synchronization (re-base and deliver) of this new development stream (sub-sub-branch) with the main branch/integration stream ?

You will be able to deliver from subdev stream to any other branch you want. Integration or even a stream from another project (with the same UCM components in it)

You will be able to rebase, however, only from the direct parent stream (dev stream here).

See also:

is it possible to synchronize across two development streams that have the same integration stream as their parent.

Yes, through deliver only: you can deliver to a destination stream which is at the same level as the source stream.
Actually, you can deliver to any stream (but if the destination stream is a direct child of the source stream, then a rebase is recommended).

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250