[git-users] Re: access control

2010-03-11 Thread Konstantin Khomoutov
On Mar 11, 5:52 pm, Dennis Schmidt  wrote:
> Thanks, this gitosis thing looks just like it could do what I need.
[...]

Note that gitolite [1] claims to provide even more fine-grained
control over who can do what.

1. http://github.com/sitaramc/gitolite

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-us...@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



[git-users] Re: access control

2010-03-11 Thread Dennis Schmidt
Thanks, this gitosis thing looks just like it could do what I need.

On 10 Mrz., 18:36, Marek Wywiał  wrote:
> On 9 Mar, 14:00, Dennis Schmidt  wrote:
>
> > Hello,
>
> > i have a bare git repository on an external server you access via SSH.
> > What I would want to do now is limiting access for some users to a
> > specific branch in this repository. Is this somehow possible?
>
> Maybe you can use separate repos, manage access to them with gitosis(-
> admin)
> and just merge master's from public repos to your master, when you
> need
> or by post-hooks?
>
>  *http://progit.org/book/ch4-7.html

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-us...@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



[git-users] Re: access control

2010-03-10 Thread Marek Wywiał


On 9 Mar, 14:00, Dennis Schmidt  wrote:
> Hello,
>
> i have a bare git repository on an external server you access via SSH.
> What I would want to do now is limiting access for some users to a
> specific branch in this repository. Is this somehow possible?

Maybe you can use separate repos, manage access to them with gitosis(-
admin)
and just merge master's from public repos to your master, when you
need
or by post-hooks?

 * http://progit.org/book/ch4-7.html

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-us...@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.