NAME
bk rmdir − remove a BitKeeper directory
SYNOPSIS
bk rmdir dir
DESCRIPTION
This command is used to delete entire subsections of a
BitKeeper repository.
To delete a directory called A, do this:
$ bk rmdir A
This will call bk rm on each of the files in that subtree after verifying that there are no extra files, and no modified files in that subtree.
The files are recoverable, none of the BitKeeper commands actually remove the files, they are just moved to the BitKeeper/deleted directory.
SEE ALSO
bk-mv, bk-rm
CATEGORY
File