|
|
|
Tag level
Resurrecting the repository as of the state of a tag is similar to
that for ChangeSets in that it is necessary to
-
Know the tag name
-
Clone the repository as of that tag
 |
bk tags # if needed, this will list all tagged changesets
bk clone -rtag_name source_repo dest_repo
|
Note that if a repository is tagged by the same name more than
once, the most recent instantiation of that tag name will be will
be assumed to be the wanted tag.
|