Hi On Mon, Jul 6, 2015 at 11:40 PM, <saurabh@xxxxxxxxxxx> 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 > dir2 dir > shared-dir dir > private dir > One group(user) of developers has access to dir1 and shared-dir while the > other group(user) has access to dir2 and shared-resources. > Just for context, both dir1 and dir2 require shared-dir to be checked out > for building the products. > > And private dir is only accessible by admin(repo owner). > > Regards > Saurabh gaur > -- > To unsubscribe from this list: send the line "unsubscribe git" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html I do not believe this is possible with git. How would this even make sense? You can do something with sub-repositories on the server end, where each directory is its own repository with different access rights (and servers like gerrit or other git server setups have various controls which enable more complex access control beyond just Unix paths) However, in-repo per-directory permissions make no sense, as there would be no way to generate commits. Regards, Jake -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html