Hi, On Tue, 24 Nov 2009, Eric Schaefer wrote: > according to 'git help init' would --shared=group "Make the repository > group-writable". > I extracted a bare repo out of my local repo and scp'ed it to the > server. There I did a 'git init --bare --shared=group'. It created the > branches dir (there were no branches yet) and the config file and set > the correct permissions. But it did not do so with the existsing files > and dirs. Is it suffient to 'chmod -R g+ws .' or is there anything > else to do to make the repo writeable for my group? That should be enough, if all files and directories belong to the correct group. Otherwise, you should 'chown -R .group .', too. Ciao, Dscho -- 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