svn

Changing executable permissions under Subversion

I manage my projects using Subversion. One day, I checked out my old project and found out that C source files are flagged with executable permissions. Provably, when I first checked them into the repository, they were accidentally with executable permissions. In my attempt to fix it, I changed them back to non-executables by chmod command and committed the files with other changes to the repository. However, when I updated the files on other computer, the source files are still with executable permissions!

Syndicate content