Re: use git-daemon by git://IP/path?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Jun 12, 2009 at 03:54:08PM +0200, Dirk Süsserott wrote:

>> Also, in general, how can it be set up, that >1 people have a write 
>> access to the same repository? Only by using the same login? 
>
> Have a look at the "--shared" option of "git init". That's supposed to  

I have also had good experiences with POSIX ACLs for sharing
repositories:

  setfacl -R -m d:u:$user:rwX -m u:$user:rwX /path/to/repo

which gets rid of dealing with group management.  Of course your
filesystem has to support them. :)

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

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]