There was an error while loading. Please reload this page.
This happens if you synchronize files from a system with unsynchronized clocks. See Timing.
You have to synchronize the system times (Timing) of both systems. Afterwards you need to touch all files to get a proper changetime in the directory:
find . -type f -exec touch {} +
Now you can override your files from the master system to the receiving system. These files should be buildable.