使用安全代码进行颠覆
subversion with secured code
我们想使用版本控制(SVN或GIT),选择只授权开发者编辑一些文件并提交,然后在线服务器上测试。
有什么解决方案可以做到这一点吗?
是的,两者(SVN 或 GIT)都实现了这一点。
Subversion 支持 path-based authorization 无访问/只读/读写访问规则。
如果您考虑在 Windows 上使用 VisualSVN Server,请阅读 VisualSVN Server Getting Started | Configuring User Permissions section. It is possible to configure access rules through VisualSVN Server Manager MMC console, VisualSVN Repository Configurator (tool for non-administrators) and using VisualSVN Server PowerShell cmdlet。
阅读文章 KB33: Understanding VisualSVN Server authorization 以了解有关 Subversion 和 VisualSVN Server 中的授权机制的更多信息。
我们想使用版本控制(SVN或GIT),选择只授权开发者编辑一些文件并提交,然后在线服务器上测试。
有什么解决方案可以做到这一点吗?
是的,两者(SVN 或 GIT)都实现了这一点。
Subversion 支持 path-based authorization 无访问/只读/读写访问规则。
如果您考虑在 Windows 上使用 VisualSVN Server,请阅读 VisualSVN Server Getting Started | Configuring User Permissions section. It is possible to configure access rules through VisualSVN Server Manager MMC console, VisualSVN Repository Configurator (tool for non-administrators) and using VisualSVN Server PowerShell cmdlet。
阅读文章 KB33: Understanding VisualSVN Server authorization 以了解有关 Subversion 和 VisualSVN Server 中的授权机制的更多信息。