I have some scripts that are supposed to be executable. But after it is checked into svn and checked out in another location, they lose their executable permission. One has to chmod it again. Even if one changes its permission already, next time when svn updates it, it loses its permission again. Is there a way to get around this?
Thanks!
You need to inform SVN that the file should be executable:
and then commit this change.