Re: Whether Git supports directory level access or not?

2015-07-07 Thread Jacob Keller
On Tue, Jul 7, 2015 at 10:03 AM, Junio C Hamano wrote: > Jacob Keller writes: > >> However, in-repo per-directory permissions make no sense, as there >> would be no way to generate commits. > > That may be the case for the current generation of Git, but I do not > think you have to be so pessimis

Re: Whether Git supports directory level access or not?

2015-07-07 Thread Junio C Hamano
Jacob Keller writes: > However, in-repo per-directory permissions make no sense, as there > would be no way to generate commits. That may be the case for the current generation of Git, but I do not think you have to be so pessimistic. Suppose that an imaginary future version of Git allowed you

Re: Whether Git supports directory level access or not?

2015-07-07 Thread Jacob Keller
Hi On Mon, Jul 6, 2015 at 11:40 PM, wrote: > Hi, > > Please let me know whether Git supports directory level access or not. > > For example :- Consider the structure with one repository consisting of sub > directories for each product. > main_repo: >dir1 dir >

Re: Whether Git supports directory level access or not?

2015-07-07 Thread Torsten Bögershausen
On 07.07.15 08:40, saur...@stockal.com wrote: > Hi, > > Please let me know whether Git supports directory level access or not. > > For example :- Consider the structure with one repository consisting of sub > directories for each product. > main_repo: >dir1 dir >

Whether Git supports directory level access or not?

2015-07-06 Thread saurabh
Hi, Please let me know whether Git supports directory level access or not. For example :- Consider the structure with one repository consisting of sub directories for each product. main_repo: dir1 dir dir2 dir shared-dir dir private dir One group(user) of developers has access to