NAME
bk unrm − resurrect a removed BitKeeper file
SYNOPSIS
bk unrm file
DESCRIPTION
Use bk unrm to resurrect a file that has been deleted
using bk rm. Please note that bk unrm cannot
resurrect files that have been removed from the source tree
using bk gone.
If you know the path to the original file, for example src/Makefile, then to resurrect:
cd
˜/projects/myproject/src
bk unrm Makefile
If you do not know the directory run unrm from the root of the repository:
cd
˜/projects/myproject
bk unrm Makefile
There will be an interactive interface for choosing whether or not to resurrect the file. Type y to resurrect the file, n to do nothing or go to the next option, or q to quit. If there are more than one files with the same name, choose y if the pathname shown is the one you want, or choose n until the correct file is shown.
SEE ALSO
bk-gone, bk-rm, bk-rmdir
CATEGORY
Common
File