SVN Export while retaining permissions

Posted by Jonathan on Stack Overflow See other posts from Stack Overflow or by Jonathan
Published on 2010-04-05T15:59:17Z Indexed on 2010/04/05 16:33 UTC
Read the original article Hit count: 145

Filed under:
|

Hey all-

I have some files in my SVN repository that I would like to have execute permissions. When I check them into the repository with 755 permissions and run an svn export, the resulting files have 644 permissions.

There doesn't appear to be an option in "svn export" to retain the permissions. Am I missing something?

Thanks-

Jonathan

© Stack Overflow or respective owner

Related posts about svn

Related posts about svn-export