Re: [git-users] Setup Git to have security based on sub folders

2014-02-04 Thread Konstantin Khomoutov
On Mon, 3 Feb 2014 17:47:02 -0800 (PST)
George Chester georgechstr...@gmail.com wrote:

 Currently we use SVN and VisualSVN allows you to specify users with
 access for each folder! This come in particularly handy because we
 have certain people work on only specific plugins which are located
 in your own folders!
 
 By not allowing the entire group to have access to 100% of the code,
 we protect the code from being copied!  How can we do this in Git?
 
 I've read about SubModule but I'm not real clear if that is for 3rd
 party libraries and such only!

What Thomas said.
Also please consider reading [1] for some more insight on why
permissions on pathnames are not going to work on with Git.

1. https://groups.google.com/d/msg/git-users/ZNMAL3eimr4/ggUepSXS4xUJ

-- 
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.


[git-users] Setup Git to have security based on sub folders

2014-02-03 Thread George Chester
Currently we use SVN and VisualSVN allows you to specify users with access 
for each folder! This come in particularly handy because we have certain 
people work on only specific plugins which are located in your own folders!

By not allowing the entire group to have access to 100% of the code, we 
protect the code from being copied!  How can we do this in Git?

I've read about SubModule but I'm not real clear if that is for 3rd party 
libraries and such only!

g

-- 
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.