On Tue, Mar 9, 2010 at 8:00 AM, Dennis Schmidt
<metzelti...@googlemail.com> 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?

You could probably do that via a hook, but that seems like the wrong
solution. I would simply clone the repo and use the cloned repo as
your separate branch.

Not that it matters much, you can always allow everyone to pull
everything, and only pull from them to the desired branch.

Are you trying to control read access, or write access, or both?

Mike
-- 
Michael P. Soulier <msoul...@digitaltorque.ca>
"Any intelligent fool can make things bigger and more complex... It takes a
touch of genius - and a lot of courage to move in the opposite direction."
--Albert Einstein

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

Reply via email to