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.
需要将用户添加到特定的分支命令行?
我需要创建一个批处理脚本或一个独立的应用程序来将用户添加到 SVN 的特定分支。
有什么帮助吗?
SVN概念中根本没有“特定分支的用户”之类的东西
您必须使用特定于服务器的身份验证方法并限制某些授权用户访问存储库上的某些树。在常见情况下,您必须使用基于路径的授权并将相关字符串添加到带有访问规则的文本文件中