How Jazz SCM Works in context of Storage?
In Jazz SCM we have 3 layers.
1. Streams (Which contains the Code)
2. Repository Work space (Copy / Link of Stream Code) Here i want to now whether it creates link or copy code in one's repository Workspace.
3. Local SandBox (Which stores code on Local PC)
I need to know storage concept in the context of Streams and Repository Workspace Links?
1. Streams (Which contains the Code)
2. Repository Work space (Copy / Link of Stream Code) Here i want to now whether it creates link or copy code in one's repository Workspace.
3. Local SandBox (Which stores code on Local PC)
I need to know storage concept in the context of Streams and Repository Workspace Links?
One answer
The RTC SCM system stores change sets in the data base. The change sets are changes to one or more files in a component. The change sets are used to reconstruct the content to load. This data is stored in the CCM data base in blobs, potentially compressed. Only change sets and configuration information is stored in the DB.
Streams and repository workspaces contain component configurations that are used to recreate the contents of the components.
Streams and repository workspaces contain component configurations that are used to recreate the contents of the components.