cginternals / cppfs

Cross-platform C++ file system library supporting multiple backends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Diff not handle folders been relplace by files with same name

AtomicNibble opened this issue · comments

commented

If you have two file Tree and call auto diff = tree0.createDiff(tree1); if tree0 has a folder called foo and tree1 has had that folder removed and a file added called foo the resulting diff will not contain info about the file.