修改subversion文件权限

发布于 2024-10-12 19:13:23 字数 276 浏览 3 评论 0原文

我看到这个问题,但它对我没有帮助。我在没有可执行权限的情况下签入了一个文件,现在,每次我分支或签出时,该文件都不可执行。

其他一些文件确实保存为可执行文件。我猜测这是因为他们在第一次签入期间具有可执行位 - 至少我的测试让我相信这一点。

有谁知道更好的方法来修改(甚至至少查看)Subversion 对文件或文件夹的权限?

I saw this question but it does not help me. I checked in a file without the executable permission and now, every time I branch or checkout, the file is not executable.

Some other files are indeed saved as executable. I'm guessing that it's because they had the executable bit during first check in--at least that's what my testing leads me to believe.

Does anyone know of a better way to modify (or even at least view) the permissions that subversion has for a file or folder?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

罪#恶を代价 2024-10-19 19:13:23

使用 svn propset 如下

svn propset svn:executable ON executable_file

:执行svn commit

Use svn propset as follows:

svn propset svn:executable ON executable_file

Then perform svn commit.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文