itar

Alternative to path based access control in Subversion

断了今生、忘了曾经 提交于 2019-12-10 11:27:04
问题 Is there any alternative to path based access control in Subversion? I'm dealing with a repository that contains files that are subject to ITAR. Several teams will have access to the repository, but some of them are not allowed to even see ITAR sensitive data, so we're talking about read access here, not just commit access. Now I have several options for dealing with this. The first is simply listing out all the files that have access restrictions. The problem with that is that we need to

Alternative to path based access control in Subversion

跟風遠走 提交于 2019-12-06 12:01:59
Is there any alternative to path based access control in Subversion? I'm dealing with a repository that contains files that are subject to ITAR . Several teams will have access to the repository, but some of them are not allowed to even see ITAR sensitive data, so we're talking about read access here, not just commit access. Now I have several options for dealing with this. The first is simply listing out all the files that have access restrictions. The problem with that is that we need to know what the filename is going to be before it can be added to the auth file. So a developer creates an