|
|
|
Branching and Merging
Once the repository levels are set appropriately, to propagate
changes, use the the bk pull command.
For example, to incorporate work from stable-1.0 to dev-1.1:
 |
cd dev-1.1
bk pull ../stable-1.0
|
NOTE: It will most likely be necessary to merge files when
propagating changes between branches.
See the section on
Resolving Conflicts.
|