Importing other's changes
Using resync
$ bk resync /path/to/other/tree /path/to/mytree
$ bk remotehost:/path/to/tree /path/to/mytree
# Usage is resync FROM TO, updates TO only
Using takepatch
$ bk takepatch -vv < patch
# patch is what someone mailed to you using send
resync vs takepatch
resync is basically ``bk send | bk takepatch''
except that it figures out what needs to be done for you
Slide 19 of 39
17 May 1999
lm@bitmover.com