Jon Degenhardt wrote:
>
> Now I have BBDB on both a PC and a Unix system, a situation I wanted.
> Except, it would nice to be able to merge two BBDB databases to keep
> them consistent. Perhaps some like running bbdb-refile-record on records
> with equal keys (using comparison ala bbdb-create) and adding in other
> records as new.
This seems like the way to go; the tricky part will be getting two .bbdb files
to be loaded simultaneously without stepping on each other.
But one problem with merging two files is that it will be really hard to ever
delete an entry: you'll have to delete it from the two files before doing the
merge, because if you delete it from one, the other will bring it back.
> Maybe something could be done directly with the .bbdb files directly.
This would probably be really hard.
-- Jamie