Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What source control systems have file level permissions?

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.

like image 387
Justin Dearing Avatar asked Dec 09 '22 20:12

Justin Dearing


2 Answers

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

like image 97
Evert Avatar answered Jan 08 '23 20:01

Evert


Perforce does.

like image 30
Michael Burr Avatar answered Jan 08 '23 19:01

Michael Burr