How Do I Establish A "CM Library" In Jazz CCM
What methodology is best to use in Jazz CCM to differentiate between "development" and "CM" code versions? We want to implement change control over code that is baselined and "delivered" to the CM Library. Other than creating a separate repository (development vs CM) is there a way to distinguish (and protect) files that are in CM rather than "under development"?
This is my first time using the JAZZ RTC. Any help would greatly appreciated!
(Using Jazz RTC 4.04 with RM, QM, and CCM)
Accepted answer
If you are using one project, you can use streams and permissions, associated with those streams, to restrict modify access to files. For example, you can create a development stream and then a CM Library stream. So once files are delivered to the CM Library stream, only certain users can have modify/write access to those files.