ArneBachmann / sos

Subversion Offline Solution

Home Page:https://sos-vcs.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When directories are removed, SOS won't notice

ArneBachmann opened this issue · comments

Because they aren't walked there is nothing to detect. Serious issue!

Reason is of course, that directories are not stored explicitly, only implicitly as part of file paths.

For removal detection, we would need to determine all files not covered by the file tree walk and check them independently.