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 服务器以支持全局 passwd 文件和项目特定的 passwd 文件。
我设置了一个全局 passwd 文件,当前用于管理所有帐户。唯一的问题是,有时我们希望外部开发人员来单个项目。使用我们当前的设置,我们必须授予他们对所有帐户的访问权限。
理想的解决方案是为所有内部开发人员提供一个全局 passwd 文件,以及为仅在一个项目上工作的外部开发人员提供一个项目特定的 passwd 文件。
这可能吗?
您可以设置基于路径的授权或每个目录的访问控制。