git conversion status update

Brian J. Tarricone bjt23 at cornell.edu
Thu May 28 12:34:43 CEST 2009


On 05/28/2009 12:52 AM, Nick Schermer wrote:
> 2009/5/27 Brian J. Tarricone<bjt23 at cornell.edu>:
>> Jannis Pohlmann wrote:
>>> On Tue, 26 May 2009 11:55:59 -0700
>>> "Brian J. Tarricone"<brian at tarricone.org>  wrote:
>>>> 2.  I have a fine-grained commit permissions script "done."  I'm not sure
>>>> if it really works beyond some minimal testing.  I'm pretty sure
>>>> I missed some corner cases, so I need to play around with this some
>>>> more.
>>> Awesome. Can't we set up test repositories to test all the new
>>> infrastructure bits like the hook scripts, transifex?
>> No, because I don't have any permissions config files done.  And thinking
>> about it a bit more, I don't like the format I came up with (it's very
>> similar to svnperms.conf), so some changes are in order.
>
> How are the permissions setup? Are there some base groups for core
> devs, goodies devs and translators or per-user permissions?

It's similar to how svn permissions work now.  You have a path regex 
inside the repository, and a list of users/groups that have add, remove, 
and/or update permissions (it can be none, all, or some of those 3). 
With git there's also a regex for the refname.

You can poke around in /etc/svn/svnperms.conf on mocha to get an idea of 
how it works.  The conf file for git will be almost the same.

	-b



More information about the Xfce4-dev mailing list