开发者

SVN Export while retaining permissions

开发者 https://www.devze.com 2022-12-26 06:06 出处:网络
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 perm

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 opti开发者_Python百科on in "svn export" to retain the permissions. Am I missing something?

Thanks-

Jonathan


I think that subversion only supports svn:executable.

777 is a pretty wide open selection. This suggests that you are trying to have a writable file.

You may want to put that in a separate directory outside the svn export directory.


I think your only option is to use svn:executable

http://svnbook.red-bean.com/en/1.5/svn.advanced.props.file-portability.html#svn.advanced.props.special.executable

0

精彩评论

暂无评论...
验证码 换一张
取 消