SVN认证与授权
我创建了一个多模块 Maven 项目。现在我已经与内部 SVN 存储库共享了该项目。
现在我想根据用户所属的模块向用户授予授权。因此,如果用户没有项目的权限;他/她将无法从 svn 存储库中签出项目。但他/她将从该项目的 Maven 存储库中获得源版本(sources.jar 文件);如果想要的话。
我应该做什么才能完成这件事?
我的 svn 存储库是由 TortoiseSVN 1.6.6 创建的。
I have created a multi module maven project. Now I have shared the project with a internal SVN repository.
Now I want to give authorization to user based on the module user is owner of. So if a user does not have right to a project; he/she will not be able to checkout the project form svn repository. But he/she will get a source release(sources.jar file) form maven repository for that project; if wanted.
What should i do go get this done?
My svn reposiroty is created by TortoiseSVN 1.6.6.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看文档 Authentication |乌龟SVN
Have a look on the documentation at Authentication | TortoiseSVN