make remove-repository dry-run by default
remove-repository is a destructive command. In order to make it safer to use, make it print what it intends to destroy by default. This is a "dry run". Only when --apply is passed in will the command actuall remove database records and delete the repository on disk.
closes: #3893 (closed)
Edited by John Cai