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 "[EMAIL PROTECTED]"
allow "[EMAIL PROTECTED]"

comment "Allow regular developers to see other branches"
pattern "*"
allow "[EMAIL PROTECTED]"
allow "[EMAIL PROTECTED]"
allow "[EMAIL PROTECTED]"
allow "[EMAIL PROTECTED]"


_______________________________________________
Monotone-devel mailing list
Monotone-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/monotone-devel

Reply via email to