Skip to main content
1-Visitor
July 28, 2014
Solved

[SI] readonly DevPaths?

  • July 28, 2014
  • 1 reply
  • 1336 views

Hi @all,

is it possible to set a complete Branch (DevPath) in source to readonly, and the parent is still writable?

Thanks, Jens

    Best answer by mrump

    Hi Jens,

    that's easy.

    You just need to create a specific ACL for the Dev Path and deny the

    • checkin,
    • modify member revision
    • add member,
    • drop member,
    • add subproject,
    • drop subproject,
    • and configure subproject

    permissions for the everyone groups

    HTH Matthias

    Note: Keep in mind that you ensure the ACL for the Dev Path is not inherited from the mainline.

    1 reply

    mrump16-PearlAnswer
    16-Pearl
    July 29, 2014

    Hi Jens,

    that's easy.

    You just need to create a specific ACL for the Dev Path and deny the

    • checkin,
    • modify member revision
    • add member,
    • drop member,
    • add subproject,
    • drop subproject,
    • and configure subproject

    permissions for the everyone groups

    HTH Matthias

    Note: Keep in mind that you ensure the ACL for the Dev Path is not inherited from the mainline.

    JensN.1-VisitorAuthor
    1-Visitor
    August 4, 2014

    Hi Matthias,

    thanks again

    kind regards, Jens