rmreplica
remove a depot from a replica repository
Usage
accurev rmreplica -p <depot-name>
Description
The rmreplica command removes the specified depot from the local replica repository’s set of depots. The depot becomes inaccessible to clients of the local AccuRev Server. This command must be directed to an AccuRev Server process that manages a replica repository; the corresponding master repository must contain the specified depot.
rmreplica changes the site slice (typically, directory .../storage/site_slice) in both the master and replica repositories.
rmreplica does not remove the depot's slice — that is, the depot’s storage directory — which is typically located under .../storage/depots.
Options
|
-p <depot-name> |
The depot to be removed from the local replica repository. |
Examples
Remove depot kestrel from the local replica repository.
> accurev rmreplica -p kestrel

