• Karel Koci's avatar
    Reimplement files collisions checking · e58345b5
    Karel Koci authored
    This is new implementation of files collisions checking algorithm.
    Previous implementation could loose track of some files. New
    implementation now fully build file system tree and using DFS looks for
    collisions. This new implementation might be slower, but its simplicity
    should ensure robustness.
    e58345b5