UCM single-stream project implementation in RTC
2 answers
The Jazz-SCM and UCM models are different enough that the answer depends
on what aspect of UCM single-stream projects you were trying to achieve?
For example, if you wanted to avoid the overhead of having each
developer have two views (a development and an integration view) to work
with a single stream, then that is what you get with Jazz-SCM ... each
developer has a single workspace to deal with a single stream.
On the other hand, if you wanted to make sure only one developer on the
stream could checkout a given file at any given time, you cannot do that
(today) with Jazz-SCM, because it doesn't support reserved checkouts.
Cheers,
Geoff
shomrai wrote:
on what aspect of UCM single-stream projects you were trying to achieve?
For example, if you wanted to avoid the overhead of having each
developer have two views (a development and an integration view) to work
with a single stream, then that is what you get with Jazz-SCM ... each
developer has a single workspace to deal with a single stream.
On the other hand, if you wanted to make sure only one developer on the
stream could checkout a given file at any given time, you cannot do that
(today) with Jazz-SCM, because it doesn't support reserved checkouts.
Cheers,
Geoff
shomrai wrote:
Hi,
I would like to implement the UCM single-stream project in RTC.
Is it possible?
How to do it?
Thanks in advance,
Eitan
The Jazz-SCM and UCM models are different enough that the answer depends
on what aspect of UCM single-stream projects you were trying to achieve?
For example, if you wanted to avoid the overhead of having each
developer have two views (a development and an integration view) to work
with a single stream, then that is what you get with Jazz-SCM ... each
developer has a single workspace to deal with a single stream.
On the other hand, if you wanted to make sure only one developer on the
stream could checkout a given file at any given time, you cannot do that
(today) with Jazz-SCM, because it doesn't support reserved checkouts.
Cheers,
Geoff
shomrai wrote:
Hi,
I would like to implement the UCM single-stream project in RTC.
Is it possible?
How to do it?
Thanks in advance,
Eitan
Thanks now it is crystal clear.