Import
-
I am tracking some vendor sources which I have put into a BK repository using
bk import.
I tagged it after the import so I could get it back out, etc. if I need to. I have got a new release and need to put it into the repository and will tag it with the new release, but how do I do this? It seems that
bk import
only works once (the first time) on a new bk repository.
Assuming you know how to generate patches, and have a patch, you
can:
 |
bk clone -rvendor_rel_1 tree import_tree
bk import -tpatch import_tree
|
| |