Creating New Depots

New depots can be created only in the master repository, not in a replica repository. If a client using a replica repository issues a mkdepot command, an error occurs:

Cannot create a new depot on the replica server

After creating a new depot in the master repository, you can include it in a replica repository with this sequence of commands, issued on a client that uses the replica server:

accurev replica sync
accurev mkreplica -p <depot-name>

Adding and Removing Depots from a Replica Repository

After you have set up a replica repository, you can use the commands mkreplica and rmreplica to change which depots are included in the replica repository.

For more information about these commands, see mkreplica and rmreplica in CLI Help.