How to assign space for each baseline in RTC SCM?
![]() Whether each creates a baseline, will be allocated a portion of memory for this baseline? For example:
create baseline-01 for a component, after some changes, create baseline-02, so the server will provide two space for this two baseline, is it?
|
Accepted answer
![]()
Geoffrey Clemm (30.1k●3●30●35)
| answered Feb 20 '14, 11:15 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Yes, the server will allocate space for each baseline, but the space is minimal, because a baseline is mostly just a pointer to an existing change-history record. For some configurations, a "configuration map" is also created to make pathname lookup fast (I can never remember exactly when such a map is created :-), but a baseline will never contain a copy of file content (that is always by reference).
Si Ning Xu selected this answer as the correct answer
|