6. Archiving of Version Container Files : Using ‘hist’ to Research Previous ‘archive’ Commands

Using ‘hist’ to Research Previous ‘archive’ Commands
Within the database, there is a complete record of all version-archiving activity for each depot. Execution of the archive command is recorded as a transaction of kind archive. You can use the hist command to locate all such transactions:
accurev hist -a -k archive
You can also select just those archive transactions that were created with a particular comment string:
accurev hist -a -k archive -c "stadium images"
In a reclaim command, you must indicate the storage space to be reclaimed by specifying the number of an archive transaction.

Borland