What source control systems have file level permis

2020-03-24 05:28发布

I might propose migrating away from VSS due to its inability to grant and deny permissions at the file level. The question is what source control systems allow this.

Update I am marking the SVN answer as the "correct" one, since it had the most feedback. However, there is no correct answer. I will make my recommendations to management based on all your feedback.

7条回答
走好不送
2楼-- · 2020-03-24 05:30

Perforce does.

查看更多
冷血范
3楼-- · 2020-03-24 05:30

Take a look at Plastic SCM and it's ACL model.

查看更多
该账号已被封号
4楼-- · 2020-03-24 05:31

subversion does too, but the ACL is managed in a configuration file

查看更多
唯我独甜
5楼-- · 2020-03-24 05:32

If you are using VSS now, Team Foundation Version Control (TFVS) is the logical upgrade, especially if your corporate mandate is Microsoft-only tools.

http://msdn.microsoft.com/en-us/library/ms364074.aspx

查看更多
淡お忘
6楼-- · 2020-03-24 05:33

Whatever its other flaws, IBM Rational Clearcase does support file-level permission controls. It also has other mechanisms that you can use - notably triggers which can be written to cause an otherwise permitted checkin to fail.

查看更多
ら.Afraid
7楼-- · 2020-03-24 05:33

Mercurial does, with the bundled Acl extension

查看更多
登录 后发表回答