Home > Software engineering >  How can we organize the repositories in a heirarchical structure in Azure devops? Is this Possible i
How can we organize the repositories in a heirarchical structure in Azure devops? Is this Possible i

Time:12-28

Im trying to organise the repositories in a heirarchical structure. Im trying to do it in Azure devops. But I found that the default structure is Project/Repositories.

Heirarchical structure

I need to have a repo structure as per the above image. Is there any way to do this?

Does GitHub or Gitlab support this kind of heirarchy?

Any Help is appreciated. Thanks in advance

I tried creating a folder under a Project. But it is not possible.

We can only add multiple projects under it

CodePudding user response:

The question has to do with what sense of a "hierarchy" do you want.

If you want the url structure of the repository to be hierarchical, then gitlab will be the only solution, as Zac mentioned, use gitlab's subgroup feature to build the hierarchy you need.

For GitHub and Azure DevOps, they are similar, they don't have such feature.

But if you just want to manage the permission to access these repositories, then all of them can achieve.

  • Related