monotone-devel
[Top][All Lists]
Advanced

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

Re: [Monotone-devel] Security and Permissions


From: Daniel Carrera
Subject: Re: [Monotone-devel] Security and Permissions
Date: Sat, 11 Oct 2008 18:16:32 +0200
User-agent: Thunderbird 2.0.0.17 (Macintosh/20080914)

Hello,

Hypothetically, how would you configure monotone so that a core set of developers can see one branch and the other developers can see all other branches? Would the following work or do I need some "deny" lines or something?

comment "Allow only core devs to see the secret branch"
pattern "net.venge.monotone.secret"
allow "address@hidden"
allow "address@hidden"

comment "Allow regular developers to see other branches"
pattern "*"
allow "address@hidden"
allow "address@hidden"
allow "address@hidden"
allow "address@hidden"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]