IBM DevOps Code ClearCase: Difference between revisions

Content deleted Content added
m Fixed a typo.
Added detail to paragraph on snapshot views.
Line 9:
ClearCase's novelty was in its versioned file system (called MVFS: '''M'''ulti'''v'''ersion '''F'''ile '''S'''ystem), which can be mounted as a virtual file system through a ''dynamic view'', selecting a consistent set of versions and allowing for the production of [[Derived Object|derived objects]]. The dynamic view allows this to map to a [[Software Configuration]]. This was a departure from the ''repository''/''sandbox'' model, allowing for the early management of artifacts (before they are being checked in, and not limited to these first order configuration items).
 
ClearCaseAlternatively, alsoClearCase supports ''snapshot views'' which are just copies of a directory tree spanning one or several VOBs. TheseSnapshot views do not use a virtual file system to provide access to VOB data. Instead, a snapshot view stores a copy of the VOB data locally on the user's computer. Snapshot views can be used while disconnected from the network and later resynchronized to the VOB when a connection is reestablished. This mode of operation is similar to how the widely-used [[Concurrent Versions System|CVS]] (Concurrent Versions System) software works.
 
== MultiSite ==