ins-amu / scripts

prepare data for TVB
MIT License
21 stars 12 forks source link

double check executable permissions #48

Closed maedoc closed 8 years ago

timpx commented 8 years ago

apparently git does not retain file permission, so everything should be fine. Could you please describe again the issue @alexandracaia ?

caiaAlexandra commented 8 years ago

Actually I found out that is a SCP problem- it doesn't preserve file permissions. I was using it in order to copy the project from Windows machine to Debian VM. (At the beginning I did not clone the project; I have downloaded it and copy it to VM.)

maedoc commented 8 years ago

All files on Windows are executable, it's possible your SCP defaults to copy files and set them non-executable in order to be safe.

timpx commented 8 years ago

ok, thanks for reporting