[git-users] Different user rights on different branches

2011-05-18 Thread Xanadonf
Hi,

I'm using git with SSH protocol to collaborate on our server.
My question : is-it possible to give a user the possibility to push on
a remote branch but not on others ?

Thanks in advance for your answers,
Antony


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



Re: [git-users] Different user rights on different branches

2011-05-18 Thread Antony Male

I'm using git with SSH protocol to collaborate on our server.
My question : is-it possible to give a user the possibility to push on
a remote branch but not on others ?


Use gitolite: https://github.com/sitaramc/gitolite

Antony

--
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-users@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: Different user rights on different branches

2011-05-18 Thread Xanadonf
Nice project that I had never heard about. I will have a closer look.
Thanks a lot homonym boy ;o)

On 18 mai, 18:06, Antony Male antony.m...@gmail.com wrote:
  I'm using git with SSH protocol to collaborate on our server.
  My question : is-it possible to give a user the possibility to push on
  a remote branch but not on others ?

 Use gitolite:https://github.com/sitaramc/gitolite

 Antony

-- 
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-users@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] Enabling http access for a GIT repos

2011-05-18 Thread Raviraj
We have created a new repo and want to enable http access for the
repos.

I have added the following in the httpd.conf file.


Location /git/repos
 DAV on
 AuthType Basic
 AuthName Git
 AuthUserFile /etc/git-auth-file
 Require valid-user
  /Location

Also, I have configured git-auth-file.
When I type http://server/git/repos in a browser it asked for password
then nothing came up.
Also, I am not able to access it with GIT installed on my windows
machine.

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



Re: [git-users] Enabling http access for a GIT repos

2011-05-18 Thread Blu Dragon

On 05/19/11 00:32, Raviraj wrote:

We have created a new repo and want to enable http access for the
repos.

I have added the following in the httpd.conf file.


Location /git/repos
  DAV on
  AuthType Basic
  AuthName Git
  AuthUserFile /etc/git-auth-file
  Require valid-user
   /Location

Also, I have configured git-auth-file.
When I type http://server/git/repos in a browser it asked for password
then nothing came up.
Also, I am not able to access it with GIT installed on my windows
machine.

Look into the smart http backend. I found it rather easy to get up and 
running with just a little Google-ing.



__ Information from ESET Smart Security, version of virus signature 
database 6133 (20110518) __

The message was checked by ESET Smart Security.

http://www.eset.com


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