SVN 用户配置 / SVN 中的用户是否可以更新但不能提交?

发布于 2024-10-12 20:58:00 字数 67 浏览 2 评论 0原文

SVN 中的用户是否可以更新但不能提交?

我希望有人能够看到代码但无法提交。

这可能吗?

Is it possible to have a user in SVN be able to update but not commit?

I want to have someone be able to see code but not be able to commit.

Is this possible?

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

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

发布评论

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

评论(3

北斗星光 2024-10-19 20:58:00

是的。根据 SVN 服务器访问方法(无论您使用 http:// 还是 svn:// 等),您将需要进行不同的配置。

对于 Apache/httpd: http: //svnbook.red-bean.com/nightly/en/svn.serverconfig.httpd.html#svn.serverconfig.httpd.authz

对于 svnserve: http://svnbook.red-bean.com/nightly/en/svn.serverconfig.svnserve .html#svn.serverconfig.svnserve.auth

Yes. Depending on the SVN server access method (whether you use http:// or svn://, etc), you will need to configure stuff differently.

For Apache/httpd: http://svnbook.red-bean.com/nightly/en/svn.serverconfig.httpd.html#svn.serverconfig.httpd.authz

For svnserve: http://svnbook.red-bean.com/nightly/en/svn.serverconfig.svnserve.html#svn.serverconfig.svnserve.auth

简单气质女生网名 2024-10-19 20:58:00

您可以设置仅具有“读取”访问权限的特定用户或组。这样,他们仍然需要进行身份验证才能获取代码,但他们无法提交任何内容。

@ryanprayogo 提供了设置这些权限的链接,因此我不会重复它们。

You can set up particular users or groups with just 'read' access. This way, they still need to authenticate to get the code, but they can't commit anything.

@ryanprayogo provides the links to setting these permissions so I won't repeat them.

生死何惧 2024-10-19 20:58:00

是的——这就是所谓的匿名访问。有关如何配置它的更多信息,请参阅 SVN 书籍(示例配置文件为 此处

Yes -- it's called anonymous access. See the SVN book for more info on how to configure it (example configuration files are here)

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