Re: Clone to an SSH destination
From: Sitaram Chamarty <hidden>
Date: 2016-06-15 22:54:37
On Mon, Sep 3, 2012 at 5:17 PM, Konstantin Khomoutov [off-list ref] wrote:
On Mon, 3 Sep 2012 11:21:43 +0100 (BST) Mark Hills [off-list ref] wrote:
[snip]
quoted
This is quite cumbersome; we have a large team of devs who use a simple 'git clone' to an NFS directory, but we wish to retire NFS access.
[snip]
gitolite kind of implements this ("wild repos") [1], you could look if
it suits your needs.
The simplest conf to do what you want in gitolite is something like this:
repo [a-zA-Z0-9]..*
C = @all
RW+ = @all
But of course your *user* authentication will probably change quite a
bit, since gitolite runs as one Unix user and merely simulates many
"gitolite users", while in the NFS method each of your devs probably
has a full login to the server.