How to implement developer private branch in STASH?

Mohan Krishan November 15, 2014

We want to implement developer private branches in a STASH based environment . The branch should follow the naming convention dev/<dev_User_Id>/<Bugfix_ID> and only the developer with id "dev_User_Id" should be able to write changes / commit to this dev private branch , Is there a way to implement such private branches and naming convention in stash ?

2 answers

1 vote
Timothy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 16, 2014

It's doable. The Development brach is READ only. All new code must branch out from that branch. Anything that wants to go to the that branch must be done using Pull Requests. And you can also setup that only a few people can merge into the Dev branch.

You can even create a pre-commit hook to regex the branch name that is coming in from the Pull Request.

0 votes
Mike Friedrich
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 15, 2014

This sounds like overkill. You can manually configure branch permissions/restrictions for each known user. Or let users clone into their personal area. But can you explain why you want or need this unusual permission/branch scenario?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events