Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个多模块 Maven 项目。现在我已与内部 SVN 存储库共享该项目。
现在我想根据用户所属的模块授予用户授权。因此,如果用户没有项目的权利;他/她将无法签出项目表单 svn 存储库。但是他/她将获得该项目的源代码发布(sources.jar 文件)形式的 maven 存储库;如果需要。
我该怎么做才能完成?
我的 svn 存储库是由 TortoiseSVN 1.6.6 创建的。
查看Authentication |的文档 TortoiseSVN