Hi,
I have a question, can i control the access to specific files or folders ?? I need that some developers can't see some source files, thank you very much for your time
Enviado desde mi iPhone
On Tue, Feb 19, 2013 at 5:06 PM, Juan Pablo [off-list ref] wrote:
I have a question, can i control the access to specific files or folders ?? I need that some developers can't see some source files, thank you very much for your time
No, but what you can do is to split these up into different
repositories. E.g. where I work we have a puppet.git and a
secrets.git, the latter contains passwords and other secret data, the
former just uses macros to include that and is accessible to everyone.