You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
In previous git tools, repos could be organized not just by organization but also be category. You could then define something like
Category1/
repo1
repo2
Category2/
repo3
etc...
An example is available here http://git.freescale.com/git/. It really help navigating the repos. I would like to have a similar view capability when I go to https://stash/projects/<myproject>, instead of a single level hierarchy as it is right now.
The URI could include the category (or not for backward compatibility) so that the same repo is accessible via either
ssh://git@stash/<org>/<repo>
or
ssh://git@stash/<org>/<cat>/<repo>
Hi,
I know it's been a while but I hope this might still help you and others who land on this.
There are two options that you could use for this:
- Bitbucket Data Center & Server has a Project feature which lets you group repositories and manage permissions for them in an aggregated way.
- Since the 5.13 version, it also possible to add labels to repositories (here are the release notes)
Cheers,
Caterina
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.