允许 Plesk 中的域用户运行 SVN 更新
在 LAMP/Plesk VPS 上,我想让一位域管理员能够通过 SSH 登录其帐户并运行 svn update。
看来我必须给他们 root 密码才能做到这一点,但这对我来说是不能接受的。
如果我尝试使用域帐户,我会收到涉及 .svn/tmp/ 文件的权限错误,这些文件似乎具有 root 权限。
还有其他人设法设置这个吗?
On a LAMP/Plesk VPS, I would like to give one domain administrator the ability to SSH in to their accoount and run svn update.
It seems I have to give them the root password to do this, but this is not acceptable to me.
If I try with domain account, I get permission errors involving .svn/tmp/ files, which seem to have root permissions.
Has anyone else managed to set this up?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
难道checkout是root用户创建的?尝试删除它并以域用户身份再次检查。域用户应该能够毫无问题地更新它。
Could it be that the checkout was created by the root user? Try deleting it and checking it out again as the domain user. The domain user should be able to update it without problems.