GeneWeb - Keeping data divided inside a database |
gwc bar.gw smith.gw foo.gw -o mergedbaseIt may happen that gwc displays errors, because persons are defined twice in "bar.gw" "smith.gw" and "foo.gw". To fix that, gwc has an option "-sep" to automatically shift the numbers of the persons to avoid conflicts. Do:
gwc bar.gw -sep smith.gw -sep foo.gw -o mergedbase
http://machine:2317/mergedbase?i=357;opt=fromNote: It works only for persons with families.
gwu mergedbase -odir outdir
If the command gwu is printing out source information
gwu mergedbase -odir outdir > new.gw