How to assign space for each baseline in RTC SCM?
Accepted answer
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).