|
|
|
File level
Sometimes it is necessary to resurrect an old version of a file.
To do this it is necessary to
-
know the version of the file you want to get - found browsing with
revtool
-
Get the file as of that revision
 |
bk revtool file_name
bk get -p -rrev file_name > file_name.tmp
|
|