[git-users] Restricting access to a portion of a repo?

2013-11-13 Thread dkoleary
Hi;

I'm looking for a way to delegate control of a portion of a repo to a 
select set of users.  Hopefully the scenario will more accurately define 
the need:

I'm setting up a puppet configuration management proof of concept who's 
configuration files will be managed by git.  A specific team should be able 
to see, modify, and edit web configuration files; but, shouldn't be able to 
modify or see anything else. 

In a nutshell, I'm looking for something akin to SVN's access control with 
which I'm also mostly unfamilliar having set it up for a group of 
developers only once.

Any pointers on where to begin my research would be greatly appreciated.

Thanks for your time.

Doug O'Leary

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [git-users] Restricting access to a portion of a repo?

2013-11-13 Thread Magnus Therning
On Wed, Nov 13, 2013 at 3:42 PM, dkoleary dkole...@olearycomputers.com wrote:
 Hi;

 I'm looking for a way to delegate control of a portion of a repo to a select
 set of users.  Hopefully the scenario will more accurately define the need:

 I'm setting up a puppet configuration management proof of concept who's
 configuration files will be managed by git.  A specific team should be able
 to see, modify, and edit web configuration files; but, shouldn't be able to
 modify or see anything else.

It will be difficult to use a single repo and then allow people to
clone it, but only allow them to see parts of it.  Split the files
into several repos instead, then you can script, or use
sub{modules,trees} when you need to bring them all together.

/M

-- 
Magnus Therning  OpenPGP: 0xAB4DFBA4
email: mag...@therning.org   jabber: mag...@therning.org
twitter: magthe   http://therning.org/magnus

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.