Removing unneeded versions from a VOB

When more space is needed in the VOB storage directory, consider removing unneeded versions from one or more elements in the VOB
Scrubbing removes only those artifacts that can be regenerated. Scrubbing never removes elements or versions. Because elements and versions are historical data, you should approach their removal with extreme caution. Removing entire elements with cleartool rmelem is particularly dangerous:

If you need to reclaim disk space in source pools, it is more prudent to remove individual versions of elements, rather than entire elements. The rmver command makes it easy to remove versions that you believe you will probably never need again.

By default, rmver removes only versions that meet the following criteria:

With various rmver options, you can force removal of versions that do not meet these criteria. See the rmver reference page for more information.

You can also use the cleartool relocate command to move entire VOB directories and all the element versions they contain from one VOB to another. For more information, see Relocating elements to another VOB.


Feedback