anytree icon indicating copy to clipboard operation
anytree copied to clipboard

Can you join the features that merge two trees into one? please

Open j1nse opened this issue 6 years ago • 2 comments

two similar tree merge into one like this: Node('/a') └── Node('/a/b') and Node('/a') └── Node('/a/c') then: Node('/a') |── Node('/a/c') └── Node('/a/b')

j1nse avatar Jan 31 '19 07:01 j1nse

With option to specify a conflict resolving function, would be great.

Wenzil avatar Aug 12 '21 15:08 Wenzil

Hi, this is implemented over here.

https://bigtree.readthedocs.io/en/latest/others/tips.html#merging-trees

kayjan avatar Nov 12 '22 15:11 kayjan